usedTotal.wxss 985 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .commons-time-box {
  2. display: flex;
  3. height: 50rpx;
  4. line-height: 50rpx;
  5. font-size: 24rpx;
  6. margin: 30rpx;
  7. border: 1px solid #dcdcdc;
  8. border-radius: 8rpx;
  9. }
  10. .commons-time-box .time-box {
  11. width: 15%;
  12. text-align: center;
  13. }
  14. .commons-time-box .time-box-icon {
  15. width: 10%;
  16. }
  17. .commons-time-box .time-box.active {
  18. background-color: #487CFF;
  19. color: #fff;
  20. }
  21. .uni-data-checklist {
  22. margin-top: 10rpx;
  23. padding: 16rpx 10rpx;
  24. }
  25. .uni-table-td {
  26. font-size: 24rpx!important;
  27. }
  28. .uni-data-checklist .checklist-group .checklist-box {
  29. margin-right: 20rpx!important;
  30. }
  31. .total {
  32. background-color: #f1f1f1;
  33. min-height: 100vh;
  34. color: #333;
  35. }
  36. .total .header-banner {
  37. display: flex;
  38. justify-content: center;
  39. border-bottom: 1px solid #dcdcdc;
  40. }
  41. .total .header-banner view {
  42. width: 40%;
  43. text-align: center;
  44. height: 100rpx;
  45. line-height: 100rpx;
  46. color: #333;
  47. margin: 0 5%;
  48. }
  49. .total .header-banner .active {
  50. color: #487CFF;
  51. border-bottom: 2px solid #487CFF;
  52. }