payment.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  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. .plr35{
  17. padding-left: 35px;
  18. padding-right: 35px;
  19. }
  20. .plr30{
  21. padding-left: 30px;
  22. padding-right: 30px;
  23. }
  24. .ptb3{
  25. padding-top: 3px;
  26. padding-bottom: 3px;
  27. }
  28. .p30{
  29. padding: 30px;
  30. }
  31. .p15{
  32. padding: 15px;
  33. }
  34. .pb25{
  35. padding-bottom: 25px;
  36. }
  37. .c-95{
  38. width: 92%;
  39. }
  40. .c-radius-5{
  41. border-radius: 5px;
  42. }
  43. .c-c8c8c8{
  44. color: #c8c8c8;
  45. }
  46. .c-t-lr-radius-20{
  47. border-top-left-radius: 20px;
  48. border-top-right-radius: 20px;
  49. }
  50. .c-b-lr-radius-20{
  51. border-bottom-left-radius: 20px;
  52. border-bottom-right-radius: 20px;
  53. }
  54. .c-radius-20{
  55. border-radius: 10px;
  56. }
  57. .ptb13{
  58. padding-top: 13px;
  59. padding-bottom: 13px;
  60. }
  61. .mt7{
  62. margin-top: 7px;
  63. }
  64. .pt12{
  65. padding-top: 12px;
  66. }
  67. [v-cloak] {
  68. display: none;
  69. }
  70. .w3-row:after {
  71. content: "";
  72. display: table;
  73. clear: both
  74. }
  75. .w3-col {
  76. float: left;
  77. width: 100%
  78. }
  79. .w3-rest{overflow:hidden}
  80. a:active{
  81. color:#FFFFFF;
  82. }
  83. /*缺省页*/
  84. .default-div{
  85. text-align: center;
  86. position: relative;
  87. top: 100px;
  88. }
  89. /*缺省页*/
  90. /*缴费查询*/
  91. .qiehuan-txt{
  92. color:#17B3EC;
  93. text-decoration: underline;
  94. /*padding-left: 10px;*/
  95. }
  96. .date-icon{
  97. float: right;
  98. width: 20px;
  99. height: 20px;
  100. margin-top: 3px;
  101. }
  102. .labelIcon{
  103. background-repeat: no-repeat;
  104. background-image: url(../images/weixinzhifu_bg_img.png);
  105. background-size: 100% 100%;
  106. padding:9px 10px 9px 15px;
  107. /*height: 100px;*/
  108. color:#ffffff;
  109. margin-top: 15px;
  110. position: relative;
  111. }
  112. .labelIcon.weixin{
  113. background-image: url(../images/weixinzhifu_bg_img.png);
  114. }
  115. .labelIcon.zhifubao{
  116. background-image: url(../images/zhifubaozhifu_bg_img.png);
  117. }
  118. .labelIcon.yinlian{
  119. background-image: url(../images/yinlianzhifu_bg_img.png);
  120. }
  121. .labelIcon.xianjin{
  122. background-image: url(../images/xianjichongzhi_bg_img.png);
  123. }
  124. .circle-btn{
  125. position: fixed;
  126. bottom: 80px;
  127. right: 20px;
  128. width: 45px;
  129. height: 45px;
  130. border-radius: 50%;
  131. background-color: #4DCD70;
  132. border: 1px solid #12AA3C;
  133. font-size: 11px;
  134. color: #FFFFFF;
  135. text-align: center;
  136. z-index: 2;
  137. }
  138. .mask{
  139. background-color: rgba(0,0,0,.5);
  140. font-size: 17px;
  141. line-height: 104px;
  142. color: #FFFFFF;
  143. text-align: center;
  144. position: absolute;
  145. top: 0px;
  146. left: 0px;
  147. width: -webkit-fill-available;
  148. width: -webkit-fill-available;
  149. width: -moz-fill-available;
  150. width: -moz-available; /* FireFox目前这个生效 */
  151. width: fill-available;
  152. border-radius: 5px;
  153. }
  154. .mbsc-ios .dwwol {
  155. padding: 0 .833333em;
  156. height: 50px;
  157. margin: -1.5em 0;
  158. border-top: 0px solid #dbdbdb;
  159. border-bottom: 0px solid #dbdbdb;
  160. }
  161. .c-lab-mor li{
  162. border-bottom: 0px;
  163. padding-top: 5px;
  164. padding-bottom: 5px;
  165. }
  166. .c-lab-mor li.curr{
  167. color: #4DCD70;
  168. }
  169. .c-lab-mor li.curr:after {
  170. content: '';
  171. display: block;
  172. width: 25%;
  173. height: .15rem;
  174. background: #4DCD70;
  175. margin: 9px auto;
  176. }
  177. .c-lab-mor li:first-child {
  178. /*border-right: 1px solid #E1E1E1;*/
  179. }
  180. /*缴费查询*/
  181. /*就诊卡缴费*/
  182. .jiuzhen{
  183. }
  184. .jiuzhen .card-icon{
  185. background-repeat: no-repeat;
  186. background-image: url(../images/biaoqian_lvse_img.png);
  187. background-size: 100% 100%;
  188. padding:1px 10px 1px 18px;
  189. color:#ffffff;
  190. height: 20px;
  191. line-height: 20px;
  192. }
  193. .jiuzhen .c-btn-full,.jiuzhen .c-btn-big{
  194. background: #4dcd70;
  195. border-bottom-left-radius: 5px;
  196. border-bottom-right-radius: 5px;
  197. }
  198. .zhuyuan{
  199. }
  200. .zhuyuan .card-icon{
  201. background-repeat: no-repeat;
  202. background-image: url(../images/biaoqian_hongse_img.png);
  203. background-size: 100% 100%;
  204. padding:1px 10px 1px 18px;
  205. color:#ffffff;
  206. height: 20px;
  207. line-height: 20px;
  208. }
  209. .zhuyuan .c-btn-full,.zhuyuan .c-btn-big{
  210. background: #17B3EC;
  211. border-bottom-left-radius: 5px;
  212. border-bottom-right-radius: 5px;
  213. }
  214. .zhuyuan .createdata{
  215. color: transparent;
  216. }
  217. .p-fix-bottom-0{
  218. position: fixed;bottom: 0px;
  219. }
  220. /*就诊卡缴费*/
  221. /*缴费结果页面*/
  222. .success-pay{}
  223. .success-pay .txtColor{
  224. color: #4dcd70;
  225. }
  226. .failure-pay{}
  227. .failure-pay .txtColor{
  228. color: #FF5E6C;
  229. }
  230. .synchronization-pay{}
  231. .synchronization-pay .txtColor{
  232. color: #FF5E6C;
  233. }
  234. .synchronization-pay .failure-btn,.success-pay .failure-btn{display: none;}
  235. .failure-pay .success-list{display: none;}
  236. /*缴费结果页面*/
  237. /*我的就诊卡包*/
  238. .geduan{
  239. background-repeat: no-repeat;
  240. background-image: url(../images/geduan_img.png);
  241. background-size: 100% 100%;
  242. height: 15px;
  243. }
  244. .jiaoyanBtn{
  245. border:1px solid #4dcd70;
  246. border-radius: 15px;
  247. width: 90px;
  248. text-align: center;
  249. color: #4dcd70;
  250. font-size: 14px;
  251. height: 28px;
  252. line-height: 28px;
  253. float: right;
  254. margin-top: 1px;
  255. }
  256. .input-bcard{
  257. font-size: 14px;
  258. padding-left: 20px;
  259. padding-right: 20px;
  260. color:#999999;
  261. line-height: 32px;
  262. width: calc(100vw - 125px);
  263. }
  264. .w-calc-220{
  265. width: calc(100vw - 220px);
  266. }
  267. /*我的就诊卡包*/
  268. /*候诊查询*/
  269. .top-div{
  270. padding: 15px 10px;
  271. }
  272. .jiuzhen .top-div{
  273. background: #4DCD70;
  274. border-top-left-radius: 5px;
  275. border-top-right-radius: 5px;
  276. }
  277. .jiancha{}
  278. .jiancha .top-div{
  279. background: #FF9526;
  280. border-top-left-radius: 5px;
  281. border-top-right-radius: 5px;
  282. }
  283. .waitingDoctorList:after {
  284. content: '';
  285. height:100px;
  286. width: 180px;
  287. background: url(../images/paiduipeitu_img.png) no-repeat;
  288. background-size: 180px 96px;
  289. background-position: 50%;
  290. margin-left: -90px;
  291. position: fixed;
  292. left: 50%;
  293. bottom: 100px;
  294. z-index: -1;
  295. }
  296. /*候诊查询*/