index.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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. font-size: 28rpx;
  72. font-family: PingFangSC-Regular, PingFang SC;
  73. font-weight: 400;
  74. color: #000000;
  75. display: flex;
  76. align-items: center;
  77. }
  78. .last,
  79. .next {
  80. height: 100%;
  81. width: 60rpx;
  82. display: flex;
  83. align-items: center;
  84. }
  85. .next {
  86. justify-content: flex-end;
  87. }
  88. .calendar-content-choose image {
  89. height: 29rpx;
  90. width: 17rpx;
  91. }
  92. .calendar {
  93. background: #fff;
  94. }
  95. .clock-detail {
  96. margin-top: 20rpx;
  97. background: #fff;
  98. padding: 30rpx;
  99. }
  100. .titps {
  101. font-size: 26rpx;
  102. font-family: PingFangSC-Regular, PingFang SC;
  103. font-weight: 400;
  104. color: #666666;
  105. margin-top: 20rpx;
  106. margin-bottom: 100rpx;
  107. }
  108. .clock-content {
  109. margin-top: 50rpx;
  110. overflow: hidden;
  111. }
  112. .left {
  113. float: left;
  114. display: flex;
  115. align-items: center;
  116. justify-content: center;
  117. flex-direction: column;
  118. margin-right: 30rpx;
  119. }
  120. .top,
  121. .bottom {
  122. width: 16rpx;
  123. height: 16rpx;
  124. background: #BBBBBB;
  125. border-radius: 100%;
  126. }
  127. .top {
  128. margin-top: 15rpx;
  129. }
  130. .midden {
  131. width: 2rpx;
  132. height: 154rpx;
  133. background: #DDDDDD;
  134. }
  135. .right {
  136. float: left;
  137. }
  138. .clock {
  139. margin-bottom: 113rpx;
  140. }
  141. .clock-type {
  142. font-size: 34rpx;
  143. font-family: PingFangSC-Medium, PingFang SC;
  144. font-weight: 500;
  145. color: #000000;
  146. }
  147. .address {
  148. font-size: 28rpx;
  149. font-family: PingFangSC-Regular, PingFang SC;
  150. font-weight: 400;
  151. color: #666666;
  152. margin-top: 10rpx;
  153. display: flex;
  154. align-items: center;
  155. }
  156. .position {
  157. width: 23rpx;
  158. height: 28rpx;
  159. margin-right: 15rpx;
  160. }
  161. .clock-out {
  162. margin-top: 75rpx;
  163. }
  164. .shortage {
  165. font-size: 34rpx;
  166. font-family: PingFangSC-Medium, PingFang SC;
  167. font-weight: 500;
  168. color: #FD7235;
  169. }
  170. .nextMoney {
  171. font-size: 26rpx;
  172. font-family: PingFangSC-Regular, PingFang SC;
  173. font-weight: 400;
  174. color: #000000;
  175. display: flex;
  176. align-items: center;
  177. justify-content: space-between;
  178. }
  179. .money {
  180. font-size: 26rpx;
  181. font-family: PingFangSC-Semibold, PingFang SC;
  182. font-weight: 600;
  183. color: #000000;
  184. }
  185. .money text:first-child {
  186. font-size: 58rpx;
  187. font-family: DINCondensed-Bold, DINCondensed;
  188. font-weight: bold;
  189. color: #0177FF;
  190. }