index.module.less 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  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. flex: 1;
  50. padding: 8px 16px;
  51. // width: 110px;
  52. height: 70px;
  53. background: #ffffff;
  54. border-radius: 10px;
  55. overflow: hidden;
  56. position: relative;
  57. &+.cardItem {
  58. margin-left: 8px;
  59. }
  60. .cardLine {
  61. width: 6px;
  62. height: 70px;
  63. background: #fe6f25;
  64. opacity: 0.24;
  65. position: absolute;
  66. left: 0;
  67. top: 0;
  68. }
  69. }
  70. .cardNum {
  71. font-size: 24px;
  72. font-family: DINAlternate-Bold, DINAlternate;
  73. font-weight: bold;
  74. color: #fe6f25;
  75. line-height: 28px;
  76. }
  77. .studentCard {
  78. .cardLine {
  79. background: #259cfe;
  80. color: #fe6f25;
  81. }
  82. .cardNum {
  83. color: #259cfe;
  84. }
  85. }
  86. .memberCard {
  87. .cardLine {
  88. background: rgba(254, 37, 37, 1);
  89. color: rgba(254, 37, 37, 1);
  90. }
  91. .cardNum {
  92. color: rgba(254, 37, 37, 1);
  93. }
  94. }
  95. .classCard {
  96. .cardLine {
  97. background: #5FC5A7;
  98. color: #5FC5A7;
  99. }
  100. .cardNum {
  101. color: #5FC5A7;
  102. }
  103. }
  104. .cardInfo {
  105. margin-top: 5px;
  106. display: flex;
  107. flex-direction: row;
  108. align-items: center;
  109. font-size: 15px;
  110. font-weight: 400;
  111. color: #777777;
  112. line-height: 21px;
  113. img {
  114. width: 16px;
  115. height: 16px;
  116. }
  117. }
  118. }
  119. .searchWrap {
  120. display: flex;
  121. flex-direction: row;
  122. align-items: center;
  123. .allDataWrap {
  124. padding-left: 0px !important;
  125. }
  126. .searechInfo {
  127. width: 273px;
  128. }
  129. }
  130. .sanIcon {
  131. width: 12px;
  132. height: 12px;
  133. }
  134. .routeSan {
  135. transform: rotate(180deg);
  136. transition: 0.2;
  137. }
  138. .schoolItem {
  139. // display: flex;
  140. // flex-direction: row;
  141. // align-items: center;
  142. // justify-content: space-between;
  143. background-color: #fff;
  144. margin-bottom: 12px;
  145. padding: 12px;
  146. border-radius: 10px;
  147. min-height: 73px;
  148. .title {
  149. font-weight: 400;
  150. color: #777777;
  151. line-height: 17px;
  152. font-size: 12px;
  153. margin-bottom: 6px;
  154. }
  155. .schoolName {
  156. max-width: 305px;
  157. white-space: nowrap;
  158. overflow: hidden;
  159. text-overflow: ellipsis;
  160. font-size: 14px;
  161. font-weight: 500;
  162. color: #333333;
  163. line-height: 20px;
  164. }
  165. .personNum {
  166. font-size: 20px;
  167. font-family: DINAlternate-Bold, DINAlternate;
  168. font-weight: bold;
  169. color: #ff5a56;
  170. line-height: 24px;
  171. text-align: center;
  172. }
  173. .schoolCountWrap {
  174. display: flex;
  175. flex-direction: row;
  176. align-items: center;
  177. &>div {
  178. flex: 1;
  179. padding-top: 14px;
  180. }
  181. .title {
  182. padding-top: 6px;
  183. text-align: center;
  184. }
  185. .personNum {
  186. font-weight: bold;
  187. font-size: 24px;
  188. color: #FF5A56;
  189. line-height: 28px;
  190. font-family: DINAlternate-Bold,
  191. DINAlternate;
  192. img {
  193. width: 30px;
  194. height: 30px;
  195. vertical-align: middle;
  196. }
  197. }
  198. // .arrow {
  199. // width: 6px;
  200. // height: 12px;
  201. // margin-left: 17px;
  202. // }
  203. }
  204. }
  205. }
  206. .topHeadSchool {
  207. font-size: 14px;
  208. display: flex;
  209. flex-direction: row;
  210. align-items: center;
  211. .sanIcon {
  212. margin-left: 5px;
  213. }
  214. }
  215. .detailCard {
  216. width: 100% !important;
  217. }
  218. .studentItem {
  219. display: flex;
  220. flex-direction: row;
  221. // align-items: center;
  222. justify-content: space-between;
  223. background-color: #fff;
  224. margin-bottom: 12px;
  225. padding: 12px;
  226. border-radius: 10px;
  227. .studentNameWrap {
  228. .title {
  229. font-size: 16px;
  230. font-weight: 500;
  231. color: #333333;
  232. line-height: 22px;
  233. margin-bottom: 4px;
  234. max-width: 175px;
  235. white-space: nowrap;
  236. text-overflow: ellipsis;
  237. overflow: hidden;
  238. }
  239. .studentPhone {
  240. font-size: 14px;
  241. font-weight: 400;
  242. color: #777777;
  243. line-height: 20px;
  244. }
  245. }
  246. .studentCountWrap {
  247. font-size: 14px;
  248. font-weight: 400;
  249. color: #777777;
  250. line-height: 20px;
  251. }
  252. }
  253. .emptyC {
  254. padding-bottom: 0;
  255. min-height: calc(100vh - 190px);
  256. }
  257. .refreshC {
  258. min-height: calc(100vh - 190px);
  259. }
  260. .refreshD {
  261. min-height: calc(100vh - 185px);
  262. }
  263. .emptyD {
  264. padding-bottom: 0;
  265. min-height: calc(100vh - 175px);
  266. }
  267. .top {
  268. background-color: #f6f8f9;
  269. padding: 0 12px;
  270. }
  271. .timerWrap {
  272. font-size: 14px;
  273. width: 120px;
  274. }
  275. .schoolList {
  276. display: block;
  277. }
  278. .popupQrcode {
  279. background: transparent;
  280. overflow: visible;
  281. // position: relative;
  282. .iconClose {
  283. position: absolute;
  284. display: inline-block;
  285. width: 32px;
  286. height: 32px;
  287. background: url('./images/icon-close.png') no-repeat center;
  288. background-size: contain;
  289. top: -32px;
  290. right: -9px;
  291. }
  292. .qrcodeBg {
  293. // position: absolute;
  294. // left: 0;
  295. // right: 0;
  296. // top: -40px;
  297. width: 310px;
  298. // margin-top: -40px;
  299. }
  300. .shareContaienr {
  301. width: 310px;
  302. position: relative;
  303. text-align: center;
  304. border-radius: 16px;
  305. text-align: center;
  306. line-height: 0;
  307. font-size: 0;
  308. // margin-top: 40px;
  309. overflow: hidden;
  310. .qrcodeSection {
  311. width: 155px;
  312. height: 155px;
  313. margin: 0 auto;
  314. position: relative;
  315. overflow: hidden;
  316. .qrbg {
  317. position: absolute;
  318. left: 0;
  319. top: 0;
  320. width: 100%;
  321. height: 100%;
  322. }
  323. .mqrcode {
  324. width: 136px !important;
  325. height: 136px !important;
  326. margin: 12px;
  327. }
  328. }
  329. .sectionGroup {
  330. padding: 0 28px 40px;
  331. background: linear-gradient(90deg, #C5ECF8 0%, #D9F9DC 100%);
  332. margin-top: -45px;
  333. position: relative;
  334. z-index: 9;
  335. }
  336. .section {
  337. border-radius: 12px;
  338. background-color: #fff;
  339. padding-bottom: 30px;
  340. }
  341. }
  342. .memo {
  343. padding: 20px 15px;
  344. font-size: 14px;
  345. margin: 0 auto;
  346. font-weight: 500;
  347. font-size: 15px;
  348. color: #000000;
  349. line-height: 21px;
  350. word-break: break-all;
  351. }
  352. .downloadBtn {
  353. margin-top: 29px;
  354. background: linear-gradient(73deg, #5BECFF 0%, #259CFE 100%);
  355. border: none;
  356. border-radius: 10px;
  357. height: 47px;
  358. max-width: 264px;
  359. margin: 29px auto 0;
  360. }
  361. }