personal.css 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130
  1. .auth-notice {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. z-index: 999999
  8. }
  9. .mask {
  10. position: absolute;
  11. width: 100%;
  12. height: 100%;
  13. background: #000;
  14. opacity: .5;
  15. z-index: -100
  16. }
  17. .notice-wrapper {
  18. display: -webkit-box;
  19. display: -ms-flexbox;
  20. display: flex;
  21. -webkit-box-pack: center;
  22. -ms-flex-pack: center;
  23. justify-content: center;
  24. -webkit-box-align: center;
  25. -ms-flex-align: center;
  26. align-items: center;
  27. height: 100vh
  28. }
  29. .notice-wrapper .notice-container {
  30. height: 670px;
  31. width: 455px;
  32. border-bottom-left-radius: 20px;
  33. border-bottom-right-radius: 20px
  34. }
  35. .notice-wrapper .notice-title {
  36. font-size: 26px;
  37. font-weight: 600;
  38. color: #333;
  39. line-height: 48px;
  40. text-align: center;
  41. margin-top: 270px
  42. }
  43. .notice-wrapper .content-wrapper {
  44. margin-top: 20px;
  45. line-height: 40px;
  46. font-size: 21px;
  47. font-weight: 400;
  48. padding: 0 50px;
  49. letter-spacing: .5px
  50. }
  51. .notice-wrapper .content-wrapper .black {
  52. color: #666
  53. }
  54. .notice-wrapper .content-wrapper .red {
  55. color: #ff5f5f
  56. }
  57. .notice-wrapper .hyde-btn {
  58. margin-top: 30px;
  59. width: 326px
  60. }
  61. .id-card-wrapper {
  62. height: 100px
  63. }
  64. .id-card-wrapper .el-form-item__error {
  65. top: 40px
  66. }
  67. .id-card-wrapper .bottom-wrapper {
  68. display: -webkit-box;
  69. display: -ms-flexbox;
  70. display: flex;
  71. -webkit-box-orient: vertical;
  72. -webkit-box-direction: normal;
  73. -ms-flex-direction: column;
  74. flex-direction: column;
  75. -webkit-box-align: center;
  76. -ms-flex-align: center;
  77. align-items: center;
  78. margin-top: 60px
  79. }
  80. .id-card-wrapper .bottom-wrapper .button-wrapper {
  81. width: 140px;
  82. margin-bottom: 30px
  83. }
  84. .id-card-wrapper .form-item {
  85. width: 470px;
  86. margin-bottom: 20px;
  87. height: 40px
  88. }
  89. .id-card-wrapper .form-item.large {
  90. width: 672px
  91. }
  92. .bottom-wrapper {
  93. display: -webkit-box;
  94. display: -ms-flexbox;
  95. display: flex;
  96. -webkit-box-orient: vertical;
  97. -webkit-box-direction: normal;
  98. -ms-flex-direction: column;
  99. flex-direction: column;
  100. -webkit-box-align: center;
  101. -ms-flex-align: center;
  102. align-items: center;
  103. margin-top: 60px
  104. }
  105. .bottom-wrapper .button-wrapper {
  106. width: 140px;
  107. margin-bottom: 30px
  108. }
  109. .el-form-item__error {
  110. top: 40px
  111. }
  112. .el-upload {
  113. border: 1px solid #4990f1;
  114. cursor: pointer;
  115. position: relative;
  116. overflow: hidden
  117. }
  118. .upload-wrapper {
  119. display: -webkit-box;
  120. display: -ms-flexbox;
  121. display: flex
  122. }
  123. .upload-wrapper .example {
  124. height: 125px;
  125. width: 160px;
  126. margin-left: 40px
  127. }
  128. .upload-inner-wrapper {
  129. width: 160px;
  130. height: 125px;
  131. display: -webkit-box;
  132. display: -ms-flexbox;
  133. display: flex;
  134. -webkit-box-pack: center;
  135. -ms-flex-pack: center;
  136. justify-content: center;
  137. -webkit-box-align: center;
  138. -ms-flex-align: center;
  139. align-items: center;
  140. -webkit-box-orient: vertical;
  141. -webkit-box-direction: normal;
  142. -ms-flex-direction: column;
  143. flex-direction: column;
  144. color: #4990f1
  145. }
  146. .upload-inner-wrapper .icon {
  147. font-size: 36px
  148. }
  149. .upload-inner-wrapper .text {
  150. font-size: 14px;
  151. margin-top: 5px
  152. }
  153. .uploaded-img {
  154. height: 100%
  155. }
  156. .form-item {
  157. width: 470px;
  158. margin-bottom: 20px
  159. }
  160. .form-item.large {
  161. width: 672px
  162. }
  163. .form-item.form-normal {
  164. height: 40px
  165. }
  166. .title {
  167. letter-spacing: 1px;
  168. font-weight: 700;
  169. color: #333;
  170. font-size: 16px
  171. }
  172. .affix {
  173. position: fixed;
  174. z-index: 100
  175. }
  176. .el-autocomplete-suggestion {
  177. margin-top: 2px !important;
  178. border: none !important;
  179. border-top-left-radius: 0 !important;
  180. border-top-right-radius: 0 !important;
  181. -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .04) !important;
  182. box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .04) !important
  183. }
  184. .el-autocomplete-suggestion .popper__arrow {
  185. display: none !important
  186. }
  187. .el-form-item__label {
  188. color: #999 !important;
  189. letter-spacing: 1px
  190. }
  191. .block {
  192. height: 14px;
  193. width: 4px;
  194. background: #4990f1;
  195. margin-right: 6px;
  196. border-radius: 2px
  197. }
  198. .split {
  199. border-left: 1px solid #eee;
  200. width: 1px;
  201. height: 16px;
  202. margin: 0 10px
  203. }
  204. .el-cascader-menu__wrap {
  205. height: 200px !important
  206. }
  207. .lineup .el-icon-warning-outline {
  208. font-size: 40px;
  209. color: #333
  210. }
  211. .lineup .el-loading-text {
  212. color: #333 !important;
  213. font-size: 18px !important;
  214. margin-top: 20px !important
  215. }
  216. .status-bar {
  217. margin-top: 20px;
  218. height: 80px;
  219. background-color: #f4f9ff;
  220. font-size: 16px;
  221. color: #4490f1;
  222. letter-spacing: 1px;
  223. font-weight: 700
  224. }
  225. .status-bar .status-wrapper, .status-bar {
  226. display: -webkit-box;
  227. display: -ms-flexbox;
  228. display: flex;
  229. -webkit-box-align: center;
  230. -ms-flex-align: center;
  231. align-items: center
  232. }
  233. .status-bar .status-wrapper {
  234. padding-bottom: 1px
  235. }
  236. .status-bar .status-wrapper .iconfont {
  237. font-weight: 400;
  238. font-size: 28px;
  239. margin: 0 14px 0 20px
  240. }
  241. .tips {
  242. font-size: 12px;
  243. color: #999;
  244. margin: 40px 0;
  245. padding-left: 140px
  246. }
  247. .tips .iconfont {
  248. font-size: 12px
  249. }
  250. .form-wrapper {
  251. padding-left: 140px;
  252. width: 580px
  253. }
  254. .bottom-wrapper {
  255. width: 740px;
  256. display: -webkit-box;
  257. display: -ms-flexbox;
  258. display: flex;
  259. -webkit-box-orient: vertical;
  260. -webkit-box-direction: normal;
  261. -ms-flex-direction: column;
  262. flex-direction: column;
  263. -webkit-box-align: center;
  264. -ms-flex-align: center;
  265. align-items: center;
  266. margin-top: 60px
  267. }
  268. .bottom-wrapper .button-wrapper {
  269. width: 140px
  270. }
  271. .bottom-wrapper .link {
  272. margin-top: 30px
  273. }
  274. .context-container {
  275. margin-top: 80px;
  276. margin-left: 140px
  277. }
  278. .loading-wrapper {
  279. min-height: 200px
  280. }
  281. .title {
  282. letter-spacing: 1px;
  283. font-weight: 700;
  284. color: #333;
  285. font-size: 16px
  286. }
  287. .affix {
  288. position: fixed;
  289. z-index: 100
  290. }
  291. .el-autocomplete-suggestion {
  292. margin-top: 2px !important;
  293. border: none !important;
  294. border-top-left-radius: 0 !important;
  295. border-top-right-radius: 0 !important;
  296. -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .04) !important;
  297. box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .04) !important
  298. }
  299. .el-autocomplete-suggestion .popper__arrow {
  300. display: none !important
  301. }
  302. .el-form-item__label {
  303. color: #999 !important;
  304. letter-spacing: 1px
  305. }
  306. .block {
  307. height: 14px;
  308. width: 4px;
  309. background: #4990f1;
  310. margin-right: 6px;
  311. border-radius: 2px
  312. }
  313. .split {
  314. border-left: 1px solid #eee;
  315. width: 1px;
  316. height: 16px;
  317. margin: 0 10px
  318. }
  319. .el-cascader-menu__wrap {
  320. height: 200px !important
  321. }
  322. .lineup .el-icon-warning-outline {
  323. font-size: 40px;
  324. color: #333
  325. }
  326. .lineup .el-loading-text {
  327. color: #333 !important;
  328. font-size: 18px !important;
  329. margin-top: 20px !important
  330. }
  331. .personal-order .title {
  332. margin-bottom: 60px
  333. }
  334. .personal-order .table {
  335. margin-top: 40px
  336. }
  337. .personal-order .pagination {
  338. margin-top: 100px
  339. }
  340. .personal-order .order-status-select {
  341. width: 200px
  342. }
  343. .personal-order .order-status-item {
  344. margin-left: 60px
  345. }
  346. .personal-order .search-button {
  347. margin-left: 50px
  348. }
  349. .personal-order .patient-select {
  350. width: 400px
  351. }
  352. .select-popper /deep/ .el-select-dropdown__wrap {
  353. padding-bottom: 17px
  354. }
  355. .title {
  356. margin-bottom: 60px
  357. }
  358. .el-textarea__inner {
  359. border: 1px solid #eee
  360. }
  361. .bottom-wrapper {
  362. margin-top: 100px;
  363. display: -webkit-box;
  364. display: -ms-flexbox;
  365. display: flex;
  366. -webkit-box-orient: vertical;
  367. -webkit-box-direction: normal;
  368. -ms-flex-direction: column;
  369. flex-direction: column;
  370. -webkit-box-align: center;
  371. -ms-flex-align: center;
  372. align-items: center
  373. }
  374. .bottom-wrapper .button {
  375. width: 140px
  376. }
  377. .v-scroll-list .loading-wrapper {
  378. margin-top: 10px;
  379. height: 100px;
  380. width: 100%
  381. }
  382. .hospital-list-item {
  383. height: 98px;
  384. display: -webkit-box;
  385. display: -ms-flexbox;
  386. display: flex;
  387. -webkit-box-align: center;
  388. -ms-flex-align: center;
  389. align-items: center;
  390. -webkit-box-pack: justify;
  391. -ms-flex-pack: justify;
  392. justify-content: space-between
  393. }
  394. .hospital-list-item:hover .wrapper .hospital-title {
  395. color: #000;
  396. font-weight: 800
  397. }
  398. .hospital-list-item:hover .hospital-img {
  399. -webkit-transform: scale(1.03);
  400. transform: scale(1.03)
  401. }
  402. .hospital-list-item .dept-name {
  403. margin-left: 6px;
  404. font-weight: 400;
  405. font-size: 14px
  406. }
  407. .hospital-list-item .wrapper {
  408. height: 76px;
  409. color: #333;
  410. display: -webkit-box;
  411. display: -ms-flexbox;
  412. display: flex;
  413. -webkit-box-orient: vertical;
  414. -webkit-box-direction: normal;
  415. -ms-flex-direction: column;
  416. flex-direction: column;
  417. -webkit-box-pack: justify;
  418. -ms-flex-pack: justify;
  419. justify-content: space-between;
  420. -webkit-box-flex: 1;
  421. -ms-flex: 1;
  422. flex: 1
  423. }
  424. .hospital-list-item .wrapper .hospital-title {
  425. display: -webkit-box;
  426. display: -ms-flexbox;
  427. display: flex;
  428. height: 42px;
  429. font-weight: 500;
  430. font-size: 16px;
  431. -webkit-box-align: center;
  432. -ms-flex-align: center;
  433. align-items: center;
  434. -webkit-transition: all .2s ease;
  435. transition: all .2s ease
  436. }
  437. .hospital-list-item .wrapper .bottom-container {
  438. width: 250px;
  439. color: #999;
  440. display: -webkit-box;
  441. display: -ms-flexbox;
  442. display: flex;
  443. -webkit-box-pack: justify;
  444. -ms-flex-pack: justify;
  445. justify-content: space-between
  446. }
  447. .hospital-list-item .wrapper .bottom-container .label-wrapper {
  448. display: -webkit-box;
  449. display: -ms-flexbox;
  450. display: flex;
  451. -webkit-box-align: center;
  452. -ms-flex-align: center;
  453. align-items: center
  454. }
  455. .hospital-list-item .wrapper .bottom-container .label-wrapper .iconfont {
  456. margin-right: 3px
  457. }
  458. .hospital-list-item .hospital-img {
  459. width: 80px;
  460. height: 80px;
  461. border-radius: 40px;
  462. margin-left: 12px;
  463. -webkit-transition: all .2s linear;
  464. transition: all .2s linear
  465. }
  466. .list-item {
  467. width: 440px;
  468. margin-top: 30px;
  469. padding: 0 10px 0 20px
  470. }
  471. .space {
  472. margin-left: 40px
  473. }
  474. .hospital-list {
  475. display: -webkit-box;
  476. display: -ms-flexbox;
  477. display: flex;
  478. -ms-flex-wrap: wrap;
  479. flex-wrap: wrap
  480. }
  481. .title {
  482. margin-bottom: 40px
  483. }
  484. .title {
  485. font-size: 14px;
  486. margin-top: 35px
  487. }
  488. .content {
  489. margin-top: 29px;
  490. color: #666;
  491. line-height: 23px;
  492. letter-spacing: 1px
  493. }
  494. .content .special {
  495. display: -webkit-box;
  496. display: -ms-flexbox;
  497. display: flex
  498. }
  499. .form-wrapper {
  500. margin-top: 50px;
  501. width: 410px;
  502. margin-left: 140px
  503. }
  504. .form-wrapper .mobile-text {
  505. color: #333;
  506. letter-spacing: 1px
  507. }
  508. .bottom-wrapper {
  509. display: -webkit-box;
  510. display: -ms-flexbox;
  511. display: flex;
  512. -webkit-box-pack: center;
  513. -ms-flex-pack: center;
  514. justify-content: center;
  515. padding: 80px 0
  516. }
  517. .bottom-wrapper .button-wrapper {
  518. width: 140px
  519. }
  520. .bind-wechat-view {
  521. padding-bottom: 20px
  522. }
  523. .bind-wrapper {
  524. margin-top: 50px;
  525. display: -webkit-box;
  526. display: -ms-flexbox;
  527. display: flex;
  528. -webkit-box-orient: vertical;
  529. -webkit-box-direction: normal;
  530. -ms-flex-direction: column;
  531. flex-direction: column;
  532. -webkit-box-pack: center;
  533. -ms-flex-pack: center;
  534. justify-content: center;
  535. -webkit-box-align: center;
  536. -ms-flex-align: center;
  537. align-items: center
  538. }
  539. .portrait {
  540. width: 100px;
  541. height: 100px
  542. }
  543. .button-wrapper {
  544. width: 140px;
  545. margin-top: 80px
  546. }
  547. .nick-name {
  548. color: #333;
  549. font-weight: 700;
  550. letter-spacing: 1px;
  551. margin-top: 20px
  552. }
  553. .unbound-wrapper {
  554. margin-top: 90px;
  555. display: -webkit-box;
  556. display: -ms-flexbox;
  557. display: flex;
  558. -webkit-box-orient: vertical;
  559. -webkit-box-direction: normal;
  560. -ms-flex-direction: column;
  561. flex-direction: column;
  562. -webkit-box-pack: center;
  563. -ms-flex-pack: center;
  564. justify-content: center;
  565. -webkit-box-align: center;
  566. -ms-flex-align: center;
  567. align-items: center
  568. }
  569. .unbound-wrapper .tips {
  570. margin-top: 20px;
  571. color: #999;
  572. letter-spacing: 1px
  573. }
  574. .tabs {
  575. margin-top: -12px
  576. }
  577. .header-wrapper {
  578. display: -webkit-box;
  579. display: -ms-flexbox;
  580. display: flex;
  581. -webkit-box-align: center;
  582. -ms-flex-align: center;
  583. align-items: center
  584. }
  585. .header-wrapper .title {
  586. margin-right: 30px
  587. }
  588. .content-wrapper {
  589. display: -webkit-box;
  590. display: -ms-flexbox;
  591. display: flex;
  592. -ms-flex-wrap: wrap;
  593. flex-wrap: wrap;
  594. margin-top: 60px
  595. }
  596. .content-wrapper .item {
  597. -webkit-transform: scale(1);
  598. transform: scale(1)
  599. }
  600. .content-wrapper .item .iconfont {
  601. margin-right: 10px;
  602. color: #999;
  603. font-size: 14px
  604. }
  605. .content-wrapper .item:hover .item-title {
  606. font-weight: 700
  607. }
  608. .content-wrapper .card-info-item {
  609. margin-bottom: 30px
  610. }
  611. .content-wrapper .card-info-item .tips-wrapper {
  612. width: 226px;
  613. padding: 10px 20px;
  614. word-wrap: break-word;
  615. word-break: break-all;
  616. overflow: hidden;
  617. background: #fee;
  618. border-radius: 0 0 4px 4px;
  619. -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .04);
  620. box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .04);
  621. color: #ff5f5f;
  622. font-size: 12px;
  623. margin-top: -2px
  624. }
  625. .content-wrapper .item-wrapper {
  626. width: 202px;
  627. height: 90px;
  628. display: -webkit-box;
  629. display: -ms-flexbox;
  630. display: flex;
  631. -webkit-box-orient: vertical;
  632. -webkit-box-direction: normal;
  633. -ms-flex-direction: column;
  634. flex-direction: column;
  635. padding: 12px 10px 0 14px;
  636. font-size: 12px;
  637. color: #999
  638. }
  639. .content-wrapper .item-wrapper.wait-bind {
  640. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAwCAMAAAB3/pl8AAAAUVBMVEUAAAD/f3//YmL/cHD/Z2f/YWH/Zmb/YGD/YmL/ZWX/YmL/amr/ZGT/YWH/YWH/YGD/YGD/YWH/YGD/YGD/YGD/YWH/YGD/YGD/YGD/ZGT/YWE75cZNAAAAG3RSTlMABTALFUYZVTshKw8mNUFYTFFqXHN3b2BlHX3J/BX1AAADRElEQVRIx51WCRajIAwN+yKgAgJ6/4OOlqmAnaUz6XsVDVk+WQj8jiaFpZRWTfBPNGGxxbIyxpYcj4DJt4JcbLNtxtCpJ+zfCNIcJXp8QzYV/jdB5DZ8C4q5MfDG0J9B+vDylC3Xf84di4hUQVD+Kx002roo6dxLOeeU9IY5UCYsDvTzfA759psbrNXOd6Wxom8rOs5yurjzh81Nn7YyPle4hRNRhfn11IJpqGQfZ0aSvdAebMKGjGensFpW021dRtGZ/fT1IwMoC3Y8mnV4M6lydz3uIrICHEib3qm4V0nXJCvAhmu/Q4t6s1LUwOru2wAQ4eJbtiyoM8ornzSAAqPO7XgMWm0Ld6iA6a8ASo4So6sFJW6JFtqAXxK4AezzOskrmDHO5vbDTW/uQV5u8AdA8KjyifQl9vqoe0cmV6QDQDsRCLtdzngR7Cg4ty8Mnh479wIY+giikJNiZXWgwnF+p8shdETwSEaBHwB5csERuTo3hUvNuaVYcv6bZzKm+QaIaOVonIP0SyTlpZsw+TrsdrKiRrBLUV6QnhGcPz+5JDTLF4iDUg/0fE+oiaLV3QDNdcKHZ6dhVowIgmDl0uXGxqH4jBHcktJAj9BT7deVAbEcKCcmFUlQ0icnKpBuqAlz2e18hQkBjbOXV5jZvOJs0FbEBEEB6rrr5dcgulhl9sUzLqgmgPF0WM2wAOuGmpjjnaAtG9EihUGw+40R0At44CGrymw1YcLbbdax/A6T86v1V3UGmnhRtAMYGLmM3RKiU3owk69AeX6+eO0eRY9RzZ+73ppHjCWAwtDrNBEeil6dylQrlWez2MmsALlJezsAnKs5TVqpVFpRW+v1YgozdDXyU4Wu22XnDe4gpWdXoy2cqDb6fofo1nYaATbSVcnioCM29uyxq3U5W42SYVvzfgA4uK7q0+PHnTFe4TPjT12ao2o7PziSD21bGzIKGkzdQV/XZDuKMRl1BVgvyW4K4icrk1Pv9jlRLPwFMNq7y7Sr2dwDgD12+CDExNXV6C0L90CAoKT3QED/NoY0CqXNJEQk+v3wA2sehp//GrlkLPzbQQ+ThhmLTezwJRE8b1teFsbWHE89/zidEmWllFj9XuwHWnkkbls5CWAAAAAASUVORK5CYII=") no-repeat;
  641. background-position: 142px, 50px
  642. }
  643. .content-wrapper .item-wrapper .item-title {
  644. color: #333;
  645. letter-spacing: 1px;
  646. font-size: 14px;
  647. margin-bottom: 10px
  648. }
  649. .content-wrapper .item-add-wrapper {
  650. width: 100%;
  651. height: 54px;
  652. line-height: 54px;
  653. text-align: center;
  654. color: #4990f1;
  655. font-size: 16px;
  656. margin-top: 30px
  657. }
  658. .content-wrapper .operate-wrapper {
  659. font-size: 12px
  660. }
  661. .content-wrapper .operate-wrapper .delete-button {
  662. margin-left: -10px
  663. }
  664. .header-wrapper {
  665. display: -webkit-box;
  666. display: -ms-flexbox;
  667. display: flex;
  668. -webkit-box-align: center;
  669. -ms-flex-align: center;
  670. align-items: center
  671. }
  672. .header-wrapper .title {
  673. margin-right: 30px
  674. }
  675. .tip-wrapper {
  676. font-size: 12px;
  677. color: #999;
  678. margin-left: 140px;
  679. margin-top: 40px
  680. }
  681. .tip-wrapper .iconfont {
  682. font-size: 12px
  683. }
  684. .sub-title {
  685. letter-spacing: 1px;
  686. color: #999;
  687. margin-top: 60px;
  688. display: -webkit-box;
  689. display: -ms-flexbox;
  690. display: flex;
  691. -webkit-box-align: center;
  692. -ms-flex-align: center;
  693. align-items: center
  694. }
  695. .content-wrapper {
  696. display: -webkit-box;
  697. display: -ms-flexbox;
  698. display: flex;
  699. margin-left: 140px;
  700. margin-top: 20px
  701. }
  702. .content-wrapper .inline {
  703. display: -webkit-box;
  704. display: -ms-flexbox;
  705. display: flex;
  706. -webkit-box-align: center;
  707. -ms-flex-align: center;
  708. align-items: center
  709. }
  710. .content-wrapper .inline .v-link {
  711. margin-left: 10px
  712. }
  713. .content-wrapper .mobile-form-item {
  714. width: 360px;
  715. margin-bottom: 0
  716. }
  717. .content-wrapper .form-item {
  718. width: 470px;
  719. margin-bottom: 20px
  720. }
  721. .content-wrapper .form-item.large {
  722. width: 672px
  723. }
  724. .bottom-wrapper {
  725. width: 740px;
  726. display: -webkit-box;
  727. display: -ms-flexbox;
  728. display: flex;
  729. -webkit-box-pack: center;
  730. -ms-flex-pack: center;
  731. justify-content: center
  732. }
  733. .bottom-wrapper .button-wrapper {
  734. width: 140px;
  735. margin-top: 80px
  736. }
  737. .ml20 {
  738. margin-left: 20px
  739. }
  740. .placeholder {
  741. height: 300px;
  742. margin-left: 300px;
  743. width: 150px
  744. }
  745. .el-dialog__header {
  746. background-color: #e8f2ff;
  747. padding: 20px 30px;
  748. border-radius: 4px 4px 0 0
  749. }
  750. .el-dialog__header .el-dialog__title {
  751. font-size: 16px;
  752. font-weight: 700;
  753. letter-spacing: 1px
  754. }
  755. .el-dialog__header .el-dialog__close {
  756. font-size: 20px;
  757. font-weight: 700
  758. }
  759. .el-dialog__body {
  760. padding: 60px 80px
  761. }
  762. .el-dialog__footer {
  763. padding: 0 60px 50px
  764. }
  765. .dialog-text {
  766. color: #333;
  767. font-size: 16px;
  768. margin-bottom: 60px
  769. }
  770. .el-dialog--center .el-dialog__body {
  771. text-align: center;
  772. padding: 10px 60px 0
  773. }
  774. .el-dialog--center .el-dialog__footer {
  775. padding-bottom: 40px
  776. }
  777. .img-wp {
  778. width: 140px;
  779. height: 140px;
  780. margin: 0 auto 20px
  781. }
  782. .img-wp img {
  783. width: 100%;
  784. height: 100%;
  785. line-height: 0;
  786. display: block
  787. }
  788. .icon {
  789. font-size: 54px;
  790. color: #4490f1;
  791. display: block;
  792. text-align: center
  793. }
  794. .dialog-footer {
  795. display: -webkit-box;
  796. display: -ms-flexbox;
  797. display: flex;
  798. -webkit-box-pack: center;
  799. -ms-flex-pack: center;
  800. justify-content: center
  801. }
  802. .dialog-text {
  803. margin: 30px 0 20px;
  804. color: #333;
  805. font-size: 16px;
  806. letter-spacing: 1px
  807. }
  808. .button-wrapper {
  809. width: 140px
  810. }
  811. .header-wrapper {
  812. display: -webkit-box;
  813. display: -ms-flexbox;
  814. display: flex;
  815. -webkit-box-align: center;
  816. -ms-flex-align: center;
  817. align-items: center
  818. }
  819. .header-wrapper .title {
  820. margin-right: 30px
  821. }
  822. .tip-wrapper {
  823. font-size: 12px;
  824. color: #999;
  825. margin-left: 140px;
  826. margin-top: 40px
  827. }
  828. .tip-wrapper .iconfont {
  829. font-size: 12px
  830. }
  831. .sub-title {
  832. letter-spacing: 1px;
  833. color: #999;
  834. margin-top: 60px;
  835. display: -webkit-box;
  836. display: -ms-flexbox;
  837. display: flex;
  838. -webkit-box-align: center;
  839. -ms-flex-align: center;
  840. align-items: center
  841. }
  842. .content-wrapper {
  843. margin-left: 140px;
  844. margin-top: 20px
  845. }
  846. .content-wrapper .inline, .content-wrapper {
  847. display: -webkit-box;
  848. display: -ms-flexbox;
  849. display: flex
  850. }
  851. .content-wrapper .inline .v-link {
  852. margin-left: 10px
  853. }
  854. .content-wrapper .form-item {
  855. width: 470px;
  856. margin-bottom: 20px
  857. }
  858. .content-wrapper .form-item.large {
  859. width: 672px
  860. }
  861. .bottom-wrapper {
  862. width: 740px;
  863. display: -webkit-box;
  864. display: -ms-flexbox;
  865. display: flex;
  866. -webkit-box-pack: center;
  867. -ms-flex-pack: center;
  868. justify-content: center
  869. }
  870. .bottom-wrapper .button-wrapper {
  871. width: 140px;
  872. margin-top: 80px
  873. }
  874. .ml20 {
  875. margin-left: 20px
  876. }
  877. .card-img {
  878. margin-left: 110px;
  879. margin-bottom: 20px;
  880. -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .04);
  881. box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .04);
  882. border-radius: 8px;
  883. height: 80px
  884. }
  885. .header-wrapper {
  886. display: -webkit-box;
  887. display: -ms-flexbox;
  888. display: flex;
  889. -webkit-box-align: center;
  890. -ms-flex-align: center;
  891. align-items: center
  892. }
  893. .header-wrapper .title {
  894. margin-right: 30px
  895. }
  896. .tip-wrapper {
  897. font-size: 12px;
  898. color: #999;
  899. margin-left: 140px;
  900. margin-top: 40px
  901. }
  902. .tip-wrapper .iconfont {
  903. font-size: 12px
  904. }
  905. .sub-title {
  906. letter-spacing: 1px;
  907. color: #999;
  908. margin-top: 60px;
  909. display: -webkit-box;
  910. display: -ms-flexbox;
  911. display: flex;
  912. -webkit-box-align: center;
  913. -ms-flex-align: center;
  914. align-items: center
  915. }
  916. .content-wrapper {
  917. margin-left: 140px;
  918. margin-top: 20px
  919. }
  920. .content-wrapper .inline, .content-wrapper {
  921. display: -webkit-box;
  922. display: -ms-flexbox;
  923. display: flex
  924. }
  925. .content-wrapper .inline .v-link {
  926. margin-left: 10px
  927. }
  928. .content-wrapper .form-item {
  929. width: 470px;
  930. margin-bottom: 20px
  931. }
  932. .content-wrapper .form-item.large {
  933. width: 672px
  934. }
  935. .bottom-wrapper {
  936. width: 740px;
  937. display: -webkit-box;
  938. display: -ms-flexbox;
  939. display: flex;
  940. -webkit-box-pack: center;
  941. -ms-flex-pack: center;
  942. justify-content: center
  943. }
  944. .bottom-wrapper .button-wrapper {
  945. width: 140px;
  946. margin-top: 80px
  947. }
  948. .ml20 {
  949. margin-left: 20px
  950. }
  951. .card-img {
  952. margin-left: 110px;
  953. margin-bottom: 20px;
  954. -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .04);
  955. box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .04);
  956. border-radius: 8px;
  957. height: 80px
  958. }