clock.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. /* pages/clock/clock.wxss */
  2. page {
  3. background: rgba(245, 245, 245, 1);
  4. font-family: PingFangSC-Regular, PingFang SC;
  5. padding-bottom: 30rpx;
  6. }
  7. .video {
  8. width: 710rpx;
  9. height: 268rpx;
  10. margin: 20rpx;
  11. }
  12. .no-pass,
  13. .no-authentication {
  14. position: relative;
  15. display: flex;
  16. align-items: center;
  17. justify-content: center;
  18. flex-direction: column;
  19. }
  20. .header {
  21. width: 100%;
  22. position: absolute;
  23. left: 0;
  24. top: 0;
  25. z-index: -1;
  26. }
  27. .no-pass-bg,
  28. .no-authentication-bg {
  29. width: 100%;
  30. }
  31. .no-pass-content,
  32. .no-authentication-content {
  33. width: 690rpx;
  34. height: 840rpx;
  35. background: rgba(255, 255, 255, 1);
  36. box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06);
  37. border-radius: 32rpx;
  38. display: flex;
  39. align-items: center;
  40. justify-content: center;
  41. flex-direction: column;
  42. margin-top: 70rpx;
  43. }
  44. .no-passs-img,
  45. .no-authentication-img {
  46. height: 269rpx;
  47. width: 360rpx;
  48. }
  49. .no-pass-content-text,
  50. .no-authentication-content-text {
  51. margin-top: 57rpx;
  52. }
  53. .no-pass-content-text view:first-child,
  54. .no-authentication-content-text view:first-child {
  55. text-align: center;
  56. font-size: 42rpx;
  57. color: #000;
  58. font-family: PingFangSC-Medium, PingFang SC;
  59. font-weight: 500;
  60. }
  61. .no-pass-content-text view:last-child,
  62. .no-authentication-content-text view:last-child {
  63. text-align: center;
  64. font-size: 24rpx;
  65. color: #666;
  66. font-family: PingFangSC-Regular, PingFang SC;
  67. font-weight: 400;
  68. margin-top: 20rpx;
  69. }
  70. .no-pass-content-button,
  71. .no-authentication-content-button {
  72. width: 560rpx;
  73. height: 88rpx;
  74. color: #fff;
  75. font-family: PingFangSC-Semibold, PingFang SC;
  76. font-weight: 600;
  77. line-height: 88rpx;
  78. text-align: center;
  79. background: rgba(0, 122, 255, 1);
  80. border-radius: 10rpx;
  81. border: 2rpx solid rgba(0, 122, 255, 1);
  82. margin-top: 88rpx;
  83. }
  84. .pass {
  85. display: flex;
  86. align-items: center;
  87. flex-direction: column;
  88. }
  89. .pass-header {
  90. width: 100%;
  91. display: flex;
  92. align-items: center;
  93. justify-content: center;
  94. flex-direction: column;
  95. position: relative;
  96. }
  97. .pass-header-bg {
  98. position: absolute;
  99. left: 0;
  100. top: 0;
  101. width: 100%;
  102. z-index: -1;
  103. }
  104. .pass-header-content {
  105. width: 70%;
  106. font-size: 28rpx;
  107. font-family: PingFangSC-Regular, PingFang SC;
  108. font-weight: 400;
  109. color: #fff;
  110. display: flex;
  111. align-items: center;
  112. justify-content: space-between;
  113. margin-top: 100rpx;
  114. }
  115. .number {
  116. font-size: 68rpx;
  117. font-family: DINCondensed-Bold, DINCondensed;
  118. font-weight: bold;
  119. color: #FFFFFF;
  120. }
  121. .unit {
  122. font-size: 28rpx;
  123. }
  124. .pass-header-message {
  125. font-size: 22rpx;
  126. font-family: PingFangSC-Medium, PingFang SC;
  127. font-weight: 500;
  128. color: rgba(255, 255, 255, 0.7);
  129. margin-top: 20rpx;
  130. }
  131. .pass-header-footer {
  132. width: 690rpx;
  133. height: 164rpx;
  134. display: flex;
  135. align-items: center;
  136. justify-content: space-around;
  137. background: #FFFFFF;
  138. box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06);
  139. border-radius: 32rpx;
  140. margin-top: 20rpx;
  141. }
  142. .pass-header-footer-view {
  143. display: flex;
  144. align-items: center;
  145. justify-content: center;
  146. flex-direction: column;
  147. }
  148. .pass-header-footer-view image {
  149. width: 48rpx;
  150. height: 52rpx;
  151. }
  152. .pass-header-footer-view text {
  153. font-size: 24rpx;
  154. font-family: PingFangSC-Regular, PingFang SC;
  155. font-weight: 400;
  156. color: #666666;
  157. margin-top: 16rpx;
  158. }
  159. .pass-content {
  160. width: 690rpx;
  161. height: 748rpx;
  162. background: #FFFFFF;
  163. box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06);
  164. border-radius: 32rpx;
  165. margin-top: 20rpx;
  166. padding: 30rpx;
  167. box-sizing: border-box;
  168. display: flex;
  169. align-items: center;
  170. flex-direction: column;
  171. }
  172. .status {
  173. display: flex;
  174. align-items: center;
  175. justify-content: space-between;
  176. }
  177. .clock-in,
  178. .clock-out {
  179. width: 310rpx;
  180. height: 98rpx;
  181. font-size: 28rpx;
  182. font-family: PingFangSC-Regular, PingFang SC;
  183. font-weight: 400;
  184. color: #000000;
  185. background: #F5F5F5;
  186. border-radius: 10rpx;
  187. display: flex;
  188. flex-direction: column;
  189. justify-content: center;
  190. }
  191. .clock-time {
  192. display: flex;
  193. align-items: center;
  194. }
  195. .clock-time image {
  196. width: 22rpx;
  197. height: 22rpx;
  198. margin-right: 10rpx;
  199. }
  200. .status-text {
  201. font-size: 26rpx;
  202. font-family: PingFangSC-Regular, PingFang SC;
  203. font-weight: 400;
  204. color: #999999;
  205. }
  206. .rule-messgae {
  207. width: 100%;
  208. font-size: 24rpx;
  209. font-family: PingFangSC-Regular, PingFang SC;
  210. font-weight: 400;
  211. color: #999999;
  212. margin-top: 20rpx;
  213. margin-bottom: 100rpx;
  214. }
  215. .image {
  216. height: 260rpx;
  217. width: 260rpx;
  218. }
  219. .image image {
  220. height: 100%;
  221. width: 100%;
  222. }
  223. .clock-status {
  224. font-size: 26rpx;
  225. font-family: PingFangSC-Regular, PingFang SC;
  226. font-weight: 400;
  227. color: #666666;
  228. margin-top: 70rpx;
  229. display: flex;
  230. align-items: center;
  231. justify-content: center;
  232. }
  233. .clock-status image {
  234. height: 30rpx;
  235. width: 30rpx;
  236. margin-right: 12rpx;
  237. }
  238. .reload-location {
  239. font-size: 26rpx;
  240. font-family: PingFangSC-Semibold, PingFang SC;
  241. font-weight: 600;
  242. color: #007AFF;
  243. margin-top: 40rpx;
  244. }
  245. .reload-location image {
  246. height: 24rpx;
  247. width: 24rpx;
  248. margin-right: 15rpx;
  249. }
  250. .prepayable {
  251. width: 100%;
  252. font-size: 26rpx;
  253. font-family: PingFangSC-Regular, PingFang SC;
  254. font-weight: 400;
  255. color: #000000;
  256. display: flex;
  257. align-items: center;
  258. justify-content: space-between;
  259. margin-top: 164rpx;
  260. }
  261. .prepayable-number {
  262. font-size: 58rpx;
  263. font-family: DINCondensed-Bold, DINCondensed;
  264. font-weight: bold;
  265. color: #0177FF;
  266. }
  267. .prepayable-unit {
  268. font-family: PingFangSC-Semibold, PingFang SC;
  269. margin-left: 8rpx;
  270. }
  271. .height {
  272. height: 894rpx;
  273. }
  274. .video {
  275. height: 268rpx;
  276. width: 710rpx;
  277. margin: 0 auto;
  278. }