/* pages/clockIn/index.wxss */ .clockin{ padding: 28rpx; padding-bottom: 120rpx; .tip{ font-size: 28rpx; color: var(--td-error-color, #e34d59); } .btn-item{ margin: 30rpx 0; background-color: #fff; border-radius: 20rpx; padding: 28rpx; } .new-time{ font-size: 28rpx; } .clockin-item{ margin-top: 28rpx; 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; } }