clock.wxss 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  1. /* pages/clock/clock.wxss */
  2. page {
  3. height: 100%;
  4. background: rgba(245, 245, 245, 1);
  5. font-family: PingFangSC-Regular, PingFang SC;
  6. /* padding-bottom: 20rpx; */
  7. }
  8. .container {
  9. height: 100%;
  10. }
  11. .video {
  12. width: 710rpx;
  13. height: 248rpx;
  14. margin: 20rpx;
  15. /* box-shadow: 0rpx 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06); */
  16. }
  17. .no-pass,
  18. .no-authentication {
  19. height: 100%;
  20. position: relative;
  21. display: flex;
  22. align-items: center;
  23. justify-content: center;
  24. flex-direction: column;
  25. }
  26. .header {
  27. width: 100%;
  28. position: absolute;
  29. left: 0;
  30. top: 0;
  31. z-index: -1;
  32. }
  33. .no-pass-bg,
  34. .no-authentication-bg {
  35. width: 100%;
  36. }
  37. .no-pass-content,
  38. .no-authentication-content {
  39. width: 100%;
  40. height: 100%;
  41. background: rgba(255, 255, 255, 1);
  42. /* box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06); */
  43. border-radius: 16rpx;
  44. display: flex;
  45. align-items: center;
  46. justify-content: center;
  47. flex-direction: column;
  48. /* margin-top: 70rpx; */
  49. }
  50. .no-passs-img,
  51. .no-authentication-img {
  52. height: 269rpx;
  53. width: 360rpx;
  54. }
  55. .no-pass-content-text,
  56. .no-authentication-content-text {
  57. margin-top: 57rpx;
  58. }
  59. .no-pass-content-text view:first-child,
  60. .no-authentication-content-text view:first-child {
  61. text-align: center;
  62. font-size: 42rpx;
  63. color: #000;
  64. font-family: PingFangSC-Medium, PingFang SC;
  65. font-weight: 500;
  66. }
  67. .no-pass-content-text view:last-child,
  68. .no-authentication-content-text view:last-child {
  69. text-align: center;
  70. font-size: 24rpx;
  71. color: #666;
  72. font-family: PingFangSC-Regular, PingFang SC;
  73. font-weight: 400;
  74. margin-top: 20rpx;
  75. }
  76. .no-pass-content-button,
  77. .no-authentication-content-button {
  78. width: 560rpx;
  79. height: 88rpx;
  80. color: #fff;
  81. font-family: PingFangSC-Semibold, PingFang SC;
  82. font-weight: 600;
  83. line-height: 88rpx;
  84. text-align: center;
  85. background: rgba(0, 122, 255, 1);
  86. border-radius: 16rpx;
  87. border: 2rpx solid rgba(0, 122, 255, 1);
  88. margin-top: 88rpx;
  89. }
  90. .pass {
  91. height: 100%;
  92. display: flex;
  93. align-items: center;
  94. flex-direction: column;
  95. }
  96. .pass-header {
  97. width: 100%;
  98. display: flex;
  99. align-items: center;
  100. justify-content: center;
  101. flex-direction: column;
  102. position: relative;
  103. margin-top: 20rpx;
  104. margin-bottom: 20rpx;
  105. }
  106. .pass-header-bg {
  107. position: absolute;
  108. left: 0;
  109. top: 0;
  110. width: 100%;
  111. z-index: -1;
  112. }
  113. .pass-header-content-left {
  114. height: 100%;
  115. display: flex;
  116. align-items: center;
  117. justify-content: space-between;
  118. }
  119. .userinfo {
  120. height: 100%;
  121. font-size: 36rpx;
  122. font-family: PingFangSC-Semibold, PingFang SC;
  123. font-weight: 600;
  124. color: #333333;
  125. position: relative;
  126. display: flex;
  127. align-items: center;
  128. justify-content: center;
  129. }
  130. .avatar {
  131. width: 102rpx;
  132. height: 102rpx;
  133. border-radius: 50%;
  134. position: relative;
  135. }
  136. .avatarUrl {
  137. width: 102rpx;
  138. height: 102rpx;
  139. border-radius: 50%;
  140. }
  141. .avatar-icon {
  142. width: 32rpx;
  143. height: 32rpx;
  144. position: absolute;
  145. right: -4rpx;
  146. bottom: -4rpx;
  147. }
  148. .userinfo-status {
  149. display: flex;
  150. justify-content: space-around;
  151. flex-direction: column;
  152. margin-left: 30rpx;
  153. }
  154. .approveStatus {
  155. font-size: 26rpx;
  156. font-family: PingFangSC-Medium, PingFang SC;
  157. font-weight: 500;
  158. color: #007AFF;
  159. }
  160. .pass-header-content-right {
  161. height: 100%;
  162. font-size: 26rpx;
  163. font-family: PingFangSC-Regular, PingFang SC;
  164. font-weight: 400;
  165. color: #000000;
  166. display: flex;
  167. align-items: center;
  168. }
  169. .pass-header-content-right image {
  170. width: 18rpx;
  171. height: 30rpx;
  172. margin-left: 15rpx;
  173. }
  174. .pass-header-content {
  175. width: 690rpx;
  176. height: 176rpx;
  177. background: #FFFFFF;
  178. padding: 0 30rpx;
  179. box-sizing: border-box;
  180. border-radius: 16px;
  181. font-weight: 400;
  182. color: #fff;
  183. display: flex;
  184. align-items: center;
  185. justify-content: space-between;
  186. /* margin-top: 100rpx; */
  187. }
  188. .number {
  189. font-size: 68rpx;
  190. font-family: DINCondensed-Bold, DINCondensed;
  191. font-weight: bold;
  192. color: #FFFFFF;
  193. }
  194. .unit {
  195. font-size: 28rpx;
  196. margin-left: 10rpx;
  197. }
  198. .pass-header-message {
  199. font-size: 22rpx;
  200. font-family: PingFangSC-Medium, PingFang SC;
  201. font-weight: 500;
  202. color: rgba(255, 255, 255, 0.7);
  203. margin-top: 20rpx;
  204. }
  205. .pass-header-footer {
  206. width: 690rpx;
  207. height: 164rpx;
  208. display: flex;
  209. align-items: center;
  210. justify-content: space-around;
  211. background: #FFFFFF;
  212. /* box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06); */
  213. border-radius: 16rpx;
  214. margin-top: 60rpx;
  215. }
  216. .pass-header-footer-view {
  217. display: flex;
  218. align-items: center;
  219. justify-content: center;
  220. flex-direction: column;
  221. }
  222. .pass-header-footer-view image {
  223. width: 48rpx;
  224. height: 52rpx;
  225. }
  226. .pass-header-footer-view text {
  227. font-size: 24rpx;
  228. font-family: PingFangSC-Regular, PingFang SC;
  229. font-weight: 400;
  230. color: #666666;
  231. margin-top: 16rpx;
  232. }
  233. .pass-content {
  234. width: 690rpx;
  235. flex: 1;
  236. background: #fff;
  237. /* box-shadow: 0px 10rpx 10rpx 0rpx rgba(0, 0, 0, 0.06); */
  238. border-radius: 16rpx;
  239. margin-top: 20rpx;
  240. padding: 30rpx 27rpx;
  241. margin-bottom: 20rpx;
  242. box-sizing: border-box;
  243. position: relative;
  244. }
  245. .status {
  246. width: 100%;
  247. display: flex;
  248. align-items: center;
  249. justify-content: space-between;
  250. }
  251. .clock-in,
  252. .clock-out {
  253. width: 310rpx;
  254. height: 98rpx;
  255. font-size: 28rpx;
  256. font-family: PingFangSC-Regular, PingFang SC;
  257. font-weight: 400;
  258. color: #000000;
  259. background: #F5F5F5;
  260. box-sizing: border-box;
  261. padding-left: 30rpx;
  262. border-radius: 8rpx;
  263. display: flex;
  264. flex-direction: column;
  265. justify-content: center;
  266. }
  267. .clock-time {
  268. display: flex;
  269. align-items: center;
  270. }
  271. .clock-time image {
  272. width: 22rpx;
  273. height: 22rpx;
  274. margin-right: 10rpx;
  275. }
  276. .status-text {
  277. font-size: 26rpx;
  278. font-family: PingFangSC-Regular, PingFang SC;
  279. font-weight: 400;
  280. color: #999999;
  281. }
  282. .rule-messgae {
  283. width: 100%;
  284. font-size: 24rpx;
  285. font-family: PingFangSC-Regular, PingFang SC;
  286. font-weight: 400;
  287. color: #999999;
  288. margin-top: 20rpx;
  289. padding-bottom: 100rpx;
  290. }
  291. .image {
  292. height: 260rpx;
  293. width: 260rpx;
  294. display: flex;
  295. align-items: center;
  296. justify-content: center;
  297. margin: 0 auto;
  298. }
  299. .image image {
  300. height: 260rpx;
  301. width: 260rpx;
  302. }
  303. .clock-status {
  304. font-size: 26rpx;
  305. font-family: PingFangSC-Regular, PingFang SC;
  306. font-weight: 400;
  307. color: #666666;
  308. padding-top: 70rpx;
  309. display: flex;
  310. align-items: center;
  311. justify-content: center;
  312. }
  313. .clock-status image {
  314. height: 30rpx;
  315. width: 30rpx;
  316. margin-right: 12rpx;
  317. }
  318. .reload-location {
  319. font-size: 26rpx;
  320. font-family: PingFangSC-Semibold, PingFang SC;
  321. font-weight: 600;
  322. color: #007AFF;
  323. padding-top: 40rpx;
  324. padding-bottom: 70rpx;
  325. display: flex;
  326. justify-content: center;
  327. align-items: center;
  328. }
  329. .reload-location image {
  330. height: 24rpx;
  331. width: 24rpx;
  332. margin-right: 15rpx;
  333. }
  334. .prepayable {
  335. width: 100%;
  336. font-size: 26rpx;
  337. font-family: PingFangSC-Regular, PingFang SC;
  338. font-weight: 400;
  339. color: #000000;
  340. display: flex;
  341. align-items: center;
  342. justify-content: space-between;
  343. margin-top: 151rpx;
  344. padding-bottom: 40rpx;
  345. }
  346. .prepayable-number {
  347. font-size: 58rpx;
  348. font-family: DINCondensed-Bold, DINCondensed;
  349. font-weight: bold;
  350. color: #0177FF;
  351. }
  352. .prepayable-unit {
  353. font-family: PingFangSC-Semibold, PingFang SC;
  354. margin-left: 8rpx;
  355. }
  356. .cover {
  357. position: fixed;
  358. left: 0;
  359. top: 0;
  360. height: 100%;
  361. width: 100%;
  362. background: rgba(0, 0, 0, 0.6);
  363. display: flex;
  364. align-items: center;
  365. justify-content: center;
  366. }
  367. .cover-kefu {
  368. width: 600rpx;
  369. height: 504rpx;
  370. background: #FFFFFF;
  371. border-radius: 16rpx;
  372. display: flex;
  373. align-items: center;
  374. justify-content: center;
  375. flex-direction: column;
  376. }
  377. .cover-kefu-title {
  378. font-size: 34rpx;
  379. font-family: PingFangSC-Medium, PingFang SC;
  380. font-weight: 500;
  381. color: #333333;
  382. }
  383. .cover-kefu-number {
  384. font-size: 48rpx;
  385. font-family: PingFangSC-Medium, PingFang SC;
  386. font-weight: 500;
  387. color: #333333;
  388. margin-top: 30rpx;
  389. margin-bottom: 20rpx;
  390. }
  391. .cover-kefu-tips {
  392. font-size: 28rpx;
  393. font-family: PingFangSC-Regular, PingFang SC;
  394. font-weight: 400;
  395. color: #666666;
  396. }
  397. .cover-kefu-button {
  398. width: 392rpx;
  399. height: 88rpx;
  400. font-size: 34rpx;
  401. font-family: PingFangSC-Medium, PingFang SC;
  402. font-weight: 500;
  403. color: #FFFFFF;
  404. background: #007AFF;
  405. border-radius: 16rpx;
  406. margin-top: 72rpx;
  407. display: flex;
  408. align-items: center;
  409. justify-content: center;
  410. }
  411. .cover-kefu-button image {
  412. width: 36rpx;
  413. height: 35rpx;
  414. margin-right: 20rpx;
  415. }
  416. .settingVisible {
  417. color: #000;
  418. font-size: 34rpx;
  419. font-weight: 600;
  420. }
  421. .kefu {
  422. width: 120rpx;
  423. height: 120rpx;
  424. position: absolute;
  425. right: -14rpx;
  426. bottom: 26rpx;
  427. }