shop.scss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. .save_box{
  2. height: 40rpx;
  3. padding:0 20rpx;
  4. background: linear-gradient(226deg, #FFE9C2 0%, #FFCD81 100%);
  5. display: flex;
  6. align-items: center;
  7. justify-content: center;
  8. border-radius: 4rpx;
  9. margin-left:20rpx;
  10. color:#CE7E06;
  11. font-weight: bold;
  12. }
  13. .big_price{
  14. text{
  15. color:$base-color;
  16. font-weight: bold;
  17. }
  18. text:first-child{
  19. font-size:28rpx;
  20. margin-right:4rpx;
  21. }
  22. text:last-child{
  23. font-size:44rpx;
  24. }
  25. }
  26. //底部固定的按钮
  27. .fixed_btn {
  28. width: 100%;
  29. height: 100rpx;
  30. background: $base-line-bg;
  31. position: fixed;
  32. bottom: 0;
  33. left: 0;
  34. font-size: 32rpx;
  35. color: #fff;
  36. letter-spacing: 6rpx;
  37. display: flex;
  38. justify-content: center;
  39. align-items: center;
  40. }
  41. //安全保障绿色框
  42. .safe_box {
  43. width: 690rpx;
  44. margin: 20rpx auto;
  45. font-size: 30rpx;
  46. background: linear-gradient(274deg, #edfdf3 0%, #e1f6e9 100%);
  47. border-radius: 24rpx;
  48. padding: 20rpx 30rpx;
  49. text {
  50. font-weight: bold;
  51. }
  52. .iconfont {
  53. color: #349e08;
  54. margin-right: 20rpx;
  55. font-weight: normal;
  56. vertical-align: 2rpx;
  57. }
  58. }
  59. //金额
  60. .total {
  61. font-size: 32rpx;
  62. text {
  63. font-weight: bold;
  64. color: $base-color;
  65. }
  66. text:first-child {
  67. font-size: 28rpx;
  68. margin-right: 5rpx;
  69. }
  70. }
  71. .flexV {
  72. display: flex;
  73. align-items: center;
  74. }
  75. .flexT {
  76. display: flex;
  77. justify-content: flex-start;
  78. vertical-align: flex-start;
  79. }
  80. .flexC {
  81. display: flex;
  82. align-items: center;
  83. justify-content: center;
  84. }
  85. .flexS {
  86. display: flex;
  87. align-items: center;
  88. justify-content: flex-start;
  89. }
  90. .flexSS {
  91. display: flex;
  92. align-items: flex-start;
  93. justify-content: flex-start;
  94. }
  95. .flexE {
  96. display: flex;
  97. align-items: center;
  98. justify-content: flex-end;
  99. }
  100. .flexA {
  101. display: flex;
  102. justify-content: space-around;
  103. align-items: center;
  104. }
  105. .flexB {
  106. display: flex;
  107. justify-content: space-between;
  108. align-items: center;
  109. }
  110. .flexBS {
  111. display: flex;
  112. justify-content: space-between;
  113. align-items: flex-start;
  114. }
  115. .flexCC {
  116. display: flex;
  117. flex-direction: column;
  118. justify-content: center;
  119. align-items: center;
  120. }
  121. view,
  122. text {
  123. color: #333;
  124. }
  125. .safeguard {
  126. font-size: 24rpx;
  127. width: 140rpx;
  128. text-align: center;
  129. height: 46rpx;
  130. line-height: 46rpx;
  131. color: #999;
  132. background: #f8f8f8;
  133. margin-top: 16rpx;
  134. border-radius: 8rpx;
  135. box-sizing: border-box;
  136. }
  137. .gray {
  138. font-size: 28rpx;
  139. color: #999;
  140. margin-right: 10rpx;
  141. }
  142. .block {
  143. width: 750rpx;
  144. height: 20rpx;
  145. background-color: #f9f9fb;
  146. }
  147. //复制按钮
  148. .copy_btn {
  149. width: 100rpx;
  150. text-align: center;
  151. height: 50rpx;
  152. line-height: 50rpx;
  153. font-size: 28rpx;
  154. display: inline-block;
  155. background: $base-line-bg;
  156. border-radius: 24rpx;
  157. color: #fff;
  158. margin-left: 30rpx;
  159. }
  160. .copy_new_btn{
  161. width: 72rpx;
  162. text-align: center;
  163. height: 45rpx;
  164. line-height: 45rpx;
  165. background: #FFF4F3;
  166. color:$base-color;
  167. margin-left:15rpx;
  168. font-weight: bold;
  169. }
  170. .audit_btn,
  171. .base_btn,
  172. .cancel_btn {
  173. width: 176rpx;
  174. height: 68rpx;
  175. border-radius: 34rpx;
  176. font-size: 28rpx;
  177. color: #fff;
  178. margin-left: 15rpx;
  179. display: flex;
  180. align-items: center;
  181. justify-content: center;
  182. }
  183. .base_btn {
  184. background: $base-line-bg;
  185. }
  186. .cancel_btn {
  187. border: 2rpx solid #cccccc;
  188. color: #333;
  189. }
  190. //待审核按钮
  191. .audit_btn {
  192. background: linear-gradient(90deg, #ffbf63 0%, #fc8924 100%);
  193. }
  194. .after_btn {
  195. width: 192rpx;
  196. height: 68rpx;
  197. background: #fff4f3;
  198. opacity: 1;
  199. border-radius: 34rpx;
  200. color: $base-color;
  201. text-align: center;
  202. line-height: 68rpx;
  203. }
  204. //查询按钮
  205. .search_btn {
  206. width: 124rpx;
  207. height: 64rpx;
  208. text-align: center;
  209. line-height: 64rpx;
  210. background: $base-line-bg;
  211. font-size: 28rpx;
  212. color: #fff;
  213. border-radius: 44rpx;
  214. }
  215. //提交按钮
  216. .sub_btn {
  217. width: 530rpx;
  218. margin: 0 auto;
  219. height: 88rpx;
  220. background: $base-line-bg;
  221. opacity: 1;
  222. border-radius: 44rpx;
  223. color: #fff;
  224. text-align: center;
  225. line-height: 88rpx;
  226. font-size: 32rpx;
  227. }
  228. .search_inp {
  229. width: 540rpx;
  230. }
  231. .iconxuanzhong {
  232. color: $base-color;
  233. }
  234. .iconfont {
  235. vertical-align: middle;
  236. }
  237. //无数据时显示
  238. .noData {
  239. width: 100%;
  240. text-align: center;
  241. margin-top: 15vh;
  242. .default {
  243. width: 485rpx;
  244. height: 351rpx;
  245. }
  246. image {
  247. width: 485rpx;
  248. height: 351rpx;
  249. }
  250. view {
  251. margin-top: 40rpx;
  252. }
  253. }
  254. //一年零一天,不满意退钱
  255. .one_year {
  256. padding: 5rpx 20rpx;
  257. background: #fff4f3;
  258. color: $base-color;
  259. border-radius: 8rpx;
  260. margin: 15rpx 0;
  261. font-size: 28rpx;
  262. display: flex;
  263. justify-content: center;
  264. align-items: center;
  265. }
  266. //助手支付弹窗
  267. .helper_pop {
  268. width: 100vw;
  269. height: 100vh;
  270. background-color: rgba(0, 0, 0, 0.7);
  271. position: fixed;
  272. top: 0;
  273. left: 0;
  274. display: flex;
  275. align-items: center;
  276. justify-content: center;
  277. z-index:9999;
  278. .pop_con {
  279. width: 598rpx;
  280. background: #fff;
  281. border-radius: 24rpx;
  282. padding: 30rpx;
  283. box-sizing: border-box;
  284. display: flex;
  285. align-items: center;
  286. justify-content: center;
  287. flex-direction: column;
  288. image {
  289. width: 80rpx;
  290. height: 80rpx;
  291. }
  292. .con {
  293. padding: 30rpx 0;
  294. font-size: 32rpx;
  295. color: #333;
  296. font-weight: bold;
  297. }
  298. .close_btn {
  299. width: 430rpx;
  300. height: 88rpx;
  301. text-align: center;
  302. line-height: 88rpx;
  303. background: linear-gradient(93deg, #a080ff 0%, #5d6bff 100%);
  304. opacity: 1;
  305. border-radius: 44rpx;
  306. color: #fff;
  307. }
  308. }
  309. }