clockIn.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. page{
  2. background-color: #F4F4F4;
  3. }
  4. .wrap{margin-top: 30rpx;}
  5. .road-select-cell{
  6. background-color: #fff;
  7. border-radius: 20rpx;
  8. margin-bottom: 24rpx;
  9. }
  10. .payeeinfo{
  11. height: 143rpx;
  12. background: #FFFFFF;
  13. border-radius: 20rpx;
  14. padding-left: 30rpx;
  15. margin-bottom: 20rpx;
  16. .payeeinfo-text{
  17. margin-left: 19rpx;
  18. .name{
  19. font-size: 36rpx;
  20. font-weight: 500;
  21. color: #5B5B5B;
  22. line-height: 50rpx;
  23. letter-spacing: 1px;
  24. }
  25. .id{
  26. font-size: 30rpx;
  27. font-weight: 400;
  28. color: #5B5B5B;
  29. line-height: 42rpx;
  30. letter-spacing: 1px;
  31. }
  32. }
  33. }
  34. .attence-block{
  35. background: #FFFFFF;
  36. border-radius: 20rpx;
  37. padding: 38rpx 30rpx 69rpx;
  38. margin-bottom: 20rpx;
  39. #navmap{
  40. width: 100%;
  41. height: 25vh;
  42. margin-top: 80rpx;
  43. }
  44. }
  45. .today-attence{
  46. margin-bottom: 71rpx;
  47. .today-attence-item{
  48. flex: 1;
  49. height: 105rpx;
  50. padding: 20rpx 23rpx 0;
  51. background: #E2F2FF;
  52. border-radius: 10rpx;
  53. font-weight: 400;
  54. letter-spacing: 1px;
  55. .u-icon{margin-right: 7rpx;}
  56. .work-time{
  57. font-size: 28rpx;
  58. color: #515151;
  59. line-height: 40rpx;
  60. }
  61. .my-time{
  62. font-size: 24rpx;
  63. color: #515151;
  64. line-height: 33rpx;
  65. }
  66. }
  67. .today-attence-item + .today-attence-item{
  68. margin-left: 19rpx;
  69. }
  70. }
  71. .attence-button{
  72. width: 249rpx;
  73. height: 249rpx;
  74. margin: 0 auto 30rpx;
  75. border-radius: 50%;
  76. border: 20rpx solid #EAF3FE;
  77. align-content: center;
  78. justify-content: center;
  79. background: linear-gradient(180deg, #56ABFF 0%, #0062D5 100%);
  80. .attence-button-type{
  81. font-size: 36rpx;
  82. font-weight: 400;
  83. color: #FFFFFF;
  84. line-height: 50rpx;
  85. }
  86. .attence-button-time{
  87. font-size: 28rpx;
  88. font-weight: 400;
  89. color: #A7CCF5;
  90. line-height: 40rpx;
  91. }
  92. }
  93. .position-tip{
  94. text-align: center;
  95. font-size: 24rpx;
  96. font-weight: 400;
  97. color: #7D7D7D;
  98. line-height: 33rpx;
  99. margin-bottom: 37rpx;
  100. .u-icon{
  101. margin-right: 11rpx;
  102. }
  103. }
  104. .statistics{
  105. padding-top: 45rpx;
  106. border-top: 1px solid #EAEAEA;
  107. .statistics-item{
  108. flex: 1;
  109. text-align: center;
  110. .statistics-item-til{
  111. font-size: 30rpx;
  112. font-weight: 400;
  113. color: #5C5C5C;
  114. line-height: 42rpx;
  115. }
  116. .statistics-item-con{
  117. font-size: 30rpx;
  118. font-weight: 400;
  119. color: #0667D8;
  120. line-height: 42rpx;
  121. .number{
  122. font-size: 50rpx;
  123. line-height: 70rpx;
  124. letter-spacing: 2px;
  125. }
  126. }
  127. }
  128. }
  129. .bottom{
  130. position: fixed;
  131. left: 0;
  132. right: 0;
  133. bottom: 76rpx;
  134. }
  135. .remark{
  136. z-index:200;
  137. .submit-btn{
  138. position: absolute;
  139. right: 40rpx;
  140. top:40rpx;
  141. }
  142. .content{
  143. padding: 40rpx;
  144. }
  145. .remark-tip{
  146. margin-top: 24rpx;
  147. font-size: 26rpx;
  148. color: #333;
  149. }
  150. }