paitent-info.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. html{
  2. font-size: 192px;
  3. }
  4. body{
  5. overflow: hidden;
  6. }
  7. h4{
  8. margin: 0;
  9. padding: 0 0 0.05rem;
  10. }
  11. .c-b5e1fc{
  12. color: #b5e1fc;
  13. }
  14. .c-ff3803{
  15. color: #ff3803;
  16. }
  17. .c-03d95d{
  18. color: #03d95d;
  19. }
  20. .c-fd9c0d{
  21. color: #fd9c0d;
  22. }
  23. .c-0fa5f2{
  24. color: #0FA5F2;
  25. }
  26. .c-ffff00{
  27. color: #ffff00;
  28. }
  29. .c-d259d6{
  30. color: #d259d6;
  31. }
  32. .c-05a561{
  33. color: #05a561;
  34. }
  35. .c-abdbe9{
  36. color: #abdbe9;
  37. }
  38. .c-b82f1a{
  39. color: #b82f1a;
  40. }
  41. .c-f10{
  42. font-size: 0.05rem;
  43. }
  44. .c-f12{
  45. font-size: 0.06rem;
  46. }
  47. .c-f14{
  48. font-size: 0.07rem;
  49. }
  50. .c-f16{
  51. font-size: 0.08rem;
  52. }
  53. .c-f18{
  54. font-size: 0.09rem;
  55. }
  56. .c-f20{
  57. font-size: 0.1rem;
  58. }
  59. .c-f22{
  60. font-size: 0.11rem;
  61. }
  62. .c-f24{
  63. font-size: 0.12rem;
  64. }
  65. .c-f26{
  66. font-size: 0.13rem;
  67. }
  68. .lh18{
  69. line-height: 1.8;
  70. }
  71. .mt10{
  72. margin-top: 0.05rem;
  73. }
  74. .mb10{
  75. margin-bottom: 0.05rem;
  76. }
  77. .mtb10{
  78. margin-top: 0.05rem;
  79. margin-bottom: 0.05rem
  80. }
  81. .mr10{
  82. margin-right: 0.05rem;
  83. }
  84. .ml10{
  85. margin-left: 0.05rem;
  86. }
  87. .mlr10{
  88. margin-left: 0.05rem;
  89. margin-right: 0.05rem
  90. }
  91. .mt20{
  92. margin-top: 0.1rem;
  93. }
  94. .mb20{
  95. margin-bottom: 0.1rem;
  96. }
  97. .mtb20{
  98. margin-top: 0.1rem;
  99. margin-bottom: 0.1rem
  100. }
  101. .mr20{
  102. margin-right: 0.1rem;
  103. }
  104. .ml20{
  105. margin-left: 0.1rem;
  106. }
  107. .mlr20{
  108. margin-left: 0.1rem;
  109. margin-right: 0.1rem
  110. }
  111. .c-nowrap-multi-4 {
  112. display:-webkit-box;
  113. overflow:hidden;
  114. text-overflow:ellipsis;
  115. -webkit-box-orient:vertical;
  116. -webkit-line-clamp:4;
  117. }
  118. .top-layer{
  119. width: 6rem;
  120. height: 4.2rem;
  121. background-image: url(../images/tankuang_bg_img.png);
  122. background-repeat: no-repeat;
  123. background-size: 100% 100%;
  124. position: relative;
  125. margin: 0 auto;
  126. /*position: fixed;
  127. left: 50%;
  128. top: 50%;
  129. margin-left: -3rem;
  130. margin-top: -2.1rem;*/
  131. /*width: 100%;
  132. height: 100%;
  133. margin: 0;*/
  134. }
  135. .top-layer .close-btn{
  136. position: absolute;
  137. width: 0.2rem;
  138. height: 0.2rem;
  139. top: -20px;
  140. right: -20px;
  141. object-fit: fill;
  142. }
  143. .top-layer .close-btn>img{
  144. width: 100%;
  145. height: 100%;
  146. }
  147. .content{
  148. width: 100%;
  149. height: 100%;
  150. padding: 0.2rem;
  151. position: relative;
  152. }
  153. .left-panel{
  154. position: absolute;
  155. width: 1.35rem;
  156. height: 100%;
  157. left: 0.2rem;
  158. top: 0.2rem;
  159. }
  160. .center-panel{
  161. height: 100%;
  162. margin: 0 1.35rem;
  163. position: relative;
  164. padding: 0 0.05rem;
  165. }
  166. .right-panel{
  167. position: absolute;
  168. width: 1.35rem;
  169. height: 100%;
  170. right: 0.2rem;
  171. top: 0.2rem;
  172. }
  173. .person-img{
  174. width: 0.6rem;
  175. height: 1.77rem;
  176. margin: 0 auto;
  177. object-fit: fill;
  178. padding-top: 0.17rem;
  179. }
  180. .person-img>img{
  181. width: 100%;
  182. height: 100%;
  183. }
  184. .panel-box{
  185. width: 1.35rem;
  186. height: 1.45rem;
  187. padding: 0.05rem;
  188. }
  189. .panel-box1{
  190. background: url(../images/kuang01_bg_img.png) no-repeat;
  191. background-size: 100% 100%;
  192. }
  193. .panel-box2{
  194. height: 0.85rem;
  195. background: url(../images/kuang02_bg_img.png) no-repeat;
  196. background-size: 100% 100%;
  197. margin-top: 0.1rem;
  198. }
  199. .panel-box3{
  200. height: 1.15rem;
  201. background: url(../images/kuang03_bg_img.png) no-repeat;
  202. background-size: 100% 100%;
  203. margin-top: 0.1rem;
  204. }
  205. .panel-box4{
  206. position: absolute;
  207. bottom: 0.15rem;
  208. left: 0.05rem;
  209. width: calc(100% - 0.1rem);
  210. height: 1.15rem;
  211. background: url(../images/kuang04_bg_img.png) no-repeat;
  212. background-size: 100% 100%;
  213. margin-top: 0;
  214. padding: 0.05rem;
  215. }
  216. .panel-box5{
  217. height: 1.15rem;
  218. background: url(../images/kuang03_bg_img.png) no-repeat;
  219. background-size: 100% 100%;
  220. }
  221. .panel-box6{
  222. height: 1.67rem;
  223. background: url(../images/kuang05_bg_img.png) no-repeat;
  224. background-size: 100% 100%;
  225. margin-top: 0.1rem;
  226. }
  227. .panel-box7{
  228. height: 0.63rem;
  229. background: url(../images/kuang06_bg_img.png) no-repeat;
  230. background-size: 100% 100%;
  231. margin-top: 0.1rem;
  232. }
  233. .sub-title{
  234. width: 100%;
  235. height: 0.15rem;
  236. background: url(../images/kuang01_biaodi_img.png) no-repeat;
  237. background-size: 100% 100%;
  238. text-align: center;
  239. line-height: 0.15rem;
  240. position: relative;
  241. }
  242. .sub-title>.pre-icon{
  243. position: absolute;
  244. width: 0.05rem;
  245. height: 0.09rem;
  246. left: 0.05rem;
  247. top: 0.025rem;
  248. background: url(../images/zuojiantou_btn.png) no-repeat;
  249. background-size: 100% 100%;
  250. }
  251. .sub-title>.pre-icon.active{
  252. background: url(../images/zuojiantou_pre.png) no-repeat;
  253. background-size: 100% 100%;
  254. }
  255. .sub-title>.next-icon{
  256. position: absolute;
  257. width: 0.05rem;
  258. height: 0.09rem;
  259. right: 0.05rem;
  260. top: 0.025rem;
  261. background: url(../images/youjiantou_btn.png) no-repeat;
  262. background-size: 100% 100%;
  263. }
  264. .sub-title>.next-icon.active{
  265. background: url(../images/youjiantou_pre.png) no-repeat;
  266. background-size: 100% 100%;
  267. }
  268. .family-group{
  269. width: 100%;
  270. height: .5rem;
  271. /*white-space: nowrap;*/
  272. overflow: hidden;
  273. /*overflow-x: scroll;
  274. -webkit-backface-visibility: hidden;
  275. -webkit-perspective: 1000;
  276. -webkit-overflow-scrolling: touch;
  277. text-align: justify;*/
  278. position: relative;
  279. }
  280. .family-group #scroller{
  281. position: absolute;
  282. z-index: 1;
  283. -webkit-tap-highlight-color: rgba(0,0,0,0);
  284. width: 1000px;
  285. height: 100%;
  286. -webkit-transform: translateZ(0);
  287. -moz-transform: translateZ(0);
  288. -ms-transform: translateZ(0);
  289. -o-transform: translateZ(0);
  290. transform: translateZ(0);
  291. -webkit-touch-callout: none;
  292. -webkit-user-select: none;
  293. -moz-user-select: none;
  294. -ms-user-select: none;
  295. user-select: none;
  296. -webkit-text-size-adjust: none;
  297. -moz-text-size-adjust: none;
  298. -ms-text-size-adjust: none;
  299. -o-text-size-adjust: none;
  300. text-size-adjust: none;
  301. }
  302. /*滚动条样式*/
  303. .family-group::-webkit-scrollbar {/*滚动条整体样式*/
  304. width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
  305. height: 0px;
  306. }
  307. .family-group::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  308. border-radius: 5px;
  309. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  310. background: rgba(0,0,0,0.2);
  311. }
  312. .family-group::-webkit-scrollbar-track {/*滚动条里面轨道*/
  313. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  314. border-radius: 0;
  315. background: rgba(0,0,0,0.1);
  316. }
  317. .family-group .family{
  318. display: inline-block;
  319. }
  320. .portrait-img{
  321. width: .3rem;
  322. height: .3rem;
  323. border-radius: 50%;
  324. }
  325. .ui-grid {
  326. display: -webkit-box;
  327. display: box;
  328. }
  329. .ui-grid-middle {
  330. -webkit-box-pack: center;
  331. -webkit-box-align: center;
  332. box-pack: center;
  333. box-align: center;
  334. }
  335. .ui-grid-vertical {
  336. -webkit-box-orient: vertical;
  337. box-orient: vertical;
  338. }
  339. .ui-grid-label {
  340. -webkit-box-flex: 0;
  341. box-flex: 0;
  342. width: 100px;
  343. font-weight: 600;
  344. }
  345. .ui-col-0 {
  346. -webkit-box-flex: 0;
  347. box-flex: 0;
  348. }
  349. .ui-col-1 {
  350. -webkit-box-flex: 1;
  351. box-flex: 1;
  352. }
  353. .ui-col-2 {
  354. -webkit-box-flex: 2;
  355. box-flex: 2;
  356. }
  357. .ui-col-3 {
  358. -webkit-box-flex: 3;
  359. box-flex: 3;
  360. }
  361. .ui-col-4 {
  362. -webkit-box-flex: 4;
  363. box-flex: 3;
  364. }
  365. .ui-col-5 {
  366. -webkit-box-flex: 5;
  367. box-flex: 5;
  368. }
  369. .ui-col-6 {
  370. -webkit-box-flex: 6;
  371. box-flex: 6;
  372. }
  373. .device-img{
  374. width: 0.23rem;
  375. height: 0.23rem;
  376. margin-right: 0.1rem;
  377. }
  378. .sub-title .tab-box{
  379. padding: 0 0.15rem;
  380. }
  381. .tab-box{
  382. width: 100%;
  383. margin: 0 auto;
  384. background-color: #0f283b;
  385. }
  386. .tab-box .data-tab{
  387. width: 100%;
  388. display: inline-block;
  389. color: #0fa5f2;
  390. padding: 0.02rem 0.08rem;
  391. border: 1px solid #0fa5f2;
  392. }
  393. .tab-box .data-tab.active{
  394. color: #B5E1FC;
  395. background-color: #0FA5F2;
  396. /*border-radius: 0.08rem;*/
  397. }
  398. .zb-tab{
  399. color: #257fb7;
  400. display: inline-block;
  401. width: 0.385rem;
  402. height: 0.125rem;
  403. background: url(../images/anniu02_img.png) no-repeat;
  404. background-size: 100% 100%;
  405. text-align: center;
  406. line-height: 0.125rem;
  407. margin-right: 0.05rem;
  408. }
  409. .zb-tab.active{
  410. color: #B5E1FC;
  411. background: url(../images/anniu01_img.png) no-repeat;
  412. background-size: 100% 100%;
  413. }
  414. .date-tab{
  415. display: inline-block;
  416. width: 0.3rem;
  417. height: 0.125rem;
  418. line-height: 0.125rem;
  419. color:#257fb7;
  420. border: 1px solid #0FA5F2;
  421. border-left: 0;
  422. text-align: center;
  423. }
  424. .date-tab:first-child{
  425. border: 1px solid #0FA5F2;
  426. }
  427. .date-tab.active{
  428. background-color: #0FA5F2;
  429. color: #B5E1FC;
  430. }
  431. .bg-icon{
  432. object-fit: fill;
  433. position: relative;
  434. }
  435. .bg-icon>img{
  436. width: 100%;
  437. height: 100%;
  438. }
  439. .absolute-content{
  440. position: absolute;
  441. width: 100%;
  442. text-align: center;
  443. top: 50%;
  444. -webkit-transform: translateY(-50%);
  445. -o-transform: translateY(-50%);
  446. transform: translateY(-50%);
  447. }
  448. .device-scroll-panel,
  449. .record-panel{
  450. height: calc(100% - 0.18rem);
  451. overflow: hidden;
  452. overflow-y: scroll;
  453. padding:0 0.05rem;
  454. position: relative;
  455. }
  456. .device-scroll-panel ul{
  457. margin: 0;
  458. padding: 0;
  459. }
  460. /*滚动条样式*/
  461. .device-scroll-panel::-webkit-scrollbar,
  462. .record-panel::-webkit-scrollbar {/*滚动条整体样式*/
  463. width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
  464. height: 0px;
  465. }
  466. .device-scroll-panel::-webkit-scrollbar-thumb,
  467. .record-panel::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  468. border-radius: 5px;
  469. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  470. background: rgba(0,0,0,0.2);
  471. }
  472. .device-scroll-panel::-webkit-scrollbar-track,
  473. .record-panel::-webkit-scrollbar-track {/*滚动条里面轨道*/
  474. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  475. border-radius: 0;
  476. background: rgba(0,0,0,0.1);
  477. }
  478. .record-panel .year{
  479. position: relative;
  480. display: inline-block;
  481. background-color: #0fa5f2;
  482. padding: 0.01rem 0.05rem;
  483. border-radius: 0.06rem;
  484. /*margin-bottom: 0.05rem;*/
  485. margin-left: 0.11rem;
  486. margin-top: 0.05rem;
  487. }
  488. .record-panel .record{
  489. position: relative;
  490. color: #0fa5f2;
  491. margin: 0.05rem 0 0;
  492. }
  493. .record-panel .record.active{
  494. color: #B5E1FC;
  495. }
  496. .record-panel .date{
  497. width: 0.22rem;
  498. }
  499. .record-panel .record .info{
  500. display: inline-block;
  501. width: 100%;
  502. padding: 0.01rem 0.08rem;
  503. border: 1px solid #0FA5F2;
  504. border-radius: 0.06rem;
  505. /*overflow: hidden;
  506. white-space: nowrap;
  507. text-overflow: ellipsis;*/
  508. }
  509. .record-panel .record.active .info{
  510. background-color: #0FA5F2;
  511. }
  512. .straight-line{
  513. position: absolute;
  514. width: 2px;
  515. height: 100%;
  516. background-color: #0fa5f2;
  517. top: 0.1rem;
  518. left: 0.24rem;
  519. z-index: 0;
  520. }
  521. .select-div{
  522. /*display: inline-block;
  523. width: calc(100% - 0.3rem);*/
  524. height: 0.15rem;
  525. background: url(../images/xuanxiang_bg_img.png) no-repeat;
  526. background-size: 100% 100%;
  527. /*padding: 0 0.05rem 0 0;*/
  528. }
  529. .select-div select{
  530. width: 100%;
  531. height: 0.15rem;
  532. appearance:none;
  533. -moz-appearance:none;
  534. -webkit-appearance:none;
  535. background: url(../images/jiantou001_icon.png) no-repeat scroll right center transparent;
  536. background-position-x: 95%;
  537. background-size: 0.08rem 0.04rem;
  538. padding-right: 0.1rem;
  539. padding-left: 0.05rem;
  540. border: none;
  541. color: #b5e1fc;
  542. font-size: 0.07rem;
  543. }
  544. .select-div select option{
  545. background-color: #053555;
  546. color: #b5e1fc;
  547. }
  548. .select-div .dropdown{
  549. height: 0.15rem;
  550. width: 100%;
  551. border: none;
  552. appearance:none;
  553. -moz-appearance:none;
  554. -webkit-appearance:none;
  555. background: url(../images/jiantou001_icon.png) no-repeat scroll right center transparent;
  556. background-size: 0.08rem 0.04rem;
  557. }
  558. .v-select .selected-tag{
  559. color: #B5E1FC !important;
  560. font-size: 0.07rem;
  561. height: 0.15rem !important;
  562. line-height: 0.15rem !important;
  563. margin: 0 !important;
  564. padding: 0 !important;
  565. }
  566. .v-select li>a{
  567. font-size: 0.07rem;
  568. height: 0.15rem;
  569. line-height: 0.15rem;
  570. }
  571. .no-result-img{
  572. width: 0.9rem;
  573. margin: 0 auto;
  574. object-fit: fill;
  575. margin-top: 0.25rem;
  576. }
  577. .no-result-img>img{
  578. width: 100%;
  579. height: 100%;
  580. }
  581. .no-result-text{
  582. text-align: center;
  583. margin-top: 0.1rem;
  584. font-size: 0.07rem;
  585. color: #b5e1fc;
  586. }
  587. .v-select .dropdown-toggle .clear{
  588. display: none !important;
  589. }
  590. .v-select .dropdown-menu{
  591. background-color: #072134 !important;
  592. border-color: #0fa5f2 !important;
  593. color: #b5e1fc !important;
  594. }
  595. .v-select .dropdown-menu >li{
  596. color: #b5e1fc !important;
  597. }