teacher-attendDetail.module.less 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. .itemWrap {
  2. margin: 12px 13px 12px;
  3. font-size: 14px;
  4. .itemWrapTopCard {
  5. padding: 12px 15px 20px;
  6. border-radius: 10px;
  7. background-color: #fff;
  8. margin-bottom: 12px;
  9. .itemWrapTop {
  10. display: flex;
  11. flex-direction: row;
  12. align-items: center;
  13. justify-content: space-between;
  14. padding-bottom: 12px;
  15. border-bottom: 1px solid #f2f2f2;
  16. .itemWrapTopLeft {
  17. display: flex;
  18. flex-direction: row;
  19. align-items: center;
  20. .clockWrap {
  21. width: 18px;
  22. height: 18px;
  23. margin-right: 6px;
  24. img {
  25. margin-top: -1px;
  26. width: 100%;
  27. height: 100%;
  28. }
  29. }
  30. .leftTimer {
  31. font-size: 14px;
  32. font-weight: 500;
  33. color: #333333;
  34. line-height: 20px;
  35. }
  36. }
  37. .itemWrapTopRight {
  38. font-size: 12px;
  39. color: #777;
  40. }
  41. }
  42. }
  43. .itemWrapBottom {
  44. padding-top: 15px;
  45. display: flex;
  46. flex-direction: row;
  47. align-items: center;
  48. justify-content: space-between;
  49. .msgIcon {
  50. width: 24px;
  51. height: 24px;
  52. img {
  53. width: 100%;
  54. }
  55. }
  56. .courseInfo {
  57. display: flex;
  58. flex-direction: row;
  59. align-items: center;
  60. // padding-bottom: 15px;
  61. .headImgs {
  62. width: 42px;
  63. height: 42px;
  64. border-radius: 50%;
  65. overflow: hidden;
  66. margin-right: 12px;
  67. }
  68. .infoMsg {
  69. .infoMsgMain {
  70. font-size: 16px;
  71. font-weight: 600;
  72. color: #333333;
  73. line-height: 22px;
  74. }
  75. .infoMsgSub {
  76. width: 230px;
  77. overflow: hidden;
  78. text-overflow: ellipsis;
  79. white-space: nowrap;
  80. font-size: 14px;
  81. padding-top: 2px;
  82. font-weight: 400;
  83. color: #777777;
  84. line-height: 20px;
  85. }
  86. .infoMsgSubTeacher {
  87. width: 260px !important;
  88. }
  89. }
  90. }
  91. }
  92. .attBackInfo {
  93. margin-top: 12px;
  94. }
  95. .attInfo {
  96. display: flex;
  97. flex-direction: row;
  98. align-items: center;
  99. justify-content: space-between;
  100. .attInfoDot {
  101. text-align: left;
  102. width: 100%;
  103. padding: 12px;
  104. .attInfoDotTitle {
  105. width: 100%;
  106. display: flex;
  107. flex-direction: row;
  108. margin-bottom: 12px;
  109. align-items: center;
  110. justify-content: space-between;
  111. img {
  112. width: 18px;
  113. height: 18px;
  114. }
  115. }
  116. .signTime {
  117. font-size: 14px;
  118. font-weight: 500;
  119. color: #333333;
  120. line-height: 20px;
  121. display: flex;
  122. flex-direction: row;
  123. align-items: center;
  124. // justify-content: space-between;
  125. .textWidth {
  126. width: 52px;
  127. }
  128. span {
  129. margin-left: 6px;
  130. border-radius: 10px;
  131. font-size: 18px;
  132. color: #333;
  133. font-weight: 600;
  134. }
  135. }
  136. .attRang {
  137. height: 20px;
  138. display: flex;
  139. flex-direction: row;
  140. align-items: center;
  141. justify-content: space-between;
  142. font-size: 14px;
  143. font-weight: 500;
  144. .locP {
  145. margin-left: 5px;
  146. font-size: 12px;
  147. font-weight: 500;
  148. }
  149. }
  150. }
  151. }
  152. .passWrap {
  153. background-color: #fff;
  154. }
  155. .goWrap {
  156. background-color: #fff;
  157. }
  158. .error {
  159. color: #f44541;
  160. }
  161. .pass {
  162. color: #4493f6;
  163. }
  164. .passWrap,
  165. .goWrap {
  166. display: flex;
  167. flex-direction: row;
  168. align-items: center;
  169. border-radius: 10px;
  170. justify-content: space-between;
  171. text-align: center;
  172. width: 168px;
  173. .itemBottomMain {
  174. font-size: 30px;
  175. font-weight: bold;
  176. color: #333333;
  177. line-height: 35px;
  178. margin-bottom: 2px;
  179. }
  180. .itemBottomSub {
  181. font-size: 14px;
  182. font-weight: 400;
  183. color: #333333;
  184. line-height: 20px;
  185. }
  186. }
  187. }
  188. :global {
  189. .bottomSheet {
  190. .van-action-sheet__description {
  191. padding: 0 !important;
  192. &::after {
  193. border: none !important;
  194. }
  195. }
  196. }
  197. }
  198. .bottomTitle {
  199. padding: 15px 15px 20px;
  200. text-align: left;
  201. display: flex;
  202. flex-direction: row;
  203. align-items: center;
  204. justify-content: space-between;
  205. height: 22px;
  206. font-size: 16px;
  207. font-family: PingFangSC-Medium, PingFang SC;
  208. font-weight: 500;
  209. color: #333333;
  210. line-height: 22px;
  211. .bottomTitleLeft {
  212. display: flex;
  213. flex-direction: row;
  214. align-items: center;
  215. span {
  216. width: 4px;
  217. height: 12px;
  218. background: #ff8057;
  219. border-radius: 2px;
  220. display: inline-block;
  221. margin-right: 6px;
  222. }
  223. }
  224. .cross {
  225. font-size: 19px;
  226. }
  227. }
  228. .bottomConent {
  229. padding: 20px 15px 57px;
  230. display: flex;
  231. flex-direction: row;
  232. align-items: center;
  233. .bottomImgWrap {
  234. width: 47px;
  235. height: 47px;
  236. margin-bottom: 6px;
  237. img {
  238. width: 100%;
  239. height: 100%;
  240. }
  241. }
  242. .bottomConentLeft,
  243. .bottomConentRight {
  244. width: 50%;
  245. display: flex;
  246. flex-direction: column;
  247. align-items: center;
  248. }
  249. }