/* 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; } .none{ opacity: 0; } .box{ display: flex; justify-content: space-between; flex-wrap: wrap; padding-right: 60rpx; } .t-overlay{ top: 0!important; } .yp-item{ border: 2rpx solid #efefef; border-radius: 12rpx; overflow: hidden; } .administration-time{ display: flex; justify-content: space-between; padding: 40rpx 0; padding-left: 40rpx; } .radio-group{ width: 300rpx; } .add-btn{ margin-top: 40rpx; } .delete-btn{ text-align: right; margin-bottom: 10rpx; } .reminder-time{ display: flex; justify-content: space-between; margin-bottom: 20rpx; .label{ flex: 1; line-height: 130rpx; } } }