2025-06-15 22:39:23 +08:00

93 lines
1.8 KiB
Plaintext

/* pages/clockIn/index.wxss */
.clockin{
padding: 28rpx;
padding-bottom: 200rpx;
padding-top: 200rpx;
position: relative;
.clockin-img{
position: absolute;
width: 100%;
z-index: 0;
top: 0;
left: 0;
}
.new-time{
font-size: 28rpx;
}
.clockin-item{
margin-bottom: 28rpx;
background-color: #fff;
border-radius: 20rpx;
padding: 28rpx;
position: relative;
z-index: 1;
.margin-16{
position: absolute;
top: 0;
right: 0;
height: 60rpx;
line-height: 60rpx;
background: rgba(34, 34, 34, 0.1);
border-radius: 0rpx 24rpx 0rpx 24rpx;
color: #909399;
padding: 0 24rpx;
font-size: 26rpx;
}
.success{
color: #00B095;
background: rgba(0, 176, 149, 0.1);
}
.primary{
color: var(--td-brand-color);
background: rgba(237, 243, 248, 1);
}
.item-top{
display: flex;
justify-content: space-between;
margin-bottom: 10rpx;
font-size: 32rpx;
font-weight: bold;
.active{
color: var(--td-brand-color);
}
}
.medicine-name{
font-weight: bold;
margin-bottom: 12rpx;
}
.dose{
font-size: 28rpx;
// margin-bottom: 30rpx;
color: #909399;
}
.t-button{
margin-top: 30rpx;
}
}
.footer-example{
position: fixed;
bottom: 202rpx;
display: flex;
justify-content: center;
width: 100%;
left: 0;
view{
width: 246rpx;
height: 82rpx;
background: #FFFFFF;
box-shadow: 0rpx 2rpx 14rpx 0rpx rgba(0,91,162,0.08);
border-radius: 40rpx;
line-height: 82rpx;
text-align: center;
font-size: 30rpx;
color: #222222;
text{
font-size: 40rpx;
color: var(--td-brand-color);
vertical-align: middle;
}
}
}
}