설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pay.css 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. .page-main {
  2. background: #f5f5f5
  3. }
  4. .hide {
  5. display: none !important
  6. }
  7. .ir {
  8. display: block;
  9. text-align: left;
  10. text-indent: -9999em;
  11. overflow: hidden
  12. }
  13. .ndash,
  14. .sep {
  15. margin: 0 .25em;
  16. font-family: sans-serif
  17. }
  18. .page-main .section {
  19. padding: 30px 48px;
  20. margin-bottom: 30px;
  21. background-color: #fff;
  22. color: #424242
  23. }
  24. .page-main .section h2,
  25. .page-main .section h3,
  26. .page-main .section li,
  27. .page-main .section p {
  28. margin: 0;
  29. padding: 0
  30. }
  31. .page-main .section li,
  32. .page-main .section ul {
  33. list-style: none
  34. }
  35. .page-main .money {
  36. color: #ff6700;
  37. font-size: 14px
  38. }
  39. .page-main .money em {
  40. font-style: normal;
  41. font-size: 24px
  42. }
  43. .page-main .payment-header {
  44. margin-bottom: 15px
  45. }
  46. .page-main .payment-header .title {
  47. float: left;
  48. font-size: 16px;
  49. color: #616161;
  50. font-weight: bold;
  51. }
  52. .page-main .payment-header .desc {
  53. float: left;
  54. margin-left: 10px;
  55. margin-top: 6px;
  56. font-size: 12px;
  57. color: #b0b0b0
  58. }
  59. .page-main .payment-box {
  60. margin-bottom: 30px
  61. }
  62. .page-main .payment-list {
  63. padding: 0;
  64. overflow: hidden
  65. }
  66. .page-main .payment-list li {
  67. float: left;
  68. width: 130px;
  69. height: 50px;
  70. margin: 0 30px 20px 0;
  71. padding: 5px 10px;
  72. border: 1px solid #efefef;
  73. text-align: center;
  74. position: relative;
  75. overflow: hidden;
  76. cursor: pointer;
  77. }
  78. .page-main .payment-list li img {
  79. width: 100%;
  80. height: 100%;
  81. vertical-align: unset;
  82. }
  83. .page-main .payment-list li:hover, .page-main .payment-list li.active {
  84. border-color: rgba(255,150,0,0.4)
  85. }
  86. .page-main .payment-list li.active:before {
  87. position: absolute;
  88. content: "";
  89. right: 0;
  90. bottom: 0;
  91. color: #FF7600;
  92. width: 0;
  93. height: 0;
  94. border-bottom: 30px solid #FF7600;
  95. border-left: 30px solid transparent;
  96. z-index: 10;
  97. }
  98. .page-main .payment-list li i {
  99. position: absolute;
  100. right: 2px;
  101. bottom: 2px;
  102. color: #fff;
  103. z-index: 12;
  104. display: none;
  105. }
  106. .page-main .payment-list li.active i {
  107. display: block;
  108. }
  109. .page-main .payment-list li input {
  110. display: none
  111. }
  112. .page-main .payment-list .tab-active:hover {
  113. border-color: #e0e0e0;
  114. border-bottom-color: #fff
  115. }
  116. .page-main .payment-list .selected {
  117. border-color: #ff6700
  118. }
  119. .page-main .event-desc {
  120. width: 894px;
  121. background-color: #fafafa;
  122. padding: 20px;
  123. border: 1px solid #e0e0e0;
  124. font-size: 12px;
  125. line-height: 2;
  126. position: relative
  127. }
  128. .page-main .event-desc p {
  129. margin: 0;
  130. color: #757575
  131. }
  132. .page-main .event-desc .more {
  133. position: absolute;
  134. right: 20px;
  135. bottom: 20px
  136. }
  137. .page-main {
  138. padding: 38px 0
  139. }
  140. .page-main .section-order {
  141. padding-left: 183px;
  142. position: relative
  143. }
  144. .page-main .section-order .icon-right {
  145. width: 80px;
  146. height: 80px;
  147. line-height: 80px;
  148. position: absolute;
  149. top: 40px;
  150. left: 50px;
  151. font-size: 80px;
  152. color: #83c44e;
  153. text-align: center;
  154. border: 2px solid #83c44e;
  155. border-radius: 42px;
  156. overflow: hidden
  157. }
  158. .page-main .order-info {
  159. padding: 20px 0
  160. }
  161. .page-main .order-info .fl {
  162. float: left
  163. }
  164. .page-main .order-info .fr {
  165. float: right;
  166. text-align: right
  167. }
  168. .page-main .order-info .title {
  169. margin-bottom: 10px;
  170. font-size: 24px;
  171. font-weight: 400;
  172. line-height: 36px
  173. }
  174. .page-main .order-info .order-time {
  175. color: #616161;
  176. margin-bottom: 5px;
  177. line-height: 2
  178. }
  179. .page-main .order-info .order-time span.pay-time-tip {
  180. margin: 0 5px;
  181. color: #ff6700
  182. }
  183. .page-main .order-info .order-time .beta {
  184. cursor: pointer;
  185. color: #b0b0b0
  186. }
  187. .page-main .order-info .post-info {
  188. color: #616161;
  189. -webkit-transition: height .3s ease;
  190. transition: height .3s ease
  191. }
  192. .page-main .order-info .post-info-hide {
  193. visibility: hidden
  194. }
  195. .page-main .order-info .total {
  196. margin-bottom: 10px;
  197. color: #757575
  198. }
  199. .page-main .order-info .show-detail .iconfont {
  200. font-size: 24px;
  201. vertical-align: middle;
  202. position: relative;
  203. top: -2px
  204. }
  205. .page-main .order-detail {
  206. height: 0;
  207. overflow: hidden;
  208. -webkit-transition: height .3s;
  209. transition: height .3s
  210. }
  211. .page-main .order-detail ul {
  212. padding: 20px 0 0 0;
  213. margin-top: 10px;
  214. border-top: 1px solid #e0e0e0
  215. }
  216. .page-main .order-detail li {
  217. line-height: 24px;
  218. margin-bottom: 8px;
  219. color: #333
  220. }
  221. .page-main .order-detail .label {
  222. float: left;
  223. width: 85px
  224. }
  225. .page-main .order-detail .content {
  226. float: left
  227. }
  228. .page-main .order-detail .content span {
  229. display: block
  230. }
  231. .page-main .order-detail .order-num {
  232. color: #ff6700
  233. }
  234. .confirm-pay .cash-title {
  235. height: 50px;
  236. margin-bottom: 30px;
  237. border-bottom: 1px solid #e0e0e0;
  238. font-size: 18px
  239. }
  240. .confirm-pay .cash-title .money {
  241. margin-left: 10px
  242. }
  243. .confirm-pay .cash-title .no-selected {
  244. display: block
  245. }
  246. .confirm-pay .cash-title-selected .no-selected,
  247. .confirm-pay .cash-title .is-selected {
  248. display: none
  249. }
  250. .confirm-pay .cash-title-selected .is-selected {
  251. display: block
  252. }
  253. .modal-alert-pay {
  254. text-align: center
  255. }
  256. .modal-alert-pay h3 {
  257. margin: 40px 0 20px;
  258. font-size: 30px;
  259. font-weight: 400;
  260. line-height: 50px;
  261. color: #424242
  262. }
  263. .breadcrumbs {
  264. height: 40px;
  265. font-size: 12px;
  266. line-height: 40px;
  267. background: #f5f5f5;
  268. color: #757575
  269. }
  270. .breadcrumbs a {
  271. color: #757575
  272. }
  273. .breadcrumbs a:hover {
  274. color: #ff6700
  275. }
  276. .breadcrumbs .sep {
  277. margin: 0 .5em;
  278. color: #b0b0b0
  279. }
  280. .footer-detail {
  281. padding: 20px 24px;
  282. background-color: #fff;
  283. border-top: 2px solid #f5f5f5
  284. }
  285. .footer-detail .handle-action {
  286. float: right
  287. }
  288. .footer-detail .handle-action .btn {
  289. float: right;
  290. margin-left: 30px;
  291. vertical-align: top;
  292. display: inline-block;
  293. width: 158px;
  294. height: 38px;
  295. padding: 0;
  296. margin: 0;
  297. color: #fff;
  298. border: 1px solid #b0b0b0;
  299. font-size: 14px;
  300. line-height: 38px;
  301. text-align: center;
  302. cursor: pointer;
  303. -webkit-transition: all .4s;
  304. transition: all .4s;
  305. }