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

修复封面和背景缩放

parent 170ded66
......@@ -3,6 +3,8 @@
position: relative;
padding: 1rem 1rem 0 1rem;
background-blend-mode: color;
background-size: 100% auto !important;
background-repeat: no-repeat !important;
}
.list-group {
......@@ -78,6 +80,7 @@ h2 {
#icon {
width: 128px;
height: 128px;
object-fit: contain;
}
#main {
......@@ -88,10 +91,10 @@ h2 {
.panel {
border: 1px solid #eceeef;
border-radius: 6px;
background: rgba(255,255,255,.7);
background: rgba(255, 255, 255, .7);
padding: .8rem;
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;
}
......@@ -129,9 +132,6 @@ h2 {
margin-bottom: .8rem;
}
#icon {
width: 128px;
height: 128px;
......@@ -146,6 +146,7 @@ h2 {
#right {
margin-left: 1rem;
}
h1 {
font-size: 28px;
margin-bottom: 0;
......@@ -160,6 +161,7 @@ h1 {
th {
width: 25%;
}
.moreinfo {
color: #00a4d9;
display: block;
......@@ -178,8 +180,6 @@ th {
border-color: #008dbb;
}
/* 竞技场 */
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