fabricsTotal.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .personalStat .picker-content{
  2. text-align: center;
  3. }
  4. .personalStat .uni-table-th.table--border{
  5. border-top: 1px solid #000;
  6. }
  7. .personalStat .uni-table-th{
  8. border-color: black;
  9. color: #333;
  10. font-weight: 500;
  11. }
  12. .personalStat .uni-table-th,.personalStat .table--border{
  13. border-right:none!important;
  14. }
  15. .personalStat .uni-date-x--border{
  16. border:none!important;
  17. }
  18. .form-text {
  19. font-size: 28rpx;
  20. line-height: 60rpx;
  21. background-color: #fff;
  22. padding-left: 20rpx;
  23. }
  24. .commons-time-box {
  25. display: flex;
  26. height: 50rpx;
  27. line-height: 50rpx;
  28. font-size: 24rpx;
  29. margin: 30rpx;
  30. border: 1px solid #dcdcdc;
  31. border-radius: 8rpx;
  32. }
  33. .commons-time-box .time-box {
  34. width: 15%;
  35. text-align: center;
  36. }
  37. .commons-time-box .time-box-icon {
  38. width: 10%;
  39. }
  40. .commons-time-box .time-box.active {
  41. background-color: #487CFF;
  42. color: #fff;
  43. }
  44. .uni-data-checklist {
  45. margin-top: 10rpx;
  46. padding: 16rpx 10rpx;
  47. }
  48. .uni-table-td {
  49. font-size: 24rpx!important;
  50. }
  51. .uni-data-checklist .checklist-group .checklist-box {
  52. margin-right: 20rpx!important;
  53. }
  54. .personalStat {
  55. background-color: #f1f1f1;
  56. min-height: 100vh;
  57. color: #333;
  58. }
  59. .personalStat .header-banner {
  60. display: flex;
  61. justify-content: center;
  62. border-bottom: 1px solid #dcdcdc;
  63. }
  64. .personalStat .header-banner view {
  65. width: 40%;
  66. text-align: center;
  67. height: 100rpx;
  68. line-height: 100rpx;
  69. color: #333;
  70. margin: 0 5%;
  71. }
  72. .personalStat .header-banner .active {
  73. color: #487CFF;
  74. border-bottom: 2px solid #487CFF;
  75. }