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