refund.wxss 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434
  1. /* components/order/refund.wxss */
  2. .title {
  3. font-size: 40rpx;
  4. text-align: center;
  5. margin: 20rpx 0;
  6. font-weight: 900;
  7. }
  8. .content {
  9. box-sizing: border-box;
  10. padding: 0 50rpx;
  11. }
  12. .list {
  13. font-size: 14px;
  14. display: flex;
  15. align-items: center;
  16. }
  17. .list .star{
  18. margin-top: -12%;
  19. }
  20. .li{
  21. height: 1500rpx;
  22. }
  23. .type{
  24. margin-top: 32rpx;
  25. margin-bottom: 32rpx;
  26. }
  27. .round {
  28. display: inline-block;
  29. font-size: 14px;
  30. font-weight: 900;
  31. margin-right: 10rpx;
  32. /* width: 5rpx;
  33. height: 14rpx;
  34. line-height: 14rpx; */
  35. }
  36. .round2 {
  37. position: relative;
  38. top: -20rpx;
  39. }
  40. .round3 {
  41. position: relative;
  42. top: -20rpx;
  43. }
  44. .content {
  45. font-size: 14px;
  46. }
  47. .example {
  48. font-size: 14px;
  49. line-height: 40rpx;
  50. box-sizing: border-box;
  51. padding: 0 50rpx;
  52. margin-top:10px;
  53. /* margin-bottom: 100rpx; */
  54. }
  55. .sure {
  56. left: 0;
  57. width: 100%;
  58. background-color: var(--themeColor);
  59. color: black;
  60. height: 80rpx;
  61. text-align: center;
  62. line-height: 80rpx;
  63. }
  64. .btns{
  65. position: absolute;
  66. bottom: 0;
  67. width: calc(100% - 120rpx);
  68. padding: 10rpx 60rpx;
  69. background: #fff;
  70. z-index: 10002;
  71. box-shadow: 0 -2rpx 5rpx rgba(0,0,0,.2);
  72. }
  73. .caseTwo {
  74. margin-top: 40rpx;
  75. margin-bottom: 100rpx;
  76. }
  77. .father{
  78. height: 500rpx;
  79. max-height: max-content;
  80. overflow-y: auto;
  81. height: 100%;
  82. font-size: 28rpx;
  83. background: #F5F5F4;
  84. }
  85. .example2{
  86. /* margin-bottom: 30rpx; */
  87. box-sizing: border-box;
  88. padding-bottom: 100rpx;
  89. margin-top: 20rpx;
  90. padding: 0 50rpx 100rpx 50rpx;
  91. }
  92. .sku-container {
  93. max-height: -webkit-max-content;
  94. max-height: max-content;
  95. overflow-y: auto;
  96. /* height: 986rpx; */
  97. height: 100%;
  98. font-size: 28rpx;
  99. background: #F5F5F4;
  100. /* padding-bottom: 80rpx; */
  101. }
  102. .militaryTip{
  103. margin-top: 20rpx;
  104. color: #ee3a43;
  105. }
  106. .check-box{
  107. padding: 20rpx 20rpx 0;
  108. display: flex;
  109. align-items: center;
  110. }
  111. .friend-share-tip{
  112. padding: 0 20rpx;
  113. line-height: 2;
  114. background: #EE3A43;
  115. color: #fff;
  116. position: absolute;
  117. top: 0;
  118. width: 100%;
  119. z-index: 1000;
  120. }
  121. .sku-container .m-top40{
  122. margin-top: 40rpx;
  123. }
  124. .column-title{
  125. color:#878787;
  126. line-height: 2;
  127. }
  128. .nave{
  129. text-align: center;
  130. }
  131. .sku-column{
  132. padding-bottom: 30rpx;
  133. margin-bottom: 20rpx;
  134. border-bottom: 1rpx solid #c7c8c9;
  135. }
  136. .sku-column-body{
  137. display: flex;
  138. flex-direction: row;
  139. flex-wrap:wrap;
  140. font-size: 24rpx;
  141. }
  142. .sku-column-body .sku-package{
  143. width: calc(100%/3 - 20rpx);
  144. margin-top: 20rpx;
  145. padding: 0 10rpx;
  146. text-align: center;
  147. }
  148. .sku-column-body .sku-sessions{
  149. width: calc(50% - 40rpx);
  150. margin-top: 20rpx;
  151. padding: 0 20rpx;
  152. text-align: center;
  153. }
  154. .sku-sessions-box{
  155. /* background: #c8c9cc; */
  156. border: 1rpx solid #C7C8C9;
  157. padding: 10rpx 0;
  158. border-radius: 15rpx;
  159. line-height: 1.5;
  160. font-weight: 700;
  161. position: relative;
  162. }
  163. .flex-box{
  164. height: 70rpx;
  165. display: flex;
  166. flex-direction: column;
  167. justify-content: center;
  168. }
  169. .sku-header {
  170. margin-left: 30rpx;
  171. }
  172. .sku__goods-name{
  173. margin-bottom: 20rpx;
  174. font-size: 32rpx;
  175. }
  176. .sku-header__goods-info {
  177. box-sizing: border-box;
  178. padding: 20rpx 120rpx 20rpx 0rpx;
  179. overflow: hidden;
  180. border-bottom: 2rpx solid #ebedf0;
  181. }
  182. /* .alternate{
  183. position: absolute;
  184. top: -16rpx;
  185. right: -10rpx;
  186. font-size: 18rpx;
  187. line-height: 20rpx;
  188. padding: 0 8rpx;
  189. border: 1rpx solid #f44;
  190. border-radius: 10rpx;
  191. border-bottom-left-radius: 0;
  192. color: #EE3A43;
  193. font-weight: 700;
  194. background: #fff;
  195. } */
  196. .ellipsis {
  197. overflow: hidden;
  198. white-space: nowrap;
  199. text-overflow: ellipsis;
  200. }
  201. .van-sku__quota{color: #EE3A43;}
  202. .sku__goods-price {
  203. margin-top: 20rpx;
  204. color: #f44;
  205. vertical-align: middle;
  206. }
  207. .sku-body{
  208. overflow-y: scroll;
  209. padding-bottom: 270rpx;
  210. }
  211. .sku-group-container {
  212. margin-left: 30rpx;
  213. padding: 24rpx 0 4rpx;
  214. border-bottom: 2rpx solid #ebedf0;
  215. }
  216. .sku-row {
  217. margin: 0 30rpx 20rpx 0;
  218. }
  219. .sku-row__title {
  220. padding-bottom: 20rpx;
  221. }
  222. .sku-row__item {
  223. background: #f6f5f5;
  224. color: #333;
  225. border: 0 none;
  226. border-radius: 16rpx;
  227. line-height: 36rpx;
  228. display: inline-block;
  229. box-sizing: border-box;
  230. min-width: 104rpx;
  231. height: 56rpx;
  232. margin: 0 20rpx 20rpx 0;
  233. padding: 10rpx 18rpx;
  234. font-size: 24rpx;
  235. text-align: center;
  236. position: relative;
  237. }
  238. .sku-row__item--disabled {
  239. border-color: #ebedf0;
  240. color: #c8c9cc;
  241. }
  242. .sku-column-body .sku-sessions .sku-row__item--active,.sku-column-body .sku-package .sku-row__item--active {
  243. color: #fff;
  244. background: #f44;
  245. border: #ee3a43;
  246. }
  247. .sku-column-body .sku-row__item--active .sessions-title{
  248. color: #fff;
  249. }
  250. .sku-column-body .sku-sessions .sku-row__item--active .sessions-status{
  251. color: #fff;
  252. border: 1px solid #fff;
  253. }
  254. .sku-column-quota{
  255. display: flex;
  256. flex-direction: row;
  257. justify-content: space-between;
  258. align-items: center;
  259. margin-bottom: 20rpx;
  260. }
  261. .sku-stepper-stock {
  262. margin-left: 30rpx;
  263. padding: 24rpx 0;
  264. }
  265. .sku-stepper-container {
  266. height: 60rpx;
  267. margin-right: 40rpx;
  268. }
  269. .sku__stepper-title {
  270. float: left;
  271. line-height: 60rpx;
  272. }
  273. .sku__stepper {
  274. float: right;
  275. }
  276. .stepper {
  277. font-size: 0;
  278. -webkit-user-select: none;
  279. user-select: none;
  280. display: flex;
  281. }
  282. .sku__stock {
  283. margin-right: 20rpx;
  284. color: #969799;
  285. }
  286. .stepper__minus,.stepper__plus{
  287. width: 44rpx;
  288. height: 44rpx;
  289. border: 1px solid #EE3A43;
  290. border-radius: 50%;
  291. position: relative;
  292. }
  293. .stepper__plus{
  294. background: #EE3A43;
  295. }
  296. .stepper__minus::before,.stepper__plus::before{
  297. content: '';
  298. width: 30rpx;
  299. height: 2rpx;
  300. background: #EE3A43;
  301. position: absolute;
  302. top:21rpx;
  303. left: 7rpx;
  304. }
  305. .stepper__plus::after{
  306. content: '';
  307. width: 2rpx;
  308. height: 30rpx;
  309. position: absolute;
  310. top:7rpx;
  311. left: 21rpx;
  312. }
  313. .stepper__plus::before,.stepper__plus::after{
  314. background: white;
  315. }
  316. .stepper__minus__diabled,.stepper__plus__diabled{
  317. background:white;
  318. border:1px solid gray;
  319. }
  320. .stepper__minus__diabled::before,
  321. .stepper__plus__diabled::before,
  322. .stepper__plus__diabled::after{
  323. background: gray;
  324. }
  325. .stepper__input{
  326. box-sizing: border-box;
  327. width: 64rpx;
  328. height: 48rpx;
  329. margin: 0 4rpx;
  330. padding: 0;
  331. color: #323233;
  332. font-size: 28rpx;
  333. line-height: 48rpx;
  334. text-align: center;
  335. vertical-align: middle;
  336. border: 0;
  337. border-width: 2rpx 0;
  338. border-radius: 0;
  339. -webkit-appearance: none;
  340. }
  341. .button.button-warn{
  342. background: #EE3A43;
  343. color: white;
  344. font-size: 32rpx;
  345. }
  346. .bottom-btns-box{
  347. position: absolute;
  348. bottom: 0;
  349. width: calc(100% - 120rpx);
  350. padding:10rpx 60rpx;
  351. background: #fff;
  352. z-index: 10002;
  353. box-shadow: 0 -2rpx 5rpx rgba(0,0,0,.2);
  354. }
  355. .sku-box-top {
  356. margin-top: 20rpx;
  357. border-top-left-radius: 20rpx;
  358. border-top-right-radius: 20rpx;
  359. padding: 20rpx;
  360. background: #fff;
  361. padding-bottom: 120rpx;
  362. }
  363. .sessions-status{
  364. border: 1rpx solid #C7C8C9;
  365. padding: 0 10rpx;
  366. border-radius: 20rpx;
  367. font-size: 22rpx;
  368. }
  369. .meals-status{
  370. font-size: 22rpx;
  371. }
  372. .identify{
  373. position: absolute;
  374. top: -20rpx;
  375. border-radius: 20rpx;
  376. font-size: 20rpx;
  377. font-weight: 500;
  378. }
  379. .attr-r{
  380. padding: 0 10rpx;
  381. right: -20rpx;
  382. border-bottom-left-radius: 0;
  383. border: 4rpx solid #ebedf0;
  384. background: #969799;
  385. color: #fff;
  386. }
  387. .attr-l{
  388. background: #FEF5F5;
  389. color:#ee3a43;
  390. border:4rpx solid #fff;
  391. width: 30rpx;
  392. height: 30rpx;
  393. line-height: 30rpx;
  394. left: -10rpx;
  395. }
  396. .sessions-title{
  397. color: #717071;
  398. }
  399. .presell-price-view{
  400. display: flex;
  401. flex-direction: column;
  402. }
  403. /* 场次状态 */
  404. .sku-sessions .full ,.sku-package .full{
  405. background: #EDEDEE;
  406. color: #C7C8C9;
  407. }
  408. .full .sessions-title{
  409. color: #C7C8C9;
  410. }
  411. .sku-sessions .sale{
  412. color: #717071;
  413. }
  414. .sku-sessions .sale .sessions-status{
  415. color: #07BB98;
  416. border: 1px solid #07BB98;
  417. }
  418. .sku-sessions .few-quota{
  419. color: #717071;
  420. }
  421. .sku-sessions .few-quota .sessions-status{
  422. color: #ee3a43;
  423. border: 1px solid #ee3a43;
  424. }
  425. .sku-sessions .alternate,.sku-package .alternate{
  426. color: #C7C8C9;
  427. }
  428. .alternate .sessions-title{
  429. color: #C7C8C9;
  430. }