style.scss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  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. text-align: right;
  10. .icon-maotouying {
  11. @include FONT(#eaf8ff, 118px, 400);
  12. margin-top: -20px;
  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: 20px;
  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: 120px;
  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. span {
  158. @include FONT(#333333, 16px, 500);
  159. }
  160. }
  161. .report-box {
  162. .cell-item {
  163. padding: 16px;
  164. .title {
  165. @include FONT(#333333, 14px, 500);
  166. margin-bottom: 16px;
  167. }
  168. .eye-grid {
  169. @include FLEX(flex, row, space-between, center);
  170. padding: 0 80px;
  171. span {
  172. display: block;
  173. text-align: center;
  174. @include FONT(#666666, 12px, 400);
  175. line-height: 25px;
  176. }
  177. span:nth-child(2) {
  178. @include FONT(#333333, 18px, 500);
  179. }
  180. .line {
  181. width: 80px;
  182. height: 4px;
  183. background: #00caa2;
  184. border-radius: 4px;
  185. }
  186. .red {
  187. background: #ff3500;
  188. }
  189. .green {
  190. background: #00caa2;
  191. }
  192. }
  193. .eye-table {
  194. .th {
  195. @include FLEX(flex, row, space-between, center);
  196. @include FONT(#666666, 12px, 400);
  197. // border-bottom: 1px solid #ededed;
  198. padding: 8px 0;
  199. span:first-child {
  200. margin-right: 10px;
  201. }
  202. span {
  203. width: 100%;
  204. text-align: left;
  205. i {
  206. display: block;
  207. }
  208. }
  209. }
  210. .tr {
  211. @include FLEX(flex, row, space-between, flex-start);
  212. // border-bottom: 1px solid #ededed;
  213. padding: 12px 0;
  214. .td:first-child {
  215. margin-right: 10px;
  216. @include FLEX(flex, column, center, flex-start);
  217. @include FONT(#999999, 12px, 400);
  218. .td-label {
  219. text-decoration: underline;
  220. }
  221. .note {
  222. font-size: 12px;
  223. color: #666666;
  224. }
  225. }
  226. .td {
  227. width: 100%;
  228. text-align: left;
  229. @include FONT(#666666, 12px, 400);
  230. }
  231. }
  232. }
  233. .eye-table:last-child {
  234. .tr:last-child {
  235. border-bottom: 0;
  236. }
  237. }
  238. }
  239. .result-tips {
  240. padding: 16px 10px;
  241. @include FONT(#999999, 12px, 400);
  242. border-top: 1px solid #ededed;
  243. }
  244. }
  245. }
  246. .popup-content {
  247. width: 270px;
  248. background: #ffffff;
  249. border-radius: 12px;
  250. .close-btn {
  251. width: 40px;
  252. height: 40px;
  253. line-height: 40px;
  254. text-align: center;
  255. position: absolute;
  256. top: 5px;
  257. right: 5px;
  258. i {
  259. @include FONT(#949494, 15px, 400);
  260. }
  261. }
  262. .bl-describe-con {
  263. padding: 21px 15px;
  264. .describe-title {
  265. @include FONT(#000000, 17px, 600);
  266. text-align: center;
  267. }
  268. .describe-box {
  269. margin-top: 20px;
  270. .describe-tag {
  271. @include WH(100%, 21px);
  272. border-bottom: 1rpx solid #10aeff;
  273. span {
  274. line-height: 21px;
  275. padding: 0 13px;
  276. box-sizing: border-box;
  277. text-align: center;
  278. transform: skew(-20deg);
  279. background: #10aeff;
  280. display: inline-block;
  281. margin: 1px 0 0 4px;
  282. i {
  283. @include FONT(#ffffff, 14px, 600);
  284. transform: skew(20deg);
  285. display: inline-block;
  286. }
  287. }
  288. }
  289. .describe-img {
  290. @include WH(80px, 80px);
  291. border-radius: 12px;
  292. margin-top: 12px;
  293. }
  294. .describe-text {
  295. @include FONT(#666666, 14px, 400);
  296. margin-top: 12px;
  297. }
  298. .jm-table {
  299. @include FLEX(flex, column, center, center);
  300. border: 1px solid #666666;
  301. @include FONT(#666666, 12px, 400);
  302. margin: 10px 0;
  303. div:nth-child(1) {
  304. @include FLEX(flex, row, space-between, center);
  305. width: 100%;
  306. text-align: center;
  307. span {
  308. width: 100%;
  309. height: 33px;
  310. @include FLEX(flex, row, center, center);
  311. border-left: 1px solid #666666;
  312. border-bottom: 1px solid #666666;
  313. }
  314. span:first-child {
  315. border-left: none;
  316. }
  317. }
  318. div:nth-child(2) {
  319. @include FLEX(flex, row, space-between, center);
  320. width: 100%;
  321. text-align: center;
  322. span {
  323. width: 100%;
  324. height: 33px;
  325. @include FLEX(flex, row, center, center);
  326. border-left: 1px solid #666666;
  327. }
  328. span:first-child {
  329. border-left: none;
  330. }
  331. }
  332. }
  333. }
  334. }
  335. }
  336. .popup-btn {
  337. height: 50px;
  338. background: #ffffff;
  339. padding: 0 16px;
  340. border-bottom: 1px solid #ededed;
  341. @include FLEX(flex, row, space-between, center);
  342. span {
  343. @include FONT(#999999, 14px, 400);
  344. }
  345. span:last-child {
  346. @include FONT(#10aeff, 14px, 400);
  347. }
  348. }
  349. .picker-view {
  350. width: 100%;
  351. height: 300px;
  352. background: #ffffff;
  353. .uni-picker-view-indicator {
  354. height: 50px;
  355. }
  356. .item {
  357. height: 50px;
  358. display: flex;
  359. align-items: center;
  360. justify-content: center;
  361. text-align: center;
  362. }
  363. }
  364. .null-box {
  365. position: absolute;
  366. top: 0;
  367. bottom: 0;
  368. left: 0;
  369. right: 0;
  370. background: #f5f5f5;
  371. @include FONT(#999999, 12px, 400);
  372. @include FLEX(flex, row, center, center);
  373. .center-box {
  374. @include FLEX(flex, column, center, center);
  375. .icon-shoucang {
  376. @include FONT(#dedede, 60px, 400);
  377. margin-bottom: 4px;
  378. }
  379. }
  380. }