25 lines
354 B
Plaintext
25 lines
354 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;
|
|
}
|