Skip to content

Commit

Permalink
修复封面和背景缩放
Browse files Browse the repository at this point in the history
  • Loading branch information
zh99998 committed Jan 24, 2017
1 parent 170ded6 commit 86152eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/app-detail.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -78,6 +80,7 @@ h2 {
#icon {
width: 128px;
height: 128px;
object-fit: contain;
}

#main {
Expand All @@ -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;
}

Expand Down Expand Up @@ -129,9 +132,6 @@ h2 {
margin-bottom: .8rem;
}




#icon {
width: 128px;
height: 128px;
Expand All @@ -146,6 +146,7 @@ h2 {
#right {
margin-left: 1rem;
}

h1 {
font-size: 28px;
margin-bottom: 0;
Expand All @@ -160,6 +161,7 @@ h1 {
th {
width: 25%;
}

.moreinfo {
color: #00a4d9;
display: block;
Expand All @@ -178,8 +180,6 @@ th {
border-color: #008dbb;
}



/* 竞技场 */

h2 {
Expand Down

0 comments on commit 86152eb

Please sign in to comment.