flower-mp/pages/garden/components/growth.wxss
2025-12-16 16:05:48 +08:00

24 lines
368 B
Plaintext

/* pages/garden/components/growth.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;
}