region-detail.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. @charset "UTF-8";
  2. .text-center.data-v-4f4f5bbe {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-4f4f5bbe {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-4f4f5bbe {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-4f4f5bbe {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-4f4f5bbe {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-4f4f5bbe {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-4f4f5bbe {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-4f4f5bbe {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-4f4f5bbe {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .info.data-v-4f4f5bbe {
  39. position: relative;
  40. z-index: 10;
  41. width: 702rpx;
  42. margin: 94rpx auto 0;
  43. border-radius: 16rpx;
  44. background-color: #fff;
  45. font-size: 32rpx;
  46. color: #353535;
  47. padding: 98rpx 40rpx 0;
  48. }
  49. .info .avatar.data-v-4f4f5bbe {
  50. width: 140rpx;
  51. height: 140rpx;
  52. border-radius: 70rpx;
  53. border: 4rpx solid #fff;
  54. position: absolute;
  55. top: -70rpx;
  56. left: 50%;
  57. margin-left: -70rpx;
  58. }
  59. .info .form-item.data-v-4f4f5bbe {
  60. margin-bottom: 26rpx;
  61. }
  62. .info .form-item.change-item.data-v-4f4f5bbe {
  63. padding: 28rpx 0;
  64. border-top: 2rpx solid #e2e2e2;
  65. margin-bottom: 0;
  66. position: relative;
  67. }
  68. .info .form-item.change-item .item-content.data-v-4f4f5bbe {
  69. width: 390rpx;
  70. }
  71. .info .form-item.data-v-4f4f5bbe:first-of-type {
  72. border-top: 0;
  73. }
  74. .info .form-item .more.data-v-4f4f5bbe {
  75. position: absolute;
  76. right: 0;
  77. top: 42rpx;
  78. width: 22rpx;
  79. height: 12rpx;
  80. }
  81. .info .form-item .label.data-v-4f4f5bbe {
  82. color: #999999;
  83. width: 170rpx;
  84. -webkit-flex-shrink: 0;
  85. flex-shrink: 0;
  86. }
  87. .info .form-item .item-content.data-v-4f4f5bbe {
  88. width: 450rpx;
  89. }
  90. .info .form-item .item-content .placeholder.data-v-4f4f5bbe {
  91. margin: 0 10rpx;
  92. }
  93. .info .to-change.data-v-4f4f5bbe {
  94. height: 94rpx;
  95. line-height: 94rpx;
  96. width: 622rpx;
  97. margin: 0 auto;
  98. border-top: 2rpx solid #e2e2e2;
  99. text-align: center;
  100. color: #446dfd;
  101. font-size: 28rpx;
  102. }
  103. .button.data-v-4f4f5bbe {
  104. width: 702rpx;
  105. height: 80rpx;
  106. margin: 80rpx 12rpx;
  107. }
  108. .button > view.data-v-4f4f5bbe {
  109. width: 346rpx;
  110. height: 80rpx;
  111. line-height: 80rpx;
  112. text-align: center;
  113. border-radius: 40rpx;
  114. font-size: 28rpx;
  115. }
  116. .button .fail.data-v-4f4f5bbe {
  117. background-color: #e2e2e2;
  118. color: #353535;
  119. }
  120. .button .by.data-v-4f4f5bbe {
  121. background-color: #446dfd;
  122. color: white;
  123. }
  124. .change-btn.data-v-4f4f5bbe {
  125. width: 702rpx;
  126. margin: 80rpx 12rpx;
  127. text-align: center;
  128. height: 80rpx;
  129. line-height: 80rpx;
  130. background-color: #446dfd;
  131. border-radius: 40rpx;
  132. color: #fff;
  133. font-size: 28rpx;
  134. }
  135. .model.data-v-4f4f5bbe {
  136. position: fixed;
  137. z-index: 1600;
  138. width: 100%;
  139. height: 100%;
  140. top: 0;
  141. left: 0;
  142. background-color: rgba(0, 0, 0, 0.3);
  143. }
  144. .model .dialog-list.data-v-4f4f5bbe {
  145. padding: 46rpx 30rpx;
  146. }
  147. .model .dialog-list .dialog-item.data-v-4f4f5bbe {
  148. margin: 10rpx;
  149. height: 62rpx;
  150. line-height: 60rpx;
  151. display: inline-block;
  152. padding: 0 32rpx;
  153. font-size: 32rpx;
  154. color: #353535;
  155. border-radius: 32rpx;
  156. border: 2rpx solid #bbbbbb;
  157. }
  158. .model .dialog-list .dialog-item.active.data-v-4f4f5bbe {
  159. color: #446dfd;
  160. border: 2rpx solid #446dfd;
  161. }
  162. .model .select-dialog.data-v-4f4f5bbe {
  163. position: fixed;
  164. border-top-left-radius: 16rpx;
  165. border-top-right-radius: 16rpx;
  166. width: 100%;
  167. bottom: 0;
  168. left: 0;
  169. background-color: #fff;
  170. }
  171. .model .select-dialog.iphone_x.data-v-4f4f5bbe {
  172. padding-bottom: 50rpx;
  173. }
  174. .model .select-dialog .select-title.data-v-4f4f5bbe {
  175. border-top-left-radius: 16rpx;
  176. border-top-right-radius: 16rpx;
  177. position: relative;
  178. width: 100%;
  179. height: 100rpx;
  180. line-height: 100rpx;
  181. border-bottom: 2rpx solid #e2e2e2;
  182. text-align: center;
  183. font-size: 32rpx;
  184. }
  185. .model .select-dialog .select-title .submit-btn.data-v-4f4f5bbe {
  186. position: absolute;
  187. right: 24rpx;
  188. top: 0;
  189. color: #446dfd;
  190. }
  191. .model .select-dialog picker-view.data-v-4f4f5bbe {
  192. width: 100%;
  193. }
  194. .model .select-dialog picker-view .picker-view.data-v-4f4f5bbe {
  195. line-height: 72rpx;
  196. text-align: center;
  197. font-size: 32rpx;
  198. }
  199. .model .select-dialog picker-view .picker-view.sure-color.data-v-4f4f5bbe {
  200. font-size: 36rpx;
  201. }
  202. .model .top.data-v-4f4f5bbe {
  203. margin-top: 40rpx;
  204. margin-bottom: 32rpx;
  205. color: #353535;
  206. font-size: 32rpx;
  207. text-align: center;
  208. }
  209. .model .content.data-v-4f4f5bbe {
  210. width: calc(100% - 64rpx);
  211. margin: 0 32rpx;
  212. }
  213. .model .buttons.data-v-4f4f5bbe {
  214. width: 100%;
  215. border-top: 1rpx solid #e2e2e2;
  216. margin-top: 32rpx;
  217. }
  218. .model .buttons .but.data-v-4f4f5bbe {
  219. width: calc(50% - 1rpx);
  220. height: 88rpx;
  221. line-height: 88rpx;
  222. font-size: 32rpx;
  223. text-align: center;
  224. }
  225. .model .buttons .line.data-v-4f4f5bbe {
  226. width: 2rpx;
  227. height: 32rpx;
  228. background-color: #e2e2e2;
  229. }
  230. .model .buttons .cancel.data-v-4f4f5bbe {
  231. color: #666666;
  232. }
  233. .model .buttons .confirm.data-v-4f4f5bbe {
  234. color: #446dfd;
  235. }
  236. .model .refuse.data-v-4f4f5bbe {
  237. width: 620rpx;
  238. position: absolute;
  239. top: 50%;
  240. left: 50%;
  241. -webkit-transform: translate(-50%, -50%);
  242. transform: translate(-50%, -50%);
  243. border-radius: 16rpx;
  244. background-color: white;
  245. }
  246. .model .refuse .content.data-v-4f4f5bbe {
  247. border-radius: 16rpx;
  248. border: 1rpx solid #e2e2e2;
  249. height: 300rpx;
  250. box-sizing: border-box;
  251. padding: 24rpx 32rpx;
  252. }
  253. .model .refuse .textarea.data-v-4f4f5bbe {
  254. width: 492rpx;
  255. height: 252rpx;
  256. font-size: 28rpx;
  257. color: #80848f;
  258. }
  259. .model .by.data-v-4f4f5bbe {
  260. width: 620rpx;
  261. position: absolute;
  262. top: 50%;
  263. left: 50%;
  264. -webkit-transform: translate(-50%, -50%);
  265. transform: translate(-50%, -50%);
  266. border-radius: 16rpx;
  267. background-color: white;
  268. }
  269. .model .by .content.data-v-4f4f5bbe {
  270. font-size: 32rpx;
  271. color: #353535;
  272. text-align: center;
  273. }