You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
770 B
Plaintext

2 years ago
page{
padding: 10px;
padding-top: 0;
}
.bgsfz{
position: relative;
width: 100%;
height: 120px;
background-image: url(//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/sfz.png);
background-size: cover;
border-radius: 8px;
padding: 10px;
box-sizing: border-box;
}
.bgsfz image{
width:24px;height:24px;border-radius: 50%;display:inline-block; vertical-align: text-bottom;
}
.bottom{
position: absolute;
bottom: 0;
left: 0;
height: 38px;
line-height: 38px;
width: 100%;
font-size: 14px;
color: #333;
text-align: center;
background: rgba(0, 0, 0, 0.09);
border-radius: 0px 0px 8px 8px;
}
.bgsfz.jkz{
background-image: none;
2 years ago
background-color: #00B666;
2 years ago
}
.bottom.jkz{
background-color: rgba(255,255, 255, 0.3);
color: #fff;
}