payment.css 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. .bgc-f2f3f4{
  2. background-color: #f2f3f4;
  3. }
  4. .bgc-000{
  5. background-color: #000000;
  6. }
  7. .c-ff9526{
  8. color: #ff9526;
  9. }
  10. .c-ff5e6c{
  11. color: #ff5e6c;
  12. }
  13. .c-f25{
  14. font-size: 25px;
  15. }
  16. .c-f30{
  17. font-size: 30px;
  18. }
  19. .plr35{
  20. padding-left: 35px;
  21. padding-right: 35px;
  22. }
  23. .plr30{
  24. padding-left: 30px;
  25. padding-right: 30px;
  26. }
  27. .ptb3{
  28. padding-top: 3px;
  29. padding-bottom: 3px;
  30. }
  31. .ptb8{
  32. padding-top: 8px;
  33. padding-bottom: 8px;
  34. }
  35. .p30{
  36. padding: 30px;
  37. }
  38. .p15{
  39. padding: 15px;
  40. }
  41. .pb25{
  42. padding-bottom: 25px;
  43. }
  44. .pb15{
  45. padding-bottom: 15px;
  46. }
  47. .pt15{
  48. padding-top: 15px;
  49. }
  50. .c-95{
  51. width: 92%;
  52. }
  53. .c-radius-5{
  54. border-radius: 5px;
  55. }
  56. .c-c8c8c8{
  57. color: #c8c8c8;
  58. }
  59. .c-t-lr-radius-20{
  60. border-top-left-radius: 20px;
  61. border-top-right-radius: 20px;
  62. }
  63. .c-b-lr-radius-20{
  64. border-bottom-left-radius: 20px;
  65. border-bottom-right-radius: 20px;
  66. }
  67. .c-radius-20{
  68. border-radius: 10px;
  69. }
  70. .ptb13{
  71. padding-top: 13px;
  72. padding-bottom: 13px;
  73. }
  74. .mt7{
  75. margin-top: 7px;
  76. }
  77. .mt25{
  78. margin-top: 25px;
  79. }
  80. .pt12{
  81. padding-top: 12px;
  82. }
  83. [v-cloak] {
  84. display: none;
  85. }
  86. .w3-row:after {
  87. content: "";
  88. display: table;
  89. clear: both
  90. }
  91. .w3-col {
  92. float: left;
  93. width: 100%
  94. }
  95. .w3-rest{overflow:hidden}
  96. a:active{
  97. color:#FFFFFF;
  98. }
  99. /*缺省页*/
  100. .default-div{
  101. text-align: center;
  102. position: relative;
  103. top: 100px;
  104. }
  105. /*缺省页*/
  106. /*缴费查询*/
  107. .qiehuan-txt{
  108. color:#17B3EC;
  109. text-decoration: underline;
  110. /*padding-left: 10px;*/
  111. }
  112. .date-icon{
  113. float: right;
  114. width: 20px;
  115. height: 20px;
  116. margin-top: 3px;
  117. }
  118. .labelIcon{
  119. background-repeat: no-repeat;
  120. background-image: url(../images/weixinzhifu_bg_img.png);
  121. background-size: 100% 100%;
  122. padding:9px 10px 9px 15px;
  123. /*height: 100px;*/
  124. color:#ffffff;
  125. margin-top: 15px;
  126. position: relative;
  127. }
  128. .labelIcon.weixin{
  129. background-image: url(../images/weixinzhifu_bg_img.png);
  130. }
  131. .labelIcon.zhifubao{
  132. background-image: url(../images/zhifubaozhifu_bg_img.png);
  133. }
  134. .labelIcon.yinlian{
  135. background-image: url(../images/yinlianzhifu_bg_img.png);
  136. }
  137. .labelIcon.xianjin{
  138. background-image: url(../images/xianjichongzhi_bg_img.png);
  139. }
  140. .labelIcon.jiuzhen2{
  141. padding: 0;
  142. background-image: url(../images/icon_jiuzhen2.png);
  143. }
  144. .labelIcon.zhuyuan2{
  145. padding: 0;
  146. background-image: url(../images/icon_zhuyuan2.png);
  147. }
  148. .circle-btn{
  149. position: fixed;
  150. bottom: 80px;
  151. right: 20px;
  152. width: 45px;
  153. height: 45px;
  154. border-radius: 50%;
  155. background-color: #4DCD70;
  156. border: 1px solid #12AA3C;
  157. font-size: 11px;
  158. color: #FFFFFF;
  159. text-align: center;
  160. z-index: 2;
  161. }
  162. .mask{
  163. background-color: rgba(0,0,0,.5);
  164. font-size: 17px;
  165. line-height: 104px;
  166. color: #FFFFFF;
  167. text-align: center;
  168. position: absolute;
  169. top: 0px;
  170. left: 0px;
  171. width: -webkit-fill-available;
  172. width: -webkit-fill-available;
  173. width: -moz-fill-available;
  174. width: -moz-available; /* FireFox目前这个生效 */
  175. width: fill-available;
  176. border-radius: 5px;
  177. }
  178. .mbsc-ios .dwwol {
  179. padding: 0 .833333em;
  180. height: 50px;
  181. margin: -1.5em 0;
  182. border-top: 0px solid #dbdbdb;
  183. border-bottom: 0px solid #dbdbdb;
  184. }
  185. .c-lab-mor li{
  186. border-bottom: 0px;
  187. padding-top: 8px;
  188. padding-bottom: 7px;
  189. font-size: 16px;
  190. line-height: 30px;
  191. height: 45px;
  192. color: #666666;
  193. }
  194. .c-lab-mor li.curr{
  195. color: #4DCD70;
  196. }
  197. .c-lab-mor li.curr:after {
  198. content: '';
  199. display: block;
  200. width: 20px;
  201. height: 3px;
  202. background: #4DCD70;
  203. margin: 3px auto;
  204. }
  205. .c-lab-mor li:first-child {
  206. /*border-right: 1px solid #E1E1E1;*/
  207. }
  208. /*缴费查询*/
  209. /*就诊卡缴费*/
  210. .jiuzhen,.jiuzhen2{
  211. }
  212. .jiuzhen .card-icon{
  213. background-repeat: no-repeat;
  214. background-image: url(../images/biaoqian_lvse_img.png);
  215. /*background-image: url(../images/icon_jiuzhen3.png);*/
  216. background-size: 100% 100%;
  217. padding:1px 10px 1px 18px;
  218. color:#ffffff;
  219. font-size: 14px;
  220. height: 20px;
  221. line-height: 20px;
  222. }
  223. .jiuzhen2 .card-icon{
  224. background-repeat: no-repeat;
  225. /*background-image: url(../images/biaoqian_lvse_img.png);*/
  226. background-image: url(../images/icon_jiuzhen3.png);
  227. background-size: 100% 100%;
  228. padding:1px 10px 1px 18px;
  229. color:#ffffff;
  230. font-size: 14px;
  231. height: 20px;
  232. line-height: 20px;
  233. }
  234. .jiuzhen .c-btn-full,.jiuzhen .c-btn-big{
  235. background: #4dcd70;
  236. border-bottom-left-radius: 5px;
  237. border-bottom-right-radius: 5px;
  238. }
  239. .zhuyuan,.zhuyuan2{
  240. }
  241. .zhuyuan .card-icon{
  242. background-repeat: no-repeat;
  243. background-image: url(../images/biaoqian_hongse_img.png);
  244. /*background-image: url(../images/icon_zhuyuan3.png);*/
  245. background-size: 100% 100%;
  246. padding:1px 10px 1px 18px;
  247. color:#ffffff;
  248. font-size: 14px;
  249. height: 20px;
  250. line-height: 20px;
  251. }
  252. .zhuyuan2 .card-icon{
  253. background-repeat: no-repeat;
  254. /*background-image: url(../images/biaoqian_hongse_img.png);*/
  255. background-image: url(../images/icon_zhuyuan3.png);
  256. background-size: 100% 100%;
  257. padding:1px 10px 1px 18px;
  258. color:#ffffff;
  259. height: 20px;
  260. font-size: 14px;
  261. line-height: 20px;
  262. }
  263. .zhuyuan .c-btn-full,.zhuyuan .c-btn-big{
  264. background: #17B3EC;
  265. border-bottom-left-radius: 5px;
  266. border-bottom-right-radius: 5px;
  267. }
  268. .jiuzhen2 .createdata,.zhuyuan2 .createdata{
  269. color: #D7FFE2;
  270. }
  271. .zhuyuan2 .createdata{
  272. color: #FFC8CD;
  273. }
  274. .p-fix-bottom-0{
  275. position: fixed;bottom: 0px;
  276. }
  277. .surplusMoney{float: right;margin-top: -2px;}
  278. @media screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2){
  279. .surplusMoney{float: none;margin-top:5px;font-size: 14px;}
  280. }
  281. .morenSpan{
  282. border: 1px solid #ffffff;
  283. padding: 0px 5px;
  284. border-radius: 3px;
  285. }
  286. .red-point,.white-line{
  287. position: relative;
  288. }
  289. .red-point::before{
  290. content: " ";
  291. border: 4px solid #FF5E6C;/*设置红色*/
  292. border-radius:4px;/*设置圆角*/
  293. position: absolute;
  294. z-index: 1000;
  295. right: 0;
  296. margin-right: -5px;
  297. }
  298. .white-line::after{
  299. position: absolute;
  300. top: 5px;
  301. right: 0px;
  302. width: 1px;
  303. height: 14px;
  304. content: "";
  305. background: rgb(220,238,226);
  306. }
  307. /*就诊卡缴费*/
  308. /*缴费结果页面*/
  309. .success-pay{}
  310. .success-pay .txtColor{
  311. color: #4dcd70;
  312. }
  313. .failure-pay{}
  314. .failure-pay .txtColor{
  315. color: #FF5E6C;
  316. }
  317. .synchronization-pay{}
  318. .synchronization-pay .txtColor{
  319. color: #FF5E6C;
  320. }
  321. /*.synchronization-pay .failure-btn,.success-pay .failure-btn{display: none;}*/
  322. .failure-pay .success-list{display: none;}
  323. /*缴费结果页面*/
  324. /*我的就诊卡包*/
  325. .geduan{
  326. background-repeat: no-repeat;
  327. background-image: url(../images/geduan_img.png);
  328. background-size: 100% 100%;
  329. height: 15px;
  330. }
  331. .jiaoyanBtn{
  332. border:1px solid #4dcd70;
  333. border-radius: 15px;
  334. width: 90px;
  335. text-align: center;
  336. color: #4dcd70;
  337. font-size: 14px;
  338. height: 28px;
  339. line-height: 28px;
  340. float: right;
  341. margin-top: 1px;
  342. }
  343. .input-bcard{
  344. font-size: 14px;
  345. padding-left: 20px;
  346. padding-right: 20px;
  347. color:#999999;
  348. line-height: 32px;
  349. width: calc(100vw - 125px);
  350. }
  351. .w-calc-220{
  352. width: calc(100vw - 220px);
  353. }
  354. /*我的就诊卡包*/
  355. /*候诊查询*/
  356. .top-div{
  357. padding: 15px 10px;
  358. }
  359. .jiuzhen .top-div{
  360. background: #4DCD70;
  361. border-top-left-radius: 5px;
  362. border-top-right-radius: 5px;
  363. }
  364. .jiancha{}
  365. .jiancha .top-div{
  366. background: #FF9526;
  367. border-top-left-radius: 5px;
  368. border-top-right-radius: 5px;
  369. }
  370. .waitingDoctorList:after {
  371. content: '';
  372. height:100px;
  373. width: 180px;
  374. background: url(../images/paiduipeitu_img.png) no-repeat;
  375. background-size: 180px 96px;
  376. background-position: 50%;
  377. margin-left: -90px;
  378. position: fixed;
  379. left: 50%;
  380. bottom: 100px;
  381. z-index: -1;
  382. }
  383. /*候诊查询*/
  384. .c-list>.list-arrow-r:after, .c-list>.list-arrow-u:after, .c-list>.list-arrow-d:after {
  385. position: absolute;
  386. top: 50%;
  387. right: .75rem;
  388. margin-top: -0.25rem;
  389. content: "";
  390. display: block;
  391. width: .5rem;
  392. height: .5rem;
  393. border: solid #cdcdcd;
  394. border-width: .1rem .1rem 0 0;
  395. /*-webkit-transform: rotate(45deg);
  396. transform: rotate(45deg);*/
  397. }
  398. .c-list>.list-arrow-d:after {
  399. right: .65rem;
  400. margin-top: -0.5rem;
  401. -webkit-transform: rotate(135deg);
  402. transform: rotate(135deg);
  403. }
  404. .c-list>.list-arrow-u:after {
  405. right: .65rem;
  406. margin-top: -0.1rem;
  407. -webkit-transform: rotate(-45deg);
  408. transform: rotate(-45deg);
  409. }
  410. #fee-table{
  411. }
  412. #fee-table td,#fee-table th{
  413. padding-top: 10px;
  414. }
  415. #fee-table th{
  416. font-size: 12px;
  417. }
  418. #fee-table td{
  419. font-size: 14px;
  420. }
  421. .c-list > .c-list-link:active {
  422. background-color: #ffffff;
  423. }