refund.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. @charset "UTF-8";
  2. .text-center.data-v-05a09f05 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-05a09f05 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-05a09f05 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-05a09f05 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-05a09f05 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-05a09f05 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-05a09f05 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-05a09f05 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-05a09f05 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .refund-box.data-v-05a09f05 {
  39. position: absolute;
  40. width: 100%;
  41. height: 100%;
  42. padding: 24rpx;
  43. }
  44. .refund-box .goods-info.data-v-05a09f05 {
  45. background: #ffffff;
  46. border-radius: 16rpx;
  47. padding: 28rpx;
  48. margin-bottom: 24rpx;
  49. }
  50. .refund-box .upload-box.data-v-05a09f05 {
  51. background: #ffffff;
  52. border-radius: 16rpx;
  53. padding: 28rpx;
  54. display: -webkit-box;
  55. display: -webkit-flex;
  56. display: flex;
  57. -webkit-box-orient: vertical;
  58. -webkit-box-direction: normal;
  59. -webkit-flex-direction: column;
  60. flex-direction: column;
  61. margin-top: 24rpx;
  62. }
  63. .refund-box .upload-box .label.data-v-05a09f05 {
  64. font-size: 28rpx;
  65. color: #353535;
  66. margin-bottom: 20rpx;
  67. }
  68. .refund-box .content.data-v-05a09f05 {
  69. margin-top: 24rpx;
  70. padding: 0 28rpx;
  71. background: #ffffff;
  72. border-radius: 16rpx;
  73. display: -webkit-box;
  74. display: -webkit-flex;
  75. display: flex;
  76. -webkit-box-orient: vertical;
  77. -webkit-box-direction: normal;
  78. -webkit-flex-direction: column;
  79. flex-direction: column;
  80. }
  81. .refund-box .content .content-item.data-v-05a09f05 {
  82. display: -webkit-box;
  83. display: -webkit-flex;
  84. display: flex;
  85. height: 88rpx;
  86. -webkit-box-align: center;
  87. -webkit-align-items: center;
  88. align-items: center;
  89. border-bottom: 1rpx solid #e2e2e2;
  90. }
  91. .refund-box .content .content-item .label.data-v-05a09f05 {
  92. font-size: 28rpx;
  93. color: #353535;
  94. width: 152rpx;
  95. }
  96. .refund-box .content .content-item .text.data-v-05a09f05 {
  97. color: #353535;
  98. font-size: 28rpx;
  99. -webkit-box-flex: 1;
  100. -webkit-flex-grow: 1;
  101. flex-grow: 1;
  102. }
  103. .refund-box .content .content-item .price-text.data-v-05a09f05 {
  104. color: #ff4544;
  105. }
  106. .refund-box .content .content-item .price-label.data-v-05a09f05 {
  107. font-size: 28rpx;
  108. color: #ff4544;
  109. }
  110. .refund-box .content .content-item.data-v-05a09f05:last-child {
  111. border-bottom: 0;
  112. }
  113. .refund-box .content .select-box.data-v-05a09f05 {
  114. display: -webkit-box;
  115. display: -webkit-flex;
  116. display: flex;
  117. -webkit-box-align: center;
  118. -webkit-align-items: center;
  119. align-items: center;
  120. width: 100%;
  121. }
  122. .refund-box .content .select-box .select-label.data-v-05a09f05 {
  123. font-size: 28rpx;
  124. width: 100%;
  125. white-space: nowrap;
  126. text-overflow: ellipsis;
  127. overflow: hidden;
  128. display: inline-block;
  129. text-align: right;
  130. }
  131. .refund-box .content .select-box .no-active.data-v-05a09f05 {
  132. color: #999999;
  133. }
  134. .refund-box .content .select-box .active.data-v-05a09f05 {
  135. color: #353535;
  136. }
  137. .refund-box .content .select-box .arrow-right.data-v-05a09f05 {
  138. width: 12rpx;
  139. height: 22rpx;
  140. margin-left: 16rpx;
  141. }
  142. .btn-box.data-v-05a09f05 {
  143. position: fixed;
  144. bottom: 0;
  145. width: 100%;
  146. padding: 24rpx;
  147. background: #f7f7f7;
  148. z-index: 999;
  149. }
  150. .btn-box .btn.data-v-05a09f05 {
  151. border-radius: 40rpx;
  152. height: 80rpx;
  153. background: #ff4544;
  154. padding: 24rpx 0;
  155. color: #ffffff;
  156. font-size: 32rpx;
  157. }