2025-06-03 22:53:55 +08:00

40 lines
770 B
Plaintext

/* pages/AddTherapeuticRegimen/index.wxss */
.therapeuticRegimen{
padding: 28rpx;
.improt-file{
border-radius: 20rpx;
background-color: #fff;
padding: 28rpx;
margin-bottom: 28rpx;
}
.title{
margin-bottom: 20rpx;
}
.therapeuticRegimen-item{
border-radius: 20rpx;
background-color: #fff;
padding: 28rpx;
margin-bottom: 28rpx;
}
.input-example {
// background-color: var(--bg-color-demo);
padding: 10rpx 0;
}
.input-example__label {
color: var(--td-text-color-primary);
font-size: 24rpx;
line-height: 40rpx;
margin: 0 8rpx 16rpx;
}
.box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-right: 60rpx;
}
.t-overlay{
top: 0!important;
}
}