clockIn.scss 2.5 KB

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