patient-mini/pages/clockIn/index copy.less
2025-06-15 22:39:23 +08:00

44 lines
826 B
Plaintext

/* pages/clockIn/index.wxss */
.clockin{
padding: 36rpx;
padding-bottom: 120rpx;
.new-time{
font-size: 28rpx;
}
.clockin-item{
margin-top: 36rpx;
background-color: #fff;
border-radius: 20rpx;
padding: 28rpx;
.t-button{
}
.item-top{
display: flex;
justify-content: space-between;
margin-bottom: 20rpx;
font-size: 28rpx;
.active{
color: var(--td-brand-color);
}
}
.medicine-name{
font-weight: bold;
margin-bottom: 12rpx;
}
.dose{
font-size: 28rpx;
margin-bottom: 16rpx;
}
}
.footer-example{
position: fixed;
bottom: 42rpx;
width: 100%;
left: 0;
text-align: center;
color: var(--td-brand-color);
font-size: 28rpx;
line-height: 60rpx;
line-height: 60rpx;
}
}