2025-07-03 18:16:42 +08:00

190 lines
3.7 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{
font-size: 32rpx;
margin-bottom: 20rpx;
margin-left: 30rpx;
display: flex;
justify-content: space-between;
.iconfont{
color: #A8A8A8;
}
.title-text::after{
content: '*';
color: red;
font-size: 32rpx;
margin-left: 4rpx;
}
}
.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;
padding-bottom: 20rpx;
position: relative;
.tip{
position: absolute;
right: -36rpx;
top: 24rpx;
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{
margin-top: 24rpx;
background-color: #fff;
padding: 24rpx;
border-radius: 24rpx;
.day-title{
margin-bottom: 20rpx;
font-size: 32rpx;
}
}
.day-time-item{
margin-top: 24rpx;
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);
}
}
.report-image{
width: 140rpx;
height: 140rpx;
background: #F8F8F8;
border-radius: 16rpx;
border: 1rpx solid #EEEEEE;
position: relative;
overflow: hidden;
image{
width: 100%;
height: 100%;
}
.more{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 16rpx;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 48rpx;
}
.delete-btn{
position: absolute;
right: 0;
top: 0;
width: 40rpx;
height: 40rpx;
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0 16rpx 0 16rpx;
z-index: 2;
text{
font-size: 24rpx;
}
}
}
}