2025-06-11 23:37:09 +08:00

131 lines
2.5 KiB
Plaintext

/* pages/AddTherapeuticRegimen/index.wxss */
.therapeuticRegimen{
padding: 24rpx;
.improt-file{
width: 140rpx;
height: 140rpx;
background: rgba(0,91,162,0.05);
border-radius: 16rpx;
border: 2rpx dotted rgba(0,91,162,0.2);
display: flex;
justify-content: center;
align-items: center;
.upload-flow{
text-align: center;
font-size: 26rpx;
.iconfont{
font-size: 36rpx;
color: var(--td-brand-color);
}
}
}
.title{
margin-bottom: 20rpx;
margin-left: 30rpx;
display: flex;
justify-content: space-between;
.iconfont{
color: #A8A8A8;
}
}
.therapeuticRegimen-item{
border-radius: 24rpx;
background-color: #fff;
padding: 24rpx;
padding-left: 0;
margin-bottom: 28rpx;
margin-top: 24rpx;
padding-bottom: 0;
}
.yp-info{
margin-top: 24rpx;
border-radius: 24rpx;
background-color: #fff;
padding: 24rpx;
padding-left: 0;
}
.input-example {
// background-color: var(--bg-color-demo);
// padding: 10rpx 0;
position: relative;
.tip{
position: absolute;
right: -36rpx;
top: 34rpx;
z-index: 999;
}
}
.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{
overflow: hidden;
}
.administration-time{
display: flex;
justify-content: space-between;
padding: 40rpx 0;
padding-left: 40rpx;
}
.radio-group{
width: 400rpx;
}
.add-btn{
margin-top: 40rpx;
}
.add-btn-yp{
text-align: center;
color: var(--td-brand-color);
font-size: 28rpx;
}
.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;
}
}
.day-time{
padding: 24rpx;
padding-right: 0;
}
.day-time-item{
height: 72rpx;
background: rgba(0,91,162,0.1);
border-radius: 12rpx;
border: 2rpx solid rgba(0,91,162,0.2);
line-height: 72rpx;
padding: 0 24rpx;
position: relative;
.iconfont{
font-size: 36rpx;
position: absolute;
right: 20rpx;
color: var(--td-brand-color);
}
}
}