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.
26 lines
583 B
Plaintext
26 lines
583 B
Plaintext
.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;
|
|
} |