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.
52 lines
941 B
Plaintext
52 lines
941 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;
|
||
|
|
}
|
||
|
|
|
||
|
|
.cardbgTest {
|
||
|
|
background-image: url('//matripe.oss-cn-beijing.aliyuncs.com/dagouAgency/cardbg.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;
|
||
|
|
}
|
||
|
|
|
||
|
|
.addcard {
|
||
|
|
background-color: rgba(2, 122, 255, 0.1);
|
||
|
|
border-radius: 8px;
|
||
|
|
height: 80px;
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: 601;
|
||
|
|
color: #027aff;
|
||
|
|
line-height: 26px;
|
||
|
|
margin-top: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.cardlogo {
|
||
|
|
width: 46px;
|
||
|
|
height: 46px;
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 50%;
|
||
|
|
margin-left: 20px;
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.cardbgTest image {
|
||
|
|
width: 28px;
|
||
|
|
height: 28px;
|
||
|
|
margin-left: 9px;
|
||
|
|
margin-top: 9px;
|
||
|
|
}
|