index.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. /* pages/clock/clock-tongji/index.wxss */
  2. page {
  3. background: #F5F5F5;
  4. }
  5. .header {
  6. height: 320rpx;
  7. padding: 30rpx;
  8. background: #fff;
  9. box-sizing: border-box;
  10. margin-top: 20rpx;
  11. display: flex;
  12. align-items: center;
  13. justify-content: space-around;
  14. flex-direction: column;
  15. }
  16. .header-title {
  17. width: 100%;
  18. font-size: 34rpx;
  19. font-family: PingFangSC-Medium, PingFang SC;
  20. font-weight: 500;
  21. color: #000000;
  22. box-sizing: border-box;
  23. padding: 0 15rpx;
  24. display: flex;
  25. align-items: center;
  26. justify-content: space-between;
  27. }
  28. .header-title image {
  29. width: 18rpx;
  30. height: 30rpx;
  31. }
  32. .header-content {
  33. width: 100%;
  34. display: flex;
  35. align-items: center;
  36. justify-content: space-around;
  37. }
  38. .header-content-items {
  39. display: flex;
  40. align-items: center;
  41. justify-content: center;
  42. flex-direction: column;
  43. }
  44. .number {
  45. font-size: 58rpx;
  46. font-family: DINCondensed-Bold, DINCondensed;
  47. font-weight: bold;
  48. color: #000000;
  49. }
  50. .name {
  51. font-size: 26rpx;
  52. font-family: PingFangSC-Regular, PingFang SC;
  53. font-weight: 400;
  54. color: #444444;
  55. }
  56. .calendar-content {
  57. padding: 30rpx;
  58. background: #fff;
  59. }
  60. .calendar-content-header {
  61. height: 138rpx;
  62. font-size: 34rpx;
  63. font-family: PingFangSC-Semibold, PingFang SC;
  64. font-weight: 600;
  65. color: #000000;
  66. display: flex;
  67. align-items: center;
  68. justify-content: space-between;
  69. }
  70. .calendar-content-choose {
  71. height: 100%;
  72. font-size: 28rpx;
  73. font-family: PingFangSC-Regular, PingFang SC;
  74. font-weight: 400;
  75. color: #000000;
  76. display: flex;
  77. align-items: center;
  78. }
  79. .last,
  80. .next {
  81. height: 100%;
  82. width: 75rpx;
  83. display: flex;
  84. align-items: center;
  85. /* justify-content: center; */
  86. }
  87. .last {
  88. width: 120rpx;
  89. justify-content: center;
  90. }
  91. .next {
  92. justify-content: flex-end;
  93. }
  94. .calendar-content-choose image {
  95. height: 29rpx;
  96. width: 17rpx;
  97. }
  98. .calendar {
  99. background: #fff;
  100. }
  101. .clock-detail {
  102. margin-top: 20rpx;
  103. background: #fff;
  104. padding: 30rpx;
  105. }
  106. .titps {
  107. font-size: 26rpx;
  108. font-family: PingFangSC-Regular, PingFang SC;
  109. font-weight: 400;
  110. color: #666666;
  111. margin-top: 20rpx;
  112. margin-bottom: 100rpx;
  113. }
  114. .clock-content {
  115. display: flex;
  116. }
  117. .left {
  118. float: left;
  119. display: flex;
  120. align-items: center;
  121. justify-content: flex-start;
  122. flex-direction: column;
  123. margin-right: 30rpx;
  124. }
  125. .top,
  126. .bottom {
  127. width: 16rpx;
  128. height: 16rpx;
  129. background: #BBBBBB;
  130. border-radius: 100%;
  131. }
  132. .top {
  133. margin-top: 15rpx;
  134. }
  135. .midden {
  136. width: 2rpx;
  137. height: 154rpx;
  138. background: #DDDDDD;
  139. }
  140. .midden-short {
  141. width: 2rpx;
  142. height: 60rpx;
  143. background: #DDDDDD;
  144. }
  145. .right {
  146. float: left;
  147. }
  148. .clock {
  149. /* margin-bottom: 113rpx; */
  150. }
  151. .clock-type {
  152. font-size: 34rpx;
  153. font-family: PingFangSC-Medium, PingFang SC;
  154. font-weight: 500;
  155. color: #000000;
  156. }
  157. .address {
  158. font-size: 28rpx;
  159. font-family: PingFangSC-Regular, PingFang SC;
  160. font-weight: 400;
  161. color: #666666;
  162. margin-top: 10rpx;
  163. display: flex;
  164. align-items: center;
  165. }
  166. .position {
  167. width: 23rpx;
  168. height: 28rpx;
  169. margin-right: 15rpx;
  170. }
  171. .clock-in {
  172. height: 154rpx;
  173. }
  174. .clock-out {
  175. margin-top: -15rpx;
  176. margin-bottom: 45rpx;
  177. }
  178. .shortage {
  179. font-size: 34rpx;
  180. font-family: PingFangSC-Medium, PingFang SC;
  181. font-weight: 500;
  182. color: #FD7235;
  183. }
  184. .nextMoney {
  185. font-size: 26rpx;
  186. font-family: PingFangSC-Regular, PingFang SC;
  187. font-weight: 400;
  188. color: #000000;
  189. display: flex;
  190. align-items: center;
  191. justify-content: space-between;
  192. }
  193. .money {
  194. font-size: 26rpx;
  195. font-family: PingFangSC-Semibold, PingFang SC;
  196. font-weight: 600;
  197. color: #000000;
  198. }
  199. .money text:first-child {
  200. font-size: 58rpx;
  201. font-family: DINCondensed-Bold, DINCondensed;
  202. font-weight: bold;
  203. color: #0177FF;
  204. }
  205. .no-data {
  206. margin-bottom: 100rpx;
  207. font-size: 34rpx;
  208. font-family: PingFangSC-Medium, PingFang SC;
  209. font-weight: 500;
  210. color: #000000;
  211. text-align: center;
  212. }