You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
416 B
Plaintext

/* pages/task-edit/task-edit.wxss */
.bottom {
margin: 30rpx 40rpx;
}
.wrapper {
padding: 32rpx;
background-color: #fff;
}
.my-label {
font-size: 32rpx;
line-height: 48rpx;
}
.box {
flex: 1;
padding: 32rpx;
display: flex;
justify-content: space-around;
background-color: #fff;
}
.title {
font-size: 36rpx;
margin-bottom: 20rpx;
}
.tips {
font-size: 20rpx;
}