Authored by zhangxiaoru

模特卡样式调整

... ... @@ -106,9 +106,9 @@ $basicBtnC: #eb0313;
border-bottom: 1px solid #e0e0e0;
overflow: hidden;
margin-bottom: 30px;
.portrait {
width: 190px;
width: 175px;
float: left;
margin-bottom: 15px;
}
... ... @@ -117,19 +117,21 @@ $basicBtnC: #eb0313;
text-align: center;
font-size: 24px;
display: block;
height: 60px;
line-height: 62px;
height: 62px;
line-height: 68px;
color: #444;
}
.portrait img {
display: block;
margin: 0 auto;
/*margin: 84px auto;*/
max-width: 100%;
border: 0;
width: 110px;
height: 110px;
width: 124px;
height: 124px;
border-radius: 110px;
margin-top: 72px;
margin-top: 84px;
margin-left: 22px;
}
.info-list {
... ... @@ -147,17 +149,18 @@ $basicBtnC: #eb0313;
}
.detail-info {
width: 185px;
width: 48%;
height: 50px;
line-height: 50px;
display: inline-block;
.info-name {
color: #b2b2b2;
color: #b0b0b0;
font-size: 24px;
}
&:nth-child(2) {
width: 300px;
width: 100%;
}
}
}
... ... @@ -279,6 +282,7 @@ $basicBtnC: #eb0313;
margin-bottom: 30px;
width: 448px;
}
&.hover {
position: fixed;
width: 100%;
... ...