pay.wxss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. .pay-address {
  2. position: relative;
  3. width: 100%;
  4. background-color: #fff;
  5. padding: 30rpx 20rpx 15rpx;
  6. box-sizing: border-box;
  7. }
  8. .pay-arrowR {
  9. position: absolute;
  10. top: 50rpx;
  11. right: 10rpx;
  12. width: 35rpx;
  13. height: 35rpx;
  14. display: block;
  15. }
  16. .pay-font {
  17. width: 660rpx;
  18. line-height: 30rpx;
  19. font-size: 28rpx;
  20. color: #4c4c4c;
  21. margin-bottom: 24rpx;
  22. }
  23. .pay-border {
  24. width: 100%;
  25. height: 2rpx;
  26. display: block;
  27. margin-bottom: 15rpx;
  28. }
  29. .pay-project {
  30. width: 100%;
  31. background-color: #fff;
  32. padding: 20rpx;
  33. box-sizing: border-box;
  34. }
  35. .pay-project-content {
  36. position: relative;
  37. width: 100%;
  38. background-color: #fcfcfc;
  39. }
  40. .pay-project-img {
  41. display: block;
  42. width: 200rpx;
  43. height: 200rpx;
  44. float: left;
  45. }
  46. .pay-project-info {
  47. float: left;
  48. width: 480rpx;
  49. font-size: 24rpx;
  50. margin-left: 20rpx;
  51. margin-top: 12rpx;
  52. }
  53. .pay-project-title {
  54. /*display: block;*/
  55. /*height: 60rpx;*/
  56. -webkit-line-clamp: 2;
  57. }
  58. .pay-project-spec {
  59. display: block;
  60. color: #bbb;
  61. line-height: 36rpx;
  62. margin-top: 16rpx;
  63. }
  64. .pay-project-price {
  65. display: block;
  66. color: #eab86a;
  67. margin-top: 25rpx;
  68. }
  69. .pay-project-price .pay-gray {
  70. color: #bbb;
  71. }
  72. .pay-count {
  73. margin-top: 40rpx;
  74. margin-bottom: 20rpx;
  75. }
  76. .pay-count-word {
  77. display: block;
  78. height: 66rpx;
  79. line-height: 66rpx;
  80. float: left;
  81. font-size: 28rpx;
  82. color: #4c4c4c;
  83. }
  84. .pay-count-select {
  85. float: right;
  86. height: 66rpx;
  87. }
  88. .pay-count-select button {
  89. width: 60rpx;
  90. height: 66rpx;
  91. color: #999;
  92. font-size: 28rpx;
  93. text-align: center;
  94. padding: 0;
  95. display: inline-block;
  96. }
  97. .pay-count-select button:first-child {
  98. border-top-right-radius: 0;
  99. border-bottom-right-radius: 0;
  100. }
  101. .pay-count-select button:last-child {
  102. border-top-left-radius: 0;
  103. border-bottom-left-radius: 0;
  104. }
  105. .pay-count-select button:after {
  106. border-radius: 0;
  107. }
  108. .pay-count-select input {
  109. width: 154rpx;
  110. height: 66rpx;
  111. background-color: #ddd;
  112. color: #4c4c4c;
  113. font-size: 28rpx;
  114. text-align: center;
  115. display: inline-block;
  116. }
  117. .pay-title {
  118. display: block;
  119. width: 100%;
  120. height: 50rpx;
  121. line-height: 50rpx;
  122. font-size: 24rpx;
  123. color: #bbb;
  124. text-align: center;
  125. border-bottom: 1rpx solid #ddd;
  126. }
  127. .pay-module {
  128. width: 100%;
  129. background-color: #fff;
  130. margin-top: 20rpx;
  131. }
  132. .pay-integral {
  133. margin-top: 30rpx;
  134. margin-bottom: 30rpx;
  135. }
  136. .pay-integral-info {
  137. width: 646rpx;
  138. font-size: 28rpx;
  139. color: #4c4c4c;
  140. margin-left: 20rpx;
  141. }
  142. .pay-integral .block {
  143. display: block;
  144. }
  145. .pay-integral .red {
  146. color: #eab86a;
  147. }
  148. .pay-integral .gray {
  149. color: #bbb;
  150. }
  151. .pay-checked {
  152. margin-right: 20rpx;
  153. margin-top: 30rpx;
  154. }
  155. .pay-mb {
  156. margin-bottom: 18rpx;
  157. }
  158. .pay-icon {
  159. width: 60rpx;
  160. height: 60rpx;
  161. vertical-align: middle;
  162. display: inline-block;
  163. margin-right: 20rpx;
  164. }
  165. .pay-payway {
  166. width: 100%;
  167. padding: 0 20rpx;
  168. box-sizing: border-box;
  169. font-size: 28rpx;
  170. color: #4c4c4c;
  171. }
  172. .pay-payway-item {
  173. width: 100%;
  174. height: 100rpx;
  175. line-height: 100rpx;
  176. border-bottom: 1rpx solid #f3f3f3;
  177. }
  178. .pay-balance-cash {
  179. color: #bbb;
  180. }
  181. .pay-circle {
  182. position: relative;
  183. width: 44rpx;
  184. height: 44rpx;
  185. background-color: #eee;
  186. display: inline-block;
  187. border-radius: 50%;
  188. vertical-align: middle;
  189. margin-left: 20rpx;
  190. }
  191. .pay-select {
  192. position: absolute;
  193. top: 7rpx;
  194. left: 7rpx;
  195. width: 30rpx;
  196. height: 30rpx;
  197. background-color: #eab86a;
  198. display: inline-block;
  199. border-radius: 50%;
  200. }
  201. .pay-footer {
  202. position: fixed;
  203. bottom: 0;
  204. left: 0;
  205. right: 0;
  206. z-index: 1;
  207. }
  208. .pay-footer-bar {
  209. width: 100%;
  210. height: 88rpx;
  211. line-height: 44rpx;
  212. }
  213. .pay-footer-item {
  214. float: left;
  215. display: block;
  216. width: 65%;
  217. height: 88rpx;
  218. line-height: 88rpx;
  219. background-color: #fff;
  220. color: #bbbbbb;
  221. font-size: 28rpx;
  222. padding-left: 20rpx;
  223. box-sizing: border-box;
  224. border-top: 1rpx solid #f3f3f3;
  225. }
  226. .pay-footer-item .red {
  227. color: #eab86a;
  228. }
  229. .pay-payway-item:last-child {
  230. border-bottom: none;
  231. }
  232. .pay-footer-item2 {
  233. float: right;
  234. display: block;
  235. width: 35%;
  236. height: 88rpx;
  237. line-height: 88rpx;
  238. }
  239. .pay-footer-botton {
  240. display: block;
  241. width: 100%;
  242. height: 100%;
  243. line-height: 88rpx;
  244. background-color: #eab86a;
  245. color: #fff;
  246. font-size: 28rpx;
  247. text-align: center;
  248. }
  249. .pay-mt {
  250. margin-bottom: 108rpx;
  251. }
  252. .pay-address-add {
  253. text-align: center;
  254. font-size: 28rpx;
  255. color: #999;
  256. line-height: 90rpx;
  257. }
  258. .product-count {
  259. color: #4c4c4c;
  260. margin-top:25rpx;
  261. }
  262. .product-info {
  263. position: absolute;
  264. bottom: 10rpx;
  265. width: 490rpx;
  266. }
  267. .pay-dialog {
  268. position: absolute;
  269. top: 0;
  270. width: 100%;
  271. height: 100%;
  272. background: rgba(0,0,0,0.4);
  273. z-index: 99;
  274. }
  275. .pay-panel {
  276. position: fixed;
  277. left: 50%;
  278. top: 20%;
  279. width: 580rpx;
  280. margin-left: -290rpx;
  281. background-color: #fff;
  282. z-index: 100;
  283. }
  284. .pay-panel-title {
  285. font-size: 32rpx;
  286. color: #4c4c4c;
  287. text-align: center;
  288. margin-top: 48rpx;
  289. }
  290. .pay-panel-input {
  291. width: 500rpx;
  292. height: 100rpx;
  293. background-color: #f7f7f7;
  294. border: 1px solid #cccccc;
  295. font-size: 28rpx;
  296. color: #bbb;
  297. margin: 60rpx auto 40rpx;
  298. display: block;
  299. text-align: center;
  300. }
  301. .pay-panel-footer {
  302. width: 100%;
  303. height: 100rpx;
  304. border-top: 1rpx solid #dddddd;
  305. }
  306. .pay-panel-footer text {
  307. display: inline-block;
  308. width: 50%;
  309. height: 100rpx;
  310. text-align: center;
  311. font-size: 28rpx;
  312. box-sizing: border-box;
  313. line-height: 100rpx;
  314. }
  315. .pay-panel-cancel {
  316. border-right: 1rpx solid #dddddd;
  317. color: #4c4c4c;
  318. }
  319. .pay-panel-confirm {
  320. color: #eab86a;
  321. }
  322. .modal-mask {
  323. width: 100%;
  324. height: 100%;
  325. position: fixed;
  326. top: 0;
  327. left: 0;
  328. background: #000;
  329. opacity: 0.3;
  330. overflow: hidden;
  331. z-index: 9000;
  332. color: #fff;
  333. }
  334. .modal-dialog {
  335. width: 540rpx;
  336. overflow: hidden;
  337. position: fixed;
  338. top: 35%;
  339. left: 0;
  340. z-index: 9999;
  341. background: #f9f9f9;
  342. margin: -180rpx 105rpx;
  343. border-radius: 4rpx;
  344. }
  345. .modal-title {
  346. padding-top: 30rpx;
  347. font-size: 24rpx;
  348. color: #535353;
  349. text-align: center;
  350. }
  351. .modal-content {
  352. padding: 50rpx 32rpx;
  353. }
  354. .modal-content1 {
  355. padding: 30rpx 32rpx 40rpx;
  356. }
  357. .modal-span{
  358. text-align: center;
  359. width: 100%;
  360. margin-top: 40rpx;
  361. /* margin-bottom: 10rpx; */
  362. margin-bottom: 28rpx;
  363. /* font-size: 24rpx; */
  364. font-size: 33rpx;
  365. color: #4c4c4c;
  366. }
  367. .modal-span1{
  368. text-align: center;
  369. width: 100%;
  370. /* margin-top: 40rpx; */
  371. /* font-size: 24rpx; */
  372. font-size: 33rpx;
  373. color: #4c4c4c;
  374. }
  375. .modal-count{
  376. color: #eab86a;
  377. }
  378. .modal-footer {
  379. display: flex;
  380. flex-direction: row;
  381. height: 86rpx;
  382. border-top: 1rpx solid #dedede;
  383. font-size: 34rpx;
  384. line-height: 86rpx;
  385. }
  386. .modal-footer1 {
  387. /* display: flex;
  388. flex-direction: row; */
  389. /* height: 86rpx; */
  390. border-top: 1rpx solid #dedede;
  391. font-size: 34rpx;
  392. /* line-height: 86rpx; */
  393. }
  394. .btn-cancel {
  395. width: 100%;
  396. color: #666;
  397. text-align: center;
  398. /* border-right: 1px solid #dedede; */
  399. font-size: 28rpx;
  400. height: 86rpx;
  401. line-height: 86rpx;
  402. }
  403. .btn-confirm {
  404. width: 100%;
  405. color: #eab86a;
  406. text-align: center;
  407. font-size: 28rpx;
  408. height: 86rpx;
  409. line-height: 86rpx;
  410. border-bottom: 1rpx solid #dedede;
  411. }
  412. .yunfei{
  413. padding: 15px;
  414. background-color: #FFFFFF;
  415. font-size: 14px;
  416. text-align: right;
  417. color:#4c4c4c;
  418. }