index.rpx.scss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. .page{
  2. background: #F7F7F7;
  3. border-top: 1px solid #F7F7F7 ;
  4. }
  5. .centent{
  6. padding: 0 32rpx;
  7. }
  8. .btn{
  9. height: 84rpx;
  10. background: #FFE05C;
  11. border-radius: 54rpx;
  12. margin: 32rpx 0;
  13. font-size: 28rpx;
  14. font-family: PingFangSC-Regular, PingFang SC;
  15. font-weight: 400;
  16. color: #333333;
  17. line-height: 84rpx;
  18. text-align: center;
  19. }
  20. .noUse{
  21. margin: 32rpx 0;
  22. font-size: 28rpx;
  23. font-family: PingFangSC-Regular, PingFang SC;
  24. font-weight: 400;
  25. color: #333333;
  26. line-height: 40rpx;
  27. }
  28. .row-list{
  29. width: 686rpx;
  30. min-height: 188rpx;
  31. margin-top: 24rpx;
  32. background: #FFFFFF;
  33. //background-image: url('/static/coupon/u210.png');
  34. //background-repeat: no-repeat;
  35. //background-size: cover;
  36. overflow: hidden;
  37. border-radius: 20rpx;
  38. }
  39. .h-text{
  40. width: 200rpx;
  41. min-height: 188rpx;
  42. background: #FFE05C;
  43. }
  44. .h-center-content{
  45. width: 298rpx;
  46. min-height: 188rpx;
  47. }
  48. .h-right-content{
  49. width: 188rpx;
  50. min-height: 188rpx;
  51. }
  52. .money{
  53. height: 52rpx;
  54. font-size: 36rpx;
  55. font-family: DINAlternate-Bold, DINAlternate;
  56. font-weight: bold;
  57. color: #333333;
  58. line-height: 52rpx;
  59. text-align: center;
  60. }
  61. .desc{
  62. height: 36rpx;
  63. font-size: 20rpx;
  64. font-family: PingFangSC-Regular, PingFang SC;
  65. font-weight: 400;
  66. color: #333333;
  67. line-height: 36rpx;
  68. text-align: center;
  69. }
  70. .h-value{
  71. font-size: 28rpx;
  72. font-family: PingFangSC-Medium, PingFang SC;
  73. font-weight: bold;
  74. color: #333333;
  75. line-height: 44rpx;
  76. margin-top: 24rpx;
  77. margin-left: 24rpx;
  78. }
  79. .title{
  80. font-size: 20rpx;
  81. font-family: PingFangSC-Regular, PingFang SC;
  82. font-weight: 400;
  83. color: #999999;
  84. line-height: 36rpx;
  85. margin-left: 24rpx;
  86. }
  87. .h-btn-value-use{
  88. width: 156rpx;
  89. height: 64rpx;
  90. background: #93D21A;
  91. border-radius: 32rpx;
  92. font-size: 24rpx;
  93. font-family: PingFangSC-Regular, PingFang SC;
  94. font-weight: 400;
  95. color: #FFFFFF;
  96. line-height: 64rpx;
  97. text-align: center;
  98. }
  99. .h-btn-img{
  100. width: 136rpx;
  101. height: 136rpx;
  102. }
  103. .row-list:first-child{
  104. margin-top: 0;
  105. }
  106. .btn{
  107. width: 156rpx;
  108. height: 64rpx;
  109. background: #93D21A;
  110. border-radius: 32rpx;
  111. font-size: 24rpx;
  112. font-family: PingFangSC-Regular, PingFang SC;
  113. font-weight: 400;
  114. color: #FFFFFF;
  115. line-height: 64rpx;
  116. text-align: center;
  117. }
  118. .payView{
  119. height: 400rpx;
  120. background: #FFFFFF;
  121. box-shadow: 0rpx -4rpx 8rpx 0rpx rgba(0,0,0,0.03);
  122. border-radius: 24rpx 24rpx 0rpx 0rpx;
  123. padding: 24rpx 32rpx;
  124. z-index: 100;
  125. }
  126. .payType{
  127. font-size: 32rpx;
  128. font-family: PingFangSC-Medium, PingFang SC;
  129. font-weight: bord;
  130. color: #111111;
  131. line-height: 48rpx;
  132. }
  133. .x{
  134. width: 35rpx;
  135. height: 35rpx;
  136. border-radius: 18rpx;
  137. }
  138. .payTitle{
  139. font-size: 24rpx;
  140. font-family: PingFangSC-Regular, PingFang SC;
  141. font-weight: 400;
  142. color: #666666;
  143. line-height: 40rpx;
  144. margin-top: 8rpx;
  145. }
  146. .payItem{
  147. background: #FAFAFA;
  148. border-radius: 20rpx;
  149. padding: 34rpx 32rpx;
  150. margin-top: 32rpx;
  151. }
  152. .payName{
  153. margin-left: 24rpx;
  154. }
  155. .balance{
  156. font-size: 24rpx;
  157. font-family: PingFangSC-Regular, PingFang SC;
  158. font-weight: 400;
  159. color: #999999;
  160. line-height: 40rpx;
  161. }
  162. .commitBtn{
  163. width: 686rpx;
  164. height: 108rpx;
  165. background: #FFE05C;
  166. border-radius: 60rpx;
  167. margin-top: 32rpx;
  168. font-size: 32rpx;
  169. font-family: PingFangSC-Medium, PingFang SC;
  170. font-weight: bold;
  171. color: #111111;
  172. line-height: 108rpx;
  173. text-align: center;
  174. }
  175. .empty{
  176. margin-top: 80rpx;
  177. width: 300rpx;
  178. }
  179. .emptyText{
  180. font-size: 28rpx;
  181. color: #8f939c;
  182. margin-top: 20rpx;
  183. }
  184. .btnTitle{
  185. font-size: 24rpx;
  186. font-weight: 400;
  187. color: #333333;
  188. line-height: 50px;
  189. background: #FFFFFF;
  190. padding-left: 32rpx;
  191. }
  192. .remark{
  193. width: 646rpx;
  194. font-size: 25rpx;
  195. line-height: 40rpx;
  196. background: #FFFFFF;
  197. border-radius: 20rpx;
  198. padding: 20rpx;
  199. text-indent: 2em;
  200. color: #999999;
  201. }
  202. .addService {
  203. width: 750rpx;
  204. background: #FFFFFF;
  205. padding: 24rpx 0;
  206. border-radius: 24rpx 24rpx 0rpx 0rpx;
  207. }
  208. .popupTitle {
  209. height: 44rpx;
  210. font-size: 32rpx;
  211. font-weight: 600;
  212. color: #333333;
  213. line-height: 44rpx;
  214. margin-left: 34rpx;
  215. }
  216. .scrollY {
  217. height: 504rpx;
  218. margin-top: 34rpx;
  219. margin-bottom: 24rpx;
  220. }
  221. .cancelButton {
  222. width: 332rpx;
  223. height: 80rpx;
  224. background: #F5F5F5;
  225. border-radius: 54rpx;
  226. text-align: center;
  227. line-height: 80rpx;
  228. font-size: 28rpx;
  229. font-weight: 400;
  230. color: #666666;
  231. }
  232. .confirmButton {
  233. width: 332rpx;
  234. height: 80rpx;
  235. background: #FFE05C;
  236. border-radius: 54rpx;
  237. text-align: center;
  238. line-height: 80rpx;
  239. font-size: 28rpx;
  240. font-weight: 400;
  241. color: #333333;
  242. }
  243. .vBackGround {
  244. background: rgba(255, 224, 92, 0.1);
  245. border: 4rpx solid #FFE05C;
  246. box-sizing: border-box;
  247. }
  248. .objectImage {
  249. width: 108rpx;
  250. height: 108rpx;
  251. border-radius: 56rpx;
  252. border: 2rpx solid #FFFFFF;
  253. margin-top: 24rpx;
  254. margin-left: 24rpx;
  255. }
  256. .objectItem {
  257. width: 686rpx;
  258. height: 160rpx;
  259. background: #FAFAFA;
  260. border-radius: 16rpx;
  261. margin-left: 32rpx;
  262. position: relative;
  263. margin-top: 24rpx;
  264. }
  265. .objectName {
  266. height: 160rpx;
  267. font-size: 32rpx;
  268. font-weight: 600;
  269. color: #111111;
  270. line-height: 160rpx;
  271. margin-left: 24rpx;
  272. }
  273. .vImage {
  274. position: absolute;
  275. top: 0;
  276. right: 0;
  277. width: 32rpx;
  278. height: 32rpx;
  279. }