style.scss 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. .container {
  2. overflow-x: scroll;
  3. background: #ffffff;
  4. .bl-user-con {
  5. position: relative;
  6. .user-bg {
  7. @include WH(100%, 100px);
  8. background: linear-gradient(135deg, #e6f7ff, #d5f1ff);
  9. .icon-maotouying {
  10. @include FONT(#eaf8ff, 118px, 400);
  11. margin-top: -20px;
  12. margin-left: 5px;
  13. display: inline-block;
  14. }
  15. }
  16. .user-info {
  17. padding: 0 20px 16px;
  18. margin-top: -12px;
  19. background: #f9f9f9;
  20. border-top-left-radius: 10px;
  21. border-top-right-radius: 10px;
  22. position: relative;
  23. .user-avatar {
  24. @include WH(80px, 80px);
  25. border-radius: 50%;
  26. border: 3px solid #ffffff;
  27. margin: -40px 0 0 0;
  28. }
  29. .user-name {
  30. margin-top: 4px;
  31. display: flex;
  32. flex-direction: column;
  33. text-align: left;
  34. span:nth-child(1) {
  35. @include FLEX(flex, row, flex-start, center);
  36. .name {
  37. @include FONT(#333333, 18px, 500);
  38. }
  39. .icon-boy,
  40. .icon-girl {
  41. margin: 0 5px 0 10px;
  42. @include FONT(#26baee, 18px, 400);
  43. }
  44. .icon-girl {
  45. color: #ff8673;
  46. }
  47. .age {
  48. @include FONT(#999999, 14px, 400);
  49. }
  50. }
  51. span:nth-child(2) {
  52. @include FONT(#999999, 14px, 400);
  53. margin-top: 6px;
  54. }
  55. }
  56. .chart-btn {
  57. position: absolute;
  58. right: 16px;
  59. top: 5px;
  60. img {
  61. @include WH(50px, 50px);
  62. display: block;
  63. margin: 0 auto;
  64. }
  65. .btn {
  66. @include WH(auto, 20px);
  67. border: 1px solid #ededed;
  68. border-radius: 20px;
  69. @include FONT(#999999, 12px, 400);
  70. text-align: center;
  71. line-height: 20px;
  72. padding: 0 5px;
  73. display: block;
  74. margin-top: 8px;
  75. }
  76. }
  77. }
  78. .change-user {
  79. width: 90px;
  80. height: 32px;
  81. background: #9ad8f2;
  82. border-radius: 50px 0px 0px 50px;
  83. @include FONT(#ffffff, 12px, 400);
  84. @include FLEX(flex, row, center, center);
  85. position: absolute;
  86. top: 30px;
  87. right: 0;
  88. .icon-qiehuan {
  89. font-size: 16px;
  90. margin-right: 4px;
  91. }
  92. }
  93. }
  94. .date-box {
  95. border-bottom: 1px solid #ededed;
  96. .date-bar {
  97. width: 100%;
  98. white-space: nowrap;
  99. .date-item {
  100. width: 40px;
  101. height: 40px;
  102. padding: 0 6px;
  103. border-radius: 6px;
  104. background: rgba(237, 237, 237, 0.06);
  105. border: 1px solid #ededed;
  106. @include FONT(#999999, 12px, 600);
  107. display: inline-block;
  108. margin: 10px 0 6px 10px;
  109. overflow: hidden;
  110. span {
  111. height: 40px;
  112. @include FLEX(flex, column, center, center);
  113. }
  114. }
  115. .date-item:last-child {
  116. margin-right: 6px;
  117. }
  118. .checked {
  119. background: rgba(3, 159, 222, 0.06);
  120. border-color: #039fde;
  121. color: #039fde;
  122. }
  123. }
  124. }
  125. .date-box::-webkit-scrollbar {
  126. height: 0 !important;
  127. }
  128. .date-box {
  129. -ms-overflow-style: none;
  130. }
  131. .date-box {
  132. overflow: -moz-scrollbars-none;
  133. }
  134. .school-box {
  135. height: 80px;
  136. background: #ccf3ed;
  137. border-radius: 10px;
  138. margin: 12px 16px;
  139. padding: 9px 12px;
  140. box-sizing: border-box;
  141. .title {
  142. @include FONT(#333333, 12px, 500);
  143. }
  144. .center {
  145. @include FONT(#333333, 16px, 500);
  146. text-align: center;
  147. span:last-child {
  148. font-size: 14px;
  149. margin-top: 2px;
  150. display: block;
  151. }
  152. }
  153. }
  154. .result-memo {
  155. // margin: 0 10px 10px 10px;
  156. @include FONT(#999999, 12px, 400);
  157. @include FLEX(flex, row, flex-start, flex-start);
  158. .label {
  159. min-width: 60px;
  160. }
  161. .text {
  162. @include FONT(#333333, 14px, 400);
  163. display: block;
  164. }
  165. }
  166. .report-box {
  167. .cell-item {
  168. padding: 16px;
  169. .title {
  170. @include FONT(#333333, 14px, 500);
  171. margin-bottom: 16px;
  172. }
  173. .eye-grid {
  174. @include FLEX(flex, row, space-between, center);
  175. padding: 0 60px;
  176. span {
  177. display: block;
  178. text-align: center;
  179. @include FONT(#666666, 12px, 400);
  180. line-height: 25px;
  181. }
  182. span:nth-child(2) {
  183. @include FONT(#333333, 18px, 500);
  184. }
  185. .line {
  186. width: 80px;
  187. height: 4px;
  188. background: #00caa2;
  189. border-radius: 4px;
  190. }
  191. .red {
  192. background: #ff3500;
  193. }
  194. .green {
  195. background: #00caa2;
  196. }
  197. }
  198. .eye-table {
  199. .th {
  200. @include FLEX(flex, row, space-between, center);
  201. @include FONT(#666666, 12px, 400);
  202. // border-bottom: 1px solid #ededed;
  203. padding: 8px 0;
  204. span:first-child {
  205. margin-right: 10px;
  206. }
  207. span {
  208. width: 100%;
  209. text-align: left;
  210. i {
  211. display: block;
  212. }
  213. }
  214. }
  215. .tr {
  216. @include FLEX(flex, row, space-between, flex-start);
  217. // border-bottom: 1px solid #ededed;
  218. padding: 12px 0;
  219. .td:first-child {
  220. margin-right: 10px;
  221. @include FLEX(flex, column, center, flex-start);
  222. @include FONT(#999999, 12px, 400);
  223. .td-label {
  224. text-decoration: underline;
  225. }
  226. .note {
  227. font-size: 12px;
  228. color: #666666;
  229. }
  230. }
  231. .td {
  232. width: 100%;
  233. text-align: left;
  234. @include FONT(#666666, 12px, 400);
  235. }
  236. }
  237. }
  238. .eye-table:last-child {
  239. .tr:last-child {
  240. border-bottom: 0;
  241. }
  242. }
  243. }
  244. .tips-box {
  245. border-top: 1px solid #ededed;
  246. padding: 16px 10px;
  247. .tips-content {
  248. width: 100%;
  249. height: 132px;
  250. border-radius: 10px;
  251. overflow: hidden;
  252. position: relative;
  253. img {
  254. width: 100%;
  255. height: 100%;
  256. position: absolute;
  257. }
  258. .text {
  259. position: absolute;
  260. top: 20px;
  261. left: 20px;
  262. @include FONT(#000000, 14px, 400);
  263. span:nth-child(1) {
  264. display: flex;
  265. align-items: center;
  266. font-weight: 500;
  267. i {
  268. margin-right: 6px;
  269. color: #ffffff;
  270. }
  271. .icon-gouxuan {
  272. color: #999999;
  273. }
  274. }
  275. span:nth-child(2) {
  276. display: flex;
  277. align-items: center;
  278. margin-left: 20px;
  279. .name {
  280. @include FONT(#333333, 12px, 400);
  281. padding: 4px 10px;
  282. border-bottom: 1px solid #bfecff;
  283. }
  284. }
  285. }
  286. }
  287. }
  288. }
  289. }
  290. .popup-content {
  291. width: 270px;
  292. background: #ffffff;
  293. border-radius: 12px;
  294. .close-btn {
  295. width: 40px;
  296. height: 40px;
  297. line-height: 40px;
  298. text-align: center;
  299. position: absolute;
  300. top: 5px;
  301. right: 5px;
  302. i {
  303. @include FONT(#949494, 15px, 400);
  304. }
  305. }
  306. .bl-describe-con {
  307. padding: 21px 15px;
  308. .describe-title {
  309. @include FONT(#000000, 17px, 600);
  310. text-align: center;
  311. }
  312. .describe-box {
  313. margin-top: 20px;
  314. .describe-tag {
  315. @include WH(100%, 21px);
  316. border-bottom: 1rpx solid #10aeff;
  317. span {
  318. line-height: 21px;
  319. padding: 0 13px;
  320. box-sizing: border-box;
  321. text-align: center;
  322. transform: skew(-20deg);
  323. background: #10aeff;
  324. display: inline-block;
  325. margin: 1px 0 0 4px;
  326. i {
  327. @include FONT(#ffffff, 14px, 600);
  328. transform: skew(20deg);
  329. display: inline-block;
  330. }
  331. }
  332. }
  333. .describe-img {
  334. @include WH(80px, 80px);
  335. border-radius: 12px;
  336. margin-top: 12px;
  337. }
  338. .describe-text {
  339. @include FONT(#666666, 14px, 400);
  340. margin-top: 12px;
  341. }
  342. .jm-table {
  343. @include FLEX(flex, column, center, center);
  344. border: 1px solid #666666;
  345. @include FONT(#666666, 12px, 400);
  346. margin: 10px 0;
  347. div:nth-child(1) {
  348. @include FLEX(flex, row, space-between, center);
  349. width: 100%;
  350. text-align: center;
  351. span {
  352. width: 100%;
  353. height: 33px;
  354. @include FLEX(flex, row, center, center);
  355. border-left: 1px solid #666666;
  356. border-bottom: 1px solid #666666;
  357. }
  358. span:first-child {
  359. border-left: none;
  360. }
  361. }
  362. div:nth-child(2) {
  363. @include FLEX(flex, row, space-between, center);
  364. width: 100%;
  365. text-align: center;
  366. span {
  367. width: 100%;
  368. height: 33px;
  369. @include FLEX(flex, row, center, center);
  370. border-left: 1px solid #666666;
  371. }
  372. span:first-child {
  373. border-left: none;
  374. }
  375. }
  376. }
  377. }
  378. }
  379. }
  380. .popup-btn {
  381. height: 50px;
  382. background: #ffffff;
  383. padding: 0 16px;
  384. border-bottom: 1px solid #ededed;
  385. @include FLEX(flex, row, space-between, center);
  386. span {
  387. @include FONT(#999999, 14px, 400);
  388. }
  389. span:last-child {
  390. @include FONT(#10aeff, 14px, 400);
  391. }
  392. }
  393. .picker-view {
  394. width: 100%;
  395. height: 200px;
  396. background: #ffffff;
  397. /deep/.indicator-class {
  398. height: 50px;
  399. }
  400. .item {
  401. height: 50px !important;
  402. display: flex;
  403. align-items: center;
  404. justify-content: center;
  405. text-align: center;
  406. }
  407. }
  408. .null-box {
  409. position: absolute;
  410. top: 0;
  411. bottom: 0;
  412. left: 0;
  413. right: 0;
  414. background: #f5f5f5;
  415. @include FONT(#999999, 12px, 400);
  416. @include FLEX(flex, row, center, center);
  417. .center-box {
  418. @include FLEX(flex, column, center, center);
  419. .icon-shoucang {
  420. @include FONT(#dedede, 60px, 400);
  421. margin-bottom: 4px;
  422. }
  423. }
  424. }
  425. // 悬浮客服按钮
  426. .custom-movable-area {
  427. pointer-events: none;
  428. height: 100%;
  429. width: 100%;
  430. position: fixed;
  431. left: 0;
  432. top: 0;
  433. z-index: 9;
  434. .custom-movable-view {
  435. pointer-events: auto;
  436. width: 50px;
  437. height: 50px;
  438. top: auto;
  439. left: auto;
  440. bottom: 120px;
  441. right: 5px;
  442. z-index: 999;
  443. transition: all 0.3s;
  444. .contact-box {
  445. .contact-btn {
  446. border: 0;
  447. padding: 0;
  448. background: #9ad8f2;
  449. width: 50px;
  450. height: 50px;
  451. border-radius: 50%;
  452. line-height: 50px;
  453. img {
  454. @include WH(60px, 60px);
  455. }
  456. .icon-rexianicon {
  457. font-size: 30px;
  458. color: #ffffff;
  459. text-align: center;
  460. }
  461. }
  462. }
  463. }
  464. }