payment.css 5.3 KB

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