70 lines
1.5 KiB
Plaintext
70 lines
1.5 KiB
Plaintext
@import '../../../../config/styles/mp/index.less';
|
|
|
|
|
|
|
|
.card-box {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
border-radius: 5px;
|
|
background: rgba(245, 245, 245, 1);
|
|
padding: 20rpx 20rpx;
|
|
|
|
margin-top: 20rpx;
|
|
|
|
|
|
.card {
|
|
width: 158px;
|
|
height: 100px;
|
|
opacity: 1;
|
|
border-radius: 5px;
|
|
background: rgba(255, 255, 255, 1);
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.image {
|
|
width: 158px;
|
|
height: 100px;
|
|
}
|
|
|
|
.card-add {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.icon {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 10px;
|
|
width: 20px;
|
|
height: 20px;
|
|
background: @oak-color-primary;
|
|
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.text {
|
|
/** 文本1 */
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
letter-spacing: 0px;
|
|
line-height: 20.27px;
|
|
color: rgba(128, 128, 128, 1);
|
|
margin-top: 18rpx;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
}
|
|
} |