16 lines
265 B
Plaintext
16 lines
265 B
Plaintext
/* pages/add/index.wxss */
|
|
.card {
|
|
width: 95vw;
|
|
height: 50vw;
|
|
margin: 16rpx;
|
|
border: #DAE2FD 1rpx solid;
|
|
border-radius: 16rpx;
|
|
background-color: #F6F8FE;
|
|
}
|
|
|
|
.bg {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
background-color:#A4B7FA ;
|
|
border-radius: 100rpx;
|
|
} |