mch-detail.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. @charset "UTF-8";
  2. .text-center.data-v-add6c7b0 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-add6c7b0 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-add6c7b0 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-add6c7b0 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-add6c7b0 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-add6c7b0 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-add6c7b0 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-add6c7b0 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-add6c7b0 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .mch-detail.data-v-add6c7b0 {
  39. width: 750rpx;
  40. background-color: #f7f7f7;
  41. padding: 0 24rpx;
  42. box-sizing: border-box;
  43. }
  44. .mch-detail .title.data-v-add6c7b0 {
  45. font-size: 28rpx;
  46. color: #999999;
  47. box-sizing: border-box;
  48. padding: 32rpx 0 24rpx 0;
  49. }
  50. .mch-detail .information.data-v-add6c7b0 {
  51. width: 702rpx;
  52. border-radius: 16rpx;
  53. background-color: white;
  54. padding: 32rpx 24rpx 32rpx 32rpx;
  55. box-sizing: border-box;
  56. }
  57. .mch-detail .information .line.data-v-add6c7b0 {
  58. width: 646rpx;
  59. font-size: 28rpx;
  60. }
  61. .mch-detail .information .line .label.data-v-add6c7b0 {
  62. width: 168rpx;
  63. text-align: left;
  64. color: #999999;
  65. }
  66. .mch-detail .information .line .label > view.data-v-add6c7b0 {
  67. display: inline-block;
  68. }
  69. .mch-detail .information .line .label .icon.data-v-add6c7b0 {
  70. width: 26rpx;
  71. height: 26rpx;
  72. margin-right: 8rpx;
  73. }
  74. .mch-detail .information .line .label.have-icon.data-v-add6c7b0 {
  75. height: 52rpx;
  76. line-height: 52rpx;
  77. }
  78. .mch-detail .information .line .expression.data-v-add6c7b0 {
  79. color: #353535;
  80. width: 478rpx;
  81. }
  82. .mch-detail .information .line .expression .input.data-v-add6c7b0 {
  83. color: #353535;
  84. width: 460rpx;
  85. }
  86. .mch-detail .information .line .expression .image.data-v-add6c7b0 {
  87. width: 150rpx;
  88. height: 150rpx;
  89. border-radius: 8rpx;
  90. margin: 0 10rpx 10rpx 0;
  91. }
  92. .mch-detail .information .line .break-word.data-v-add6c7b0 {
  93. word-wrap: break-word;
  94. }
  95. .mch-detail .information .line-margin.data-v-add6c7b0 {
  96. margin-bottom: 28rpx;
  97. }
  98. .mch-detail .button.data-v-add6c7b0 {
  99. width: 702rpx;
  100. height: 80rpx;
  101. margin: 24rpx 12rpx;
  102. }
  103. .mch-detail .button.fixed.data-v-add6c7b0 {
  104. position: fixed;
  105. bottom: 0;
  106. left: 0;
  107. z-index: 999;
  108. }
  109. .mch-detail .button > view.data-v-add6c7b0 {
  110. width: 346rpx;
  111. height: 80rpx;
  112. line-height: 80rpx;
  113. text-align: center;
  114. border-radius: 40rpx;
  115. font-size: 28rpx;
  116. }
  117. .mch-detail .button .fail.data-v-add6c7b0 {
  118. background-color: #e2e2e2;
  119. color: #353535;
  120. }
  121. .mch-detail .button .by.data-v-add6c7b0 {
  122. background-color: #446dfd;
  123. color: white;
  124. }
  125. .mch-detail .model.data-v-add6c7b0 {
  126. position: fixed;
  127. z-index: 1600;
  128. width: 100%;
  129. height: 100%;
  130. top: 0;
  131. left: 0;
  132. background-color: rgba(0, 0, 0, 0.3);
  133. }
  134. .mch-detail .model .top.data-v-add6c7b0 {
  135. margin-top: 40rpx;
  136. margin-bottom: 32rpx;
  137. color: #353535;
  138. font-size: 32rpx;
  139. text-align: center;
  140. }
  141. .mch-detail .model .content.data-v-add6c7b0 {
  142. width: calc(100% - 64rpx);
  143. margin: 0 32rpx;
  144. }
  145. .mch-detail .model .buttons.data-v-add6c7b0 {
  146. width: 100%;
  147. border-top: 1rpx solid #e2e2e2;
  148. margin-top: 32rpx;
  149. }
  150. .mch-detail .model .buttons .but.data-v-add6c7b0 {
  151. width: calc(50% - 1rpx);
  152. height: 88rpx;
  153. line-height: 88rpx;
  154. font-size: 32rpx;
  155. text-align: center;
  156. }
  157. .mch-detail .model .buttons .line.data-v-add6c7b0 {
  158. width: 2rpx;
  159. height: 32rpx;
  160. background-color: #e2e2e2;
  161. }
  162. .mch-detail .model .buttons .cancel.data-v-add6c7b0 {
  163. color: #666666;
  164. }
  165. .mch-detail .model .buttons .confirm.data-v-add6c7b0 {
  166. color: #446dfd;
  167. }
  168. .mch-detail .model .refuse.data-v-add6c7b0 {
  169. width: 620rpx;
  170. position: absolute;
  171. top: 50%;
  172. left: 50%;
  173. -webkit-transform: translate(-50%, -50%);
  174. transform: translate(-50%, -50%);
  175. border-radius: 16rpx;
  176. background-color: white;
  177. }
  178. .mch-detail .model .refuse .content.data-v-add6c7b0 {
  179. border-radius: 16rpx;
  180. border: 1rpx solid #e2e2e2;
  181. height: 300rpx;
  182. padding: 24rpx 32rpx;
  183. box-sizing: border-box;
  184. }
  185. .mch-detail .model .refuse .textarea.data-v-add6c7b0 {
  186. width: 492rpx;
  187. height: 252rpx;
  188. font-size: 28rpx;
  189. color: #80848f;
  190. }
  191. .mch-detail .model .by.data-v-add6c7b0 {
  192. width: 620rpx;
  193. position: absolute;
  194. top: 50%;
  195. left: 50%;
  196. -webkit-transform: translate(-50%, -50%);
  197. transform: translate(-50%, -50%);
  198. border-radius: 16rpx;
  199. background-color: white;
  200. }
  201. .mch-detail .model .by .content.data-v-add6c7b0 {
  202. font-size: 32rpx;
  203. color: #353535;
  204. text-align: center;
  205. }