onlinepay.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. .mod-title {
  2. text-align: center;
  3. border-top: 1px solid #ddd;
  4. border-bottom: 1px solid #ddd;
  5. background: #fff
  6. }
  7. .ico_log {
  8. display: inline-block;
  9. width: 130px;
  10. height: 38px;
  11. vertical-align: middle;
  12. margin-right: 7px
  13. }
  14. .ico-1 {
  15. background: url("../img/logo_alipay.jpg") no-repeat;
  16. background-size:cover;
  17. }
  18. .ico-2 {
  19. background: url("../img/logo_weixin.jpg") no-repeat;
  20. }
  21. .ico-3 {
  22. background: url("../img/logo_weixin.jpg") no-repeat;
  23. background-size:cover;
  24. margin-top: 5px;
  25. margin-bottom: 5px;
  26. }
  27. .ico-4 {
  28. background: url("../img/logo_alipay.jpg") no-repeat;
  29. background-size:cover;
  30. margin-top: 5px;
  31. margin-bottom: 5px;
  32. }
  33. .mod-title .text {
  34. font-size: 20px;
  35. color: #333;
  36. font-weight: bold;
  37. vertical-align: middle
  38. }
  39. .timeOut{
  40. font-family: "微软雅黑";
  41. font-size: 15px;
  42. margin: 5px 0;
  43. padding-bottom: 2px;
  44. letter-spacing: 2px;
  45. color: #3ec742;
  46. }
  47. .mod-ct {
  48. min-width: 300px;
  49. max-width: 640px;
  50. margin: 0 auto;
  51. margin-top: 15px;
  52. margin-bottom: 15px;
  53. padding-bottom: 10px;
  54. background: #fff url("../img/wave.png") top center repeat-x;
  55. text-align: center;
  56. color: #333;
  57. border: 1px solid #e5e5e5;
  58. border-top: none
  59. }
  60. .mod-ct .order {
  61. font-size: 20px;
  62. padding-top: 10px
  63. }
  64. .mod-ct .amount {
  65. font-size: 18px;
  66. margin-top: 10px;
  67. margin-bottom: 20px;
  68. }
  69. .mod-ct .amount2 {
  70. font-size: 25px;
  71. }
  72. .moneySize{
  73. font-size: 20px;
  74. color: #f00;
  75. }
  76. .mod-ct .qr-image {
  77. margin-top: 30px
  78. }
  79. .mod-ct .qr-image img {
  80. width: 230px;
  81. height: 230px
  82. }
  83. .mod-ct .detail {
  84. margin-top: 10px;
  85. padding-top: 0px;
  86. padding-bottom: 10px;
  87. }
  88. .mod-ct .detail .arrow .ico-arrow {
  89. display: inline-block;
  90. width: 20px;
  91. height: 11px;
  92. background: url("../img/wechat-pay.png") -25px -100px no-repeat
  93. }
  94. .mod-ct .detail .detail-ct {
  95. display: none;
  96. font-size: 12px;
  97. text-align: right;
  98. line-height: 28px
  99. }
  100. .mod-ct .detail .detail-ct dt {
  101. float: left
  102. }
  103. .mod-ct .detail-open {
  104. border-top: 1px solid #e5e5e5
  105. }
  106. .mod-ct .detail .arrow {
  107. padding: 6px 34px;
  108. border: 1px solid #e5e5e5
  109. }
  110. .mod-ct .detail .arrow .ico-arrow {
  111. display: inline-block;
  112. width: 20px;
  113. height: 11px;
  114. background: url("../img/wechat-pay.png") -25px -100px no-repeat
  115. }
  116. .mod-ct .detail-open .arrow .ico-arrow {
  117. display: inline-block;
  118. width: 20px;
  119. height: 11px;
  120. background: url("../img/wechat-pay.png") 0 -100px no-repeat
  121. }
  122. .mod-ct .detail-open .detail-ct {
  123. display: block
  124. }
  125. .mod-ct .tip {
  126. margin-top: 20px;
  127. border-top: 1px dashed #e5e5e5;
  128. padding: 10px 0;
  129. position: relative
  130. }
  131. .mod-ct .tip .ico-scan {
  132. display: inline-block;
  133. width: 56px;
  134. height: 55px;
  135. background: url("../img/wechat-pay.png") 0 0 no-repeat;
  136. vertical-align: middle;
  137. *display: inline;
  138. *zoom: 1
  139. }
  140. .mod-ct .tip .tip-text {
  141. display: inline-block;
  142. vertical-align: middle;
  143. text-align: left;
  144. margin-left: 23px;
  145. font-size: 16px;
  146. line-height: 28px;
  147. *display: inline;
  148. *zoom: 1
  149. }
  150. .mod-ct .tip .dec {
  151. display: inline-block;
  152. width: 22px;
  153. height: 45px;
  154. background: url("../img/wechat-pay.png") 0 -55px no-repeat;
  155. position: absolute;
  156. top: -23px
  157. }
  158. .mod-ct .tip .dec-left {
  159. background-position: 0 -55px;
  160. left: -136px
  161. }
  162. .mod-ct .tip .dec-right {
  163. background-position: -25px -55px;
  164. right: -136px
  165. }
  166. .foot {
  167. text-align: center;
  168. margin: 30px auto;
  169. color: #888888;
  170. font-size: 12px;
  171. line-height: 20px;
  172. font-family: "simsun"
  173. }
  174. .copyRight {
  175. text-align: center;
  176. color: #888888;
  177. margin-bottom: 1px;
  178. }
  179. .copyRight a {
  180. color: #888888;
  181. }
  182. h1 {
  183. font-family: "微软雅黑";
  184. font-size: 12px;
  185. margin: 5px 0;
  186. padding-bottom: 2px;
  187. }
  188. .time-item strong {
  189. background: #3ec742;
  190. color: #fff;
  191. line-height: 25px;
  192. font-size: 15px;
  193. font-family: Arial;
  194. padding: 0 10px;
  195. margin-right: 10px;
  196. border-radius: 5px;
  197. box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  198. }
  199. .item-title {
  200. background: none;
  201. line-height: 25px;
  202. font-size: 24px;
  203. padding: 0 10px;
  204. float: left;
  205. }
  206. .paybtn{
  207. display: inline-block;
  208. width: 100%;
  209. height: 80px;
  210. vertical-align: middle;
  211. padding-top: 10%;
  212. margin-right: 7px
  213. }
  214. .submit_alipay {
  215. font-size:16px;
  216. font-family:Arial;
  217. font-weight:normal;
  218. -moz-border-radius:5px;
  219. -webkit-border-radius:5px;
  220. border-radius:5px;
  221. border:1px solid #84bbf3;
  222. padding:9px 76px;
  223. text-decoration:none;
  224. background:-moz-linear-gradient( center top, #79bbff 105%, #378de5 0% );
  225. background:-ms-linear-gradient( top, #79bbff 105%, #378de5 0% );
  226. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
  227. background:-webkit-gradient( linear, left top, left bottom, color-stop(105%, #79bbff), color-stop(0%, #378de5) );
  228. background-color:#79bbff;
  229. color:#ffffff;
  230. display:inline-block;
  231. text-shadow:1px 1px 0px #528ecc;
  232. -webkit-box-shadow: 0px 0px 0px 0px #bbdaf7;
  233. -moz-box-shadow: 0px 0px 0px 0px #bbdaf7;
  234. box-shadow: 0px 0px 0px 0px #bbdaf7;
  235. }.submit_alipay:active {
  236. position:relative;
  237. top:1px;
  238. }
  239. .btn {
  240. display: inline-block;
  241. padding: 6px 12px;
  242. margin-bottom: 0;
  243. font-size: 14px;
  244. font-weight: normal;
  245. line-height: 1.42857143;
  246. text-align: center;
  247. width:80%;
  248. white-space: nowrap;
  249. vertical-align: middle;
  250. cursor: pointer;
  251. -webkit-user-select: none;
  252. -moz-user-select: none;
  253. -ms-user-select: none;
  254. user-select: none;
  255. background-image: none;
  256. border: 1px solid transparent;
  257. border-radius: 4px;
  258. }
  259. .btn:focus,
  260. .btn:active:focus,
  261. .btn.active:focus {
  262. outline: thin dotted;
  263. outline: 5px auto -webkit-focus-ring-color;
  264. outline-offset: -2px;
  265. }
  266. .btn:hover,
  267. .btn:focus {
  268. color: #333;
  269. text-decoration: none;
  270. }
  271. .btn:active,
  272. .btn.active {
  273. background-image: none;
  274. outline: 0;
  275. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  276. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  277. }
  278. .btn.disabled,
  279. .btn[disabled],
  280. fieldset[disabled] .btn {
  281. pointer-events: none;
  282. cursor: not-allowed;
  283. filter: alpha(opacity=65);
  284. -webkit-box-shadow: none;
  285. box-shadow: none;
  286. opacity: .65;
  287. }
  288. .btn-primary {
  289. color: #fff;
  290. background-color: #428bca;
  291. border-color: #357ebd;
  292. }
  293. .btn-primary:hover,
  294. .btn-primary:focus,
  295. .btn-primary:active,
  296. .btn-primary.active,
  297. .open > .dropdown-toggle.btn-primary {
  298. color: #fff;
  299. background-color: #3071a9;
  300. border-color: #285e8e;
  301. }
  302. .btn-primary:active,
  303. .btn-primary.active,
  304. .open > .dropdown-toggle.btn-primary {
  305. background-image: none;
  306. }
  307. .btn-primary .badge {
  308. color: #428bca;
  309. background-color: #fff;
  310. }
  311. .f-bold{
  312. font-weight: bold;
  313. font-size: 18px;
  314. margin-bottom: 10px;
  315. }
  316. /* This css button was generated by css-button-generator.com */
  317. @media screen and (max-width: 768px) {
  318. /*body,.body {*/
  319. /*max-width: 100%;*/
  320. /*min-width: 100%;*/
  321. /*min-height: 100%;*/
  322. /*width: 100%;*/
  323. /*}*/
  324. /*.mod-title {*/
  325. /*height: 18rem;*/
  326. /*line-height: 18rem;*/
  327. /*}*/
  328. /*.ico_log {*/
  329. /*width: 40%;*/
  330. /*height: 12rem;*/
  331. /*margin-top: 3rem;*/
  332. /*}*/
  333. }
  334. .n-wx-zfb{
  335. }