44 lines
826 B
Plaintext
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;
|
|
}
|
|
} |