Commit 86152eb3 authored by 神楽坂玲奈's avatar 神楽坂玲奈

修复封面和背景缩放

parent 170ded66
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
position: relative; position: relative;
padding: 1rem 1rem 0 1rem; padding: 1rem 1rem 0 1rem;
background-blend-mode: color; background-blend-mode: color;
background-size: 100% auto !important;
background-repeat: no-repeat !important;
} }
.list-group { .list-group {
...@@ -78,6 +80,7 @@ h2 { ...@@ -78,6 +80,7 @@ h2 {
#icon { #icon {
width: 128px; width: 128px;
height: 128px; height: 128px;
object-fit: contain;
} }
#main { #main {
...@@ -88,10 +91,10 @@ h2 { ...@@ -88,10 +91,10 @@ h2 {
.panel { .panel {
border: 1px solid #eceeef; border: 1px solid #eceeef;
border-radius: 6px; border-radius: 6px;
background: rgba(255,255,255,.7); background: rgba(255, 255, 255, .7);
padding: .8rem; padding: .8rem;
margin-bottom: 1rem; margin-bottom: 1rem;
box-shadow: 0 0 15px rgba(0,0,0,.05); box-shadow: 0 0 15px rgba(0, 0, 0, .05);
position: relative; position: relative;
} }
...@@ -129,9 +132,6 @@ h2 { ...@@ -129,9 +132,6 @@ h2 {
margin-bottom: .8rem; margin-bottom: .8rem;
} }
#icon { #icon {
width: 128px; width: 128px;
height: 128px; height: 128px;
...@@ -146,6 +146,7 @@ h2 { ...@@ -146,6 +146,7 @@ h2 {
#right { #right {
margin-left: 1rem; margin-left: 1rem;
} }
h1 { h1 {
font-size: 28px; font-size: 28px;
margin-bottom: 0; margin-bottom: 0;
...@@ -160,6 +161,7 @@ h1 { ...@@ -160,6 +161,7 @@ h1 {
th { th {
width: 25%; width: 25%;
} }
.moreinfo { .moreinfo {
color: #00a4d9; color: #00a4d9;
display: block; display: block;
...@@ -178,8 +180,6 @@ th { ...@@ -178,8 +180,6 @@ th {
border-color: #008dbb; border-color: #008dbb;
} }
/* 竞技场 */ /* 竞技场 */
h2 { h2 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment