patient-mini/pages/mmp-7/index.less
2025-07-03 18:16:42 +08:00

152 lines
2.8 KiB
Plaintext

/* pages/followUp/index.wxss */
.follow-up{
padding: 28rpx;
padding-bottom: 56rpx;
.user-info{
border-radius: 24rpx;
margin-bottom: 28rpx;
overflow: hidden;
}
.follow-item{
background-color: #fff;
padding: 28rpx;
margin-bottom: 28rpx;
border-radius: 24rpx;
padding-bottom: 20rpx;
}
.custom-label {
display: inline-flex;
}
.custom-label::after {
content: '*';
color: red;
font-size: 32rpx;
margin-left: 4rpx;
}
.t-overlay{
top: 0!important;
}
.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: 30rpx;
margin: 0 8rpx 16rpx;
color: #FF5D5D;
}
.box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-right: 60rpx;
}
.improt-file{
width: 196rpx;
height: 196rpx;
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);
}
}
}
.report-image{
width: 196rpx;
height: 196rpx;
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;
}
}
}
.example-image{
image{
width: 100%;
height: 196rpx;
}
}
}
.popup-block{
width: 80vw;
.popup-title{
font-size: 34rpx;
color: #353535;
text-align: center;
padding: 84rpx 0;
text{
color: #FF5D5D;
}
}
.custom-btn{
height: 112rpx;
text-align: center;
line-height: 112rpx;
font-size: 34rpx;
color: var(--td-text-color);
border-top: 2rpx solid #EEEEEE;
}
}
.custom-label::after {
content: '*';
color: red;
font-size: 32rpx;
margin-left: 4rpx;
}
.tips-err{
text-align: right;
color: red;
font-size: 24rpx;
margin-top: 20rpx;
}