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.

60 lines
1.0 KiB
Plaintext

.cardbgTest {
background-image: url('//matripe.oss-cn-beijing.aliyuncs.com/dagouAgency/cardbg.png');
width: 100%;
height: 90px;
padding-bottom:20px;
background-position: 94%;
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;
}
.bind{
position: absolute;
right: 26px;
bottom: 20px;
width: 78px;
height: 26px;
text-align: center;
border: 1px solid #1f7fef;
border-radius: 14px;
font-size: 14px;
color: #1f7fef;
background-color: #fff;
line-height: 26px;
}