setPunchTime.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-bb96deb4 {
  5. padding-top: 33rpx;
  6. }
  7. .container .week_title.data-v-bb96deb4 {
  8. margin-left: 35rpx;
  9. font-size: 34rpx;
  10. font-weight: 500;
  11. }
  12. .container .week.data-v-bb96deb4 {
  13. margin: 0 auto;
  14. margin-top: 12rpx;
  15. width: 690rpx;
  16. height: 107rpx;
  17. border-radius: 10rpx;
  18. background-color: #fff;
  19. }
  20. .container .time_list.data-v-bb96deb4 {
  21. display: flex;
  22. align-items: center;
  23. margin: 0 auto;
  24. margin-top: 32rpx;
  25. width: 690rpx;
  26. height: 60rpx;
  27. font-weight: 500;
  28. }
  29. .container .time_list .title.data-v-bb96deb4 {
  30. flex: 4;
  31. font-size: 34rpx;
  32. }
  33. .container .time_list .add.data-v-bb96deb4 {
  34. flex: 1;
  35. text-align: end;
  36. font-size: 24rpx;
  37. color: #3396FB;
  38. }
  39. .container .list.data-v-bb96deb4 {
  40. margin: 0 auto;
  41. margin-top: 13rpx;
  42. padding-top: 20rpx;
  43. padding-bottom: 20rpx;
  44. width: 690rpx;
  45. border-radius: 10rpx;
  46. background-color: #fff;
  47. }
  48. .container .list .item.data-v-bb96deb4 {
  49. display: flex;
  50. justify-content: space-between;
  51. margin: 0 20rpx 20rpx 20rpx;
  52. width: 650rpx;
  53. height: 60rpx;
  54. }
  55. .container .list .item .item_box.data-v-bb96deb4 {
  56. width: 291rpx;
  57. height: 60rpx;
  58. border-radius: 8rpx;
  59. border: 1rpx solid #CCCCCC;
  60. }
  61. .container .list .item .item_box .uni-input.data-v-bb96deb4 {
  62. display: flex;
  63. align-items: center;
  64. width: 291rpx;
  65. height: 60rpx;
  66. }
  67. .container .list .item .item_box .uni-input .input_time.data-v-bb96deb4 {
  68. flex: 2;
  69. margin-left: 34rpx;
  70. font-size: 28rpx;
  71. color: #707070;
  72. }
  73. .container .list .item .item_box .uni-input .input_icon.data-v-bb96deb4 {
  74. flex: 1;
  75. display: flex;
  76. justify-content: center;
  77. align-items: center;
  78. }
  79. .container .list .item .item_box .uni-input .input_icon ._img.data-v-bb96deb4 {
  80. width: 26rpx;
  81. height: 26rpx;
  82. }
  83. .container .button.data-v-bb96deb4 {
  84. margin: 0 auto;
  85. margin-top: 50rpx;
  86. width: 690rpx;
  87. height: 80rpx;
  88. line-height: 80rpx;
  89. text-align: center;
  90. color: #fff;
  91. font-size: 32rpx;
  92. border-radius: 16rpx;
  93. background-color: #3396FB;
  94. }
  95. .data-v-bb96deb4 .weeks-outer {
  96. border-radius: 10rpx;
  97. }
  98. .data-v-bb96deb4 .uni-swipe_button-group {
  99. margin-bottom: 20rpx;
  100. }