1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .commons-time-box {
- display: flex;
- height: 50rpx;
- line-height: 50rpx;
- font-size: 24rpx;
- margin: 30rpx;
- border: 1px solid #dcdcdc;
- border-radius: 8rpx;
- }
- .commons-time-box .time-box {
- width: 15%;
- text-align: center;
- }
- .commons-time-box .time-box-icon {
- width: 10%;
- }
- .commons-time-box .time-box.active {
- background-color: #487CFF;
- color: #fff;
- }
- .uni-data-checklist {
- margin-top: 10rpx;
- padding: 16rpx 10rpx;
- }
- .uni-table-td {
- font-size: 24rpx!important;
- }
- .uni-data-checklist .checklist-group .checklist-box {
- margin-right: 20rpx!important;
- }
- .total {
- background-color: #f1f1f1;
- min-height: 100vh;
- color: #333;
- }
- .total .header-banner {
- display: flex;
- justify-content: center;
- border-bottom: 1px solid #dcdcdc;
- }
- .total .header-banner view {
- width: 40%;
- text-align: center;
- height: 100rpx;
- line-height: 100rpx;
- color: #333;
- margin: 0 5%;
- }
- .total .header-banner .active {
- color: #487CFF;
- border-bottom: 2px solid #487CFF;
- }
|