flower-mp/pages/add/index.wxss
sdaduanbilei 81d68c96ab change ui
2025-11-13 16:55:23 +08:00

24 lines
353 B
Plaintext

/* pages/add/index.wxss */
.camera{
background-color: #4fab5e3d;
width: 100rpx;
height: 100rpx;
border-radius: 50rpx;
}
.border {
border: #4fab5e 1rpx dotted;
border-radius: 16rpx;
height: 400rpx;
}
.custom-label {
display: inline-flex;
}
.custom-label::after {
content: '*';
color: red;
font-size: 32rpx;
margin-left: 4rpx;
}