attence.scss 2.3 KB

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