index.module.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. .tenantAllData {
  2. padding: 0 12px;
  3. min-height: 100vh;
  4. box-sizing: border-box;
  5. .topWrap {
  6. padding-top: 16px;
  7. display: flex;
  8. flex-direction: row;
  9. align-items: center;
  10. justify-content: space-between;
  11. .topHead {
  12. display: flex;
  13. flex-direction: row;
  14. align-items: center;
  15. font-size: 17px;
  16. font-weight: 600;
  17. color: #333333;
  18. line-height: 24px;
  19. .topDot {
  20. width: 4px;
  21. height: 14px;
  22. margin-right: 6px;
  23. }
  24. .sanIcon {
  25. margin-left: 6px;
  26. }
  27. }
  28. .timerWrap {
  29. display: flex;
  30. flex-direction: row;
  31. align-items: center;
  32. font-size: 14px;
  33. font-weight: 400;
  34. color: #333333;
  35. .sanIcon {
  36. width: 12px;
  37. height: 12px;
  38. margin-left: 5px;
  39. }
  40. }
  41. }
  42. .cardWrap {
  43. display: flex;
  44. flex-direction: row;
  45. align-items: center;
  46. justify-content: space-between;
  47. margin-top: 18px;
  48. .cardItem {
  49. padding: 8px 16px;
  50. width: 170px;
  51. height: 70px;
  52. background: #ffffff;
  53. border-radius: 10px;
  54. overflow: hidden;
  55. position: relative;
  56. .cardLine {
  57. width: 6px;
  58. height: 70px;
  59. background: #fe6f25;
  60. opacity: 0.24;
  61. position: absolute;
  62. left: 0;
  63. top: 0;
  64. }
  65. }
  66. .cardNum {
  67. font-size: 24px;
  68. font-family: DINAlternate-Bold, DINAlternate;
  69. font-weight: bold;
  70. color: #fe6f25;
  71. line-height: 28px;
  72. }
  73. .studentCard {
  74. .cardLine {
  75. background: #259cfe;
  76. color: #fe6f25;
  77. }
  78. .cardNum {
  79. color: #259cfe;
  80. }
  81. }
  82. .cardInfo {
  83. margin-top: 5px;
  84. display: flex;
  85. flex-direction: row;
  86. align-items: center;
  87. font-size: 15px;
  88. font-weight: 400;
  89. color: #777777;
  90. line-height: 21px;
  91. img {
  92. width: 16px;
  93. height: 16px;
  94. }
  95. }
  96. }
  97. .searchWrap {
  98. display: flex;
  99. flex-direction: row;
  100. align-items: center;
  101. .allDataWrap {
  102. padding-left: 0px !important;
  103. }
  104. .searechInfo {
  105. width: 273px;
  106. }
  107. }
  108. .sanIcon {
  109. width: 12px;
  110. height: 12px;
  111. }
  112. .routeSan {
  113. transform: rotate(180deg);
  114. transition: 0.2;
  115. }
  116. .schoolItem {
  117. display: flex;
  118. flex-direction: row;
  119. align-items: center;
  120. justify-content: space-between;
  121. background-color: #fff;
  122. margin-bottom: 12px;
  123. padding: 12px;
  124. border-radius: 10px;
  125. min-height: 73px;
  126. .title {
  127. font-weight: 400;
  128. color: #777777;
  129. line-height: 17px;
  130. font-size: 12px;
  131. margin-bottom: 6px;
  132. }
  133. .schoolName {
  134. max-width: 235px;
  135. white-space: nowrap;
  136. overflow: hidden;
  137. text-overflow: ellipsis;
  138. font-size: 14px;
  139. font-weight: 500;
  140. color: #333333;
  141. line-height: 20px;
  142. }
  143. .personNum {
  144. font-size: 20px;
  145. font-family: DINAlternate-Bold, DINAlternate;
  146. font-weight: bold;
  147. color: #ff5a56;
  148. line-height: 24px;
  149. text-align: center;
  150. }
  151. .schoolCountWrap {
  152. display: flex;
  153. flex-direction: row;
  154. align-items: center;
  155. .arrow {
  156. width: 6px;
  157. height: 12px;
  158. margin-left: 17px;
  159. }
  160. }
  161. }
  162. }
  163. .topHeadSchool {
  164. font-size: 14px;
  165. display: flex;
  166. flex-direction: row;
  167. align-items: center;
  168. .sanIcon {
  169. margin-left: 5px;
  170. }
  171. }
  172. .detailCard {
  173. width: 100% !important;
  174. }
  175. .studentItem {
  176. display: flex;
  177. flex-direction: row;
  178. // align-items: center;
  179. justify-content: space-between;
  180. background-color: #fff;
  181. margin-bottom: 12px;
  182. padding: 12px;
  183. border-radius: 10px;
  184. .studentNameWrap {
  185. .title {
  186. font-size: 16px;
  187. font-weight: 500;
  188. color: #333333;
  189. line-height: 22px;
  190. margin-bottom: 4px;
  191. max-width: 175px;
  192. white-space: nowrap;
  193. text-overflow: ellipsis;
  194. overflow: hidden;
  195. }
  196. .studentPhone {
  197. font-size: 14px;
  198. font-weight: 400;
  199. color: #777777;
  200. line-height: 20px;
  201. }
  202. }
  203. .studentCountWrap {
  204. font-size: 14px;
  205. font-weight: 400;
  206. color: #777777;
  207. line-height: 20px;
  208. }
  209. }
  210. .emptyC {
  211. padding-bottom: 0;
  212. min-height: calc(100vh - 190px);
  213. }
  214. .refreshC {
  215. min-height: calc(100vh - 190px);
  216. }
  217. .refreshD {
  218. min-height: calc(100vh - 185px);
  219. }
  220. .emptyD {
  221. padding-bottom: 0;
  222. min-height: calc(100vh - 175px);
  223. }
  224. .top {
  225. background-color: #f6f8f9;
  226. padding: 0 12px;
  227. }
  228. .timerWrap {
  229. font-size: 14px;
  230. width: 85px;
  231. }
  232. .schoolList {
  233. display: block;
  234. }