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.
16 lines
309 B
Plaintext
16 lines
309 B
Plaintext
|
2 years ago
|
.bgTest {
|
||
|
|
background-image: url('//matripe.oss-cn-beijing.aliyuncs.com/dagouAgency/bg.png');
|
||
|
|
width: 100%;
|
||
|
|
height: 90px;
|
||
|
|
background-size: cover;
|
||
|
|
border-radius: 8px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.cardName {
|
||
|
|
font-size: 18px;
|
||
|
|
font-weight: 601;
|
||
|
|
color: #ffffff;
|
||
|
|
line-height: 26px;
|
||
|
|
margin-left: 12px;
|
||
|
|
}
|