teacher-attendDetail.module.less 4.7 KB

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