42 lines
841 B
Plaintext
42 lines
841 B
Plaintext
/* pages/therapeuticRegimen/index.wxss */
|
|
|
|
.therapeuticRegimen{
|
|
padding: 28rpx;
|
|
.therapeuticRegimen-item{
|
|
padding: 28rpx;
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
.time{
|
|
font-size: 26rpx;
|
|
position: relative;
|
|
text{
|
|
position: absolute;
|
|
right: 0;
|
|
color: var(--td-brand-color);
|
|
}
|
|
}
|
|
.item-box{
|
|
margin-top: 26rpx;
|
|
background-color: #f5f5f5;
|
|
padding: 24rpx;
|
|
padding-bottom: 30rpx;
|
|
border-radius: 20rpx;
|
|
.name{
|
|
font-weight: bold;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
text{
|
|
color: var(--td-brand-color);
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
.details{
|
|
margin-top: 20rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
}
|
|
}
|
|
.t-button{
|
|
margin-top: 28rpx;
|
|
}
|
|
} |