pay.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .app-content {
  21. min-height: calc(100vh - 20rpx);
  22. padding-top: 20rpx;
  23. }
  24. .tabs-wrap {
  25. position: fixed;
  26. top: 0;
  27. width: 100%;
  28. height: 80rpx;
  29. line-height: 80rpx;
  30. text-align: center;
  31. background-color: #fff;
  32. font-size: 30rpx;
  33. box-shadow: 4rpx 4rpx 10rpx #eee;
  34. }
  35. .pay-wrap .logo-wrap {
  36. padding-top: 70rpx;
  37. padding-bottom: 60rpx;
  38. text-align: center;
  39. }
  40. .pay-wrap .logo-wrap .logo-img {
  41. width: 120rpx;
  42. margin: 0 auto 20rpx;
  43. border-radius: 50%;
  44. }
  45. .pay-wrap .logo-wrap .logo-img ._img {
  46. border-radius: 50%;
  47. }
  48. .pay-wrap .pay-input-wrap {
  49. background-color: #fff;
  50. border-top-left-radius: 20rpx;
  51. border-top-right-radius: 20rpx;
  52. padding: 50rpx 80rpx 28rpx;
  53. margin-bottom: 0 !important;
  54. }
  55. .pay-wrap .pay-input-wrap .balance {
  56. margin-top: 30rpx;
  57. color: #666666;
  58. }
  59. .pay-wrap .pay-input-wrap .btn-wrap {
  60. width: 100%;
  61. margin-top: 64rpx;
  62. }
  63. .pay-wrap .pay-input-wrap .btn-wrap .button-com {
  64. display: block;
  65. margin-bottom: 20rpx;
  66. padding-top: 30rpx;
  67. padding-bottom: 30rpx;
  68. }
  69. .tit-bg_box {
  70. color: #999999;
  71. font-size: 24rpx;
  72. font-weight: 400;
  73. padding: 30rpx;
  74. background-color: #F0F2F6;
  75. }
  76. .delivery-wrap .module-com {
  77. margin-bottom: 20rpx;
  78. background-color: #fff;
  79. }
  80. .delivery-wrap .module-com .module-tit {
  81. padding: 20rpx 18rpx;
  82. font-size: 28rpx;
  83. font-weight: 600;
  84. border-bottom: 1rpx solid #eee;
  85. }
  86. .delivery-wrap .module-com .module-det {
  87. padding: 0 30rpx;
  88. }
  89. .delivery-wrap .pay-input-wrap {
  90. padding: 50rpx 36rpx 38rpx;
  91. }
  92. .delivery-wrap .pay-input-wrap .balance {
  93. margin-top: 30rpx;
  94. color: #666666;
  95. }
  96. .delivery-wrap .shop-logo-wrap {
  97. padding-bottom: 20rpx;
  98. display: -webkit-box;
  99. display: flex;
  100. display: -webkit-flex;
  101. -webkit-box-align: center;
  102. -webkit-align-items: center;
  103. align-items: center;
  104. -webkit-box-pack: center;
  105. -webkit-justify-content: center;
  106. justify-content: center;
  107. }
  108. .delivery-wrap .shop-logo-wrap .logo-img {
  109. width: 120rpx;
  110. border-radius: 50%;
  111. margin: 10rpx auto;
  112. }
  113. .delivery-wrap .shop-logo-wrap .logo-img ._img {
  114. border-radius: 50%;
  115. }
  116. .delivery-wrap .discount-wrap .module-det {
  117. padding-top: 20rpx;
  118. padding-bottom: 20rpx;
  119. }
  120. .delivery-wrap .none-name-delivery {
  121. padding: 26rpx 30rpx;
  122. margin-bottom: 20rpx;
  123. background-color: #fff;
  124. }
  125. .delivery-wrap .none-name-delivery .none-name-text {
  126. margin-left: 14rpx;
  127. color: #666666;
  128. }
  129. .delivery-wrap .btn-wrap {
  130. width: calc(100% - 60rpx);
  131. margin: 64rpx auto 0;
  132. padding-bottom: 20rpx;
  133. }
  134. .delivery-wrap .btn-wrap .button-com {
  135. display: block;
  136. margin-bottom: 20rpx;
  137. padding-top: 30rpx;
  138. padding-bottom: 30rpx;
  139. }
  140. .delivery-wrap .btn-wrap .button-com:last-child {
  141. margin-bottom: 0;
  142. }
  143. .delivery-wrap .view-more {
  144. width: 100%;
  145. padding-bottom: 20rpx;
  146. margin-bottom: 20rpx;
  147. font-size: 28rpx;
  148. display: -webkit-box;
  149. display: flex;
  150. display: -webkit-flex;
  151. -webkit-box-align: center;
  152. -webkit-align-items: center;
  153. align-items: center;
  154. -webkit-box-pack: center;
  155. -webkit-justify-content: center;
  156. justify-content: center;
  157. background-color: #fff;
  158. color: #3385ff;
  159. }
  160. .delivery-wrap .view-more .view-more-text {
  161. z-index: 200;
  162. margin-right: 14rpx;
  163. }
  164. .delivery-wrap .view-more ._i {
  165. font-size: 30rpx;
  166. font-weight: 600;
  167. }
  168. .delivery-wrap .view-more.open ._i {
  169. -webkit-transform: rotate(180deg);
  170. transform: rotate(180deg);
  171. }