style.scss 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  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. .kf-img {
  295. width: 100%;
  296. height: 200px;
  297. }
  298. .close-btn {
  299. width: 40px;
  300. height: 40px;
  301. line-height: 40px;
  302. text-align: center;
  303. position: absolute;
  304. top: 5px;
  305. right: 5px;
  306. i {
  307. @include FONT(#949494, 15px, 400);
  308. }
  309. }
  310. .bl-describe-con {
  311. padding: 21px 15px;
  312. .describe-title {
  313. @include FONT(#000000, 17px, 600);
  314. text-align: center;
  315. }
  316. .describe-box {
  317. margin-top: 20px;
  318. .describe-tag {
  319. @include WH(100%, 21px);
  320. border-bottom: 1rpx solid #10aeff;
  321. span {
  322. line-height: 21px;
  323. padding: 0 13px;
  324. box-sizing: border-box;
  325. text-align: center;
  326. transform: skew(-20deg);
  327. background: #10aeff;
  328. display: inline-block;
  329. margin: 1px 0 0 4px;
  330. i {
  331. @include FONT(#ffffff, 14px, 600);
  332. transform: skew(20deg);
  333. display: inline-block;
  334. }
  335. }
  336. }
  337. .describe-img {
  338. @include WH(80px, 80px);
  339. border-radius: 12px;
  340. margin-top: 12px;
  341. }
  342. .describe-text {
  343. @include FONT(#666666, 14px, 400);
  344. margin-top: 12px;
  345. }
  346. .jm-table {
  347. @include FLEX(flex, column, center, center);
  348. border: 1px solid #666666;
  349. @include FONT(#666666, 12px, 400);
  350. margin: 10px 0;
  351. div:nth-child(1) {
  352. @include FLEX(flex, row, space-between, center);
  353. width: 100%;
  354. text-align: center;
  355. span {
  356. width: 100%;
  357. height: 33px;
  358. @include FLEX(flex, row, center, center);
  359. border-left: 1px solid #666666;
  360. border-bottom: 1px solid #666666;
  361. }
  362. span:first-child {
  363. border-left: none;
  364. }
  365. }
  366. div:nth-child(2) {
  367. @include FLEX(flex, row, space-between, center);
  368. width: 100%;
  369. text-align: center;
  370. span {
  371. width: 100%;
  372. height: 33px;
  373. @include FLEX(flex, row, center, center);
  374. border-left: 1px solid #666666;
  375. }
  376. span:first-child {
  377. border-left: none;
  378. }
  379. }
  380. }
  381. }
  382. }
  383. }
  384. .popup-btn {
  385. height: 50px;
  386. background: #ffffff;
  387. padding: 0 16px;
  388. border-bottom: 1px solid #ededed;
  389. @include FLEX(flex, row, space-between, center);
  390. span {
  391. @include FONT(#999999, 14px, 400);
  392. }
  393. span:last-child {
  394. @include FONT(#10aeff, 14px, 400);
  395. }
  396. }
  397. .picker-view {
  398. width: 100%;
  399. height: 200px;
  400. background: #ffffff;
  401. /deep/.indicator-class {
  402. height: 50px;
  403. }
  404. .item {
  405. height: 50px !important;
  406. display: flex;
  407. align-items: center;
  408. justify-content: center;
  409. text-align: center;
  410. }
  411. }
  412. .null-box {
  413. position: absolute;
  414. top: 0;
  415. bottom: 0;
  416. left: 0;
  417. right: 0;
  418. background: #f5f5f5;
  419. @include FONT(#999999, 12px, 400);
  420. @include FLEX(flex, row, center, center);
  421. .center-box {
  422. @include FLEX(flex, column, center, center);
  423. .icon-shoucang {
  424. @include FONT(#dedede, 60px, 400);
  425. margin-bottom: 4px;
  426. }
  427. }
  428. }
  429. // 悬浮客服按钮
  430. .custom-movable-area {
  431. pointer-events: none;
  432. height: 100%;
  433. width: 100%;
  434. position: fixed;
  435. left: 0;
  436. top: 0;
  437. z-index: 9;
  438. .custom-movable-view {
  439. pointer-events: auto;
  440. width: 50px;
  441. height: 50px;
  442. top: auto;
  443. left: auto;
  444. bottom: 120px;
  445. right: 5px;
  446. z-index: 999;
  447. transition: all 0.3s;
  448. .contact-box {
  449. .contact-btn {
  450. border: 0;
  451. padding: 0;
  452. background: #9ad8f2;
  453. width: 50px;
  454. height: 50px;
  455. border-radius: 50%;
  456. line-height: 50px;
  457. img {
  458. @include WH(60px, 60px);
  459. }
  460. .icon-rexianicon {
  461. font-size: 30px;
  462. color: #ffffff;
  463. text-align: center;
  464. }
  465. }
  466. }
  467. }
  468. }