review-message.wxss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. @charset "UTF-8";
  2. .text-center.data-v-af69de30 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-af69de30 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-af69de30 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-af69de30 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-af69de30 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-af69de30 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-af69de30 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-af69de30 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-af69de30 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .review-message.data-v-af69de30 {
  39. width: 750rpx;
  40. background-color: #f7f7f7;
  41. box-sizing: border-box;
  42. padding-top: 1rpx;
  43. }
  44. .review-message .bar.data-v-af69de30 {
  45. width: 750rpx;
  46. position: fixed;
  47. top: 0;
  48. z-index: 2;
  49. left: 0;
  50. height: 100rpx;
  51. border-bottom: 1rpx solid #e2e2e2;
  52. background-color: white;
  53. }
  54. .review-message .bar .scroll-view.data-v-af69de30 {
  55. white-space: nowrap;
  56. height: 100rpx;
  57. }
  58. .review-message .bar .bar-item.data-v-af69de30 {
  59. min-width: 210rpx;
  60. height: 100rpx;
  61. text-align: center;
  62. display: inline-block;
  63. }
  64. .review-message .bar .bar-item .bar-item-tips.data-v-af69de30 {
  65. position: absolute;
  66. top: 50%;
  67. left: 100%;
  68. margin-left: 8rpx;
  69. margin-top: -19rpx;
  70. height: 19rpx;
  71. line-height: 19rpx;
  72. font-size: 12rpx;
  73. color: #fff;
  74. padding: 0 6rpx;
  75. border-top-left-radius: 10rpx;
  76. border-bottom-right-radius: 10rpx;
  77. background-image: -webkit-linear-gradient(left, #335aff, #2076e7);
  78. background-image: linear-gradient(to right, #335aff, #2076e7);
  79. }
  80. .review-message .bar .bar-item .bar-item-text.data-v-af69de30 {
  81. display: inline-block;
  82. height: 98rpx;
  83. font-size: 28rpx;
  84. color: #666666;
  85. line-height: 98rpx;
  86. border-bottom: 2rpx solid transparent;
  87. position: relative;
  88. width: auto;
  89. }
  90. .review-message .bar .bar-item .text-active.data-v-af69de30 {
  91. color: #446dfd;
  92. border-bottom: 2rpx solid #446dfd;
  93. }
  94. .review-message .search.data-v-af69de30 {
  95. width: 750rpx;
  96. height: 88rpx;
  97. position: fixed;
  98. top: 0;
  99. left: 0;
  100. z-index: 1000;
  101. background-color: #efeff4;
  102. padding: 15rpx 24rpx;
  103. box-sizing: border-box;
  104. }
  105. .review-message .search input.data-v-af69de30 {
  106. box-sizing: border-box;
  107. padding: 0 70rpx 0 30rpx;
  108. font-size: 26rpx;
  109. }
  110. .review-message .search .search-clear.data-v-af69de30 {
  111. position: absolute;
  112. right: 15rpx;
  113. top: 14rpx;
  114. width: 30rpx;
  115. height: 30rpx;
  116. z-index: 100;
  117. }
  118. .review-message .search .search-view.data-v-af69de30 {
  119. width: 702rpx;
  120. height: 58rpx;
  121. background-color: white;
  122. border-radius: 22rpx;
  123. }
  124. .review-message .search .search-view .image.data-v-af69de30 {
  125. width: 20rpx;
  126. height: 20rpx;
  127. margin-right: 11rpx;
  128. }
  129. .review-message .search .search-view .text.data-v-af69de30 {
  130. font-size: 26rpx;
  131. color: #999999;
  132. }
  133. .review-message .search-top.data-v-af69de30 {
  134. top: 100rpx;
  135. }
  136. .review-message .content.content-top.data-v-af69de30 {
  137. margin-top: 188rpx;
  138. }
  139. .review-message .content.data-v-af69de30 {
  140. width: 750rpx;
  141. box-sizing: border-box;
  142. padding: 1rpx 24rpx;
  143. margin-top: 88rpx;
  144. }
  145. .review-message .content .content-item.data-v-af69de30 {
  146. width: 702rpx;
  147. border-radius: 16rpx;
  148. background-color: white;
  149. margin-top: 24rpx;
  150. padding: 24rpx;
  151. box-sizing: border-box;
  152. }
  153. .review-message .content .content-item .content-content.data-v-af69de30 {
  154. width: 654rpx;
  155. min-height: 100rpx;
  156. }
  157. .review-message .content .content-item .content-content .content-image.data-v-af69de30 {
  158. width: 100rpx;
  159. height: 100rpx;
  160. border-radius: 4rpx;
  161. margin-right: 24rpx;
  162. }
  163. .review-message .content .content-item .content-content .content-name.data-v-af69de30 {
  164. min-height: 100rpx;
  165. }
  166. .review-message .content .content-item .content-content .content-name .name.data-v-af69de30 {
  167. font-size: 32rpx;
  168. color: #353535;
  169. margin-top: 8rpx;
  170. }
  171. .review-message .content .content-item .content-content .content-name .referrer.data-v-af69de30 {
  172. font-size: 28rpx;
  173. color: #999999;
  174. margin-top: 4rpx;
  175. }
  176. .review-message .content .content-item .content-buttons.data-v-af69de30 {
  177. width: 654rpx;
  178. height: 60rpx;
  179. }
  180. .review-message .content .content-item .content-buttons > view.data-v-af69de30 {
  181. height: 60rpx;
  182. line-height: 60rpx;
  183. box-sizing: border-box;
  184. padding: 0 32rpx;
  185. font-size: 28rpx;
  186. border-radius: 30rpx;
  187. border-width: 1rpx;
  188. border-style: solid;
  189. }
  190. .review-message .content .content-item .content-buttons .refuse.data-v-af69de30 {
  191. border-color: #bbbbbb;
  192. color: #353535;
  193. margin-right: 12rpx;
  194. }
  195. .review-message .content .content-item .content-buttons .by.data-v-af69de30 {
  196. border-color: #446dfd;
  197. color: #446dfd;
  198. }
  199. .review-message .content .check-content.data-v-af69de30 {
  200. width: 702rpx;
  201. height: 148rpx;
  202. border-radius: 16rpx;
  203. background-color: white;
  204. box-sizing: border-box;
  205. padding: 24rpx;
  206. margin-top: 24rpx;
  207. }
  208. .review-message .content .check-content .check-nei.data-v-af69de30 {
  209. width: 654rpx;
  210. height: 100rpx;
  211. }
  212. .review-message .content .check-content .check-nei .check-avatar.data-v-af69de30 {
  213. width: 100rpx;
  214. height: 100rpx;
  215. border-radius: 4rpx;
  216. margin-right: 24rpx;
  217. }
  218. .review-message .content .check-content .check-nei .check-content-content.data-v-af69de30 {
  219. width: 542rpx;
  220. height: 100rpx;
  221. }
  222. .review-message .content .check-content .check-nei .check-content-content .name.data-v-af69de30 {
  223. font-size: 32rpx;
  224. color: #353535;
  225. margin-top: 6rpx;
  226. }
  227. .review-message .content .check-content .check-nei .check-content-content .shop.data-v-af69de30 {
  228. margin-top: 6rpx;
  229. font-size: 28rpx;
  230. color: #999999;
  231. }
  232. .review-message .content .check-content .check-nei .icon.data-v-af69de30 {
  233. width: 12rpx;
  234. height: 22rpx;
  235. }
  236. .review-message .no-tip.data-v-af69de30 {
  237. position: fixed;
  238. top: 250rpx;
  239. left: 0;
  240. right: 0;
  241. margin: 0 auto;
  242. color: #666666;
  243. font-size: 24rpx;
  244. width: 240rpx;
  245. text-align: center;
  246. }
  247. .review-message .no-tip > image.data-v-af69de30 {
  248. height: 240rpx;
  249. width: 240rpx;
  250. margin-bottom: 20rpx;
  251. }
  252. .review-message .model.data-v-af69de30 {
  253. position: fixed;
  254. z-index: 1600;
  255. width: 100%;
  256. height: 100%;
  257. top: 0;
  258. left: 0;
  259. background-color: rgba(0, 0, 0, 0.3);
  260. }
  261. .review-message .model .top.data-v-af69de30 {
  262. margin-top: 40rpx;
  263. margin-bottom: 32rpx;
  264. color: #353535;
  265. font-size: 32rpx;
  266. text-align: center;
  267. }
  268. .review-message .model .content.data-v-af69de30 {
  269. width: calc(100% - 64rpx);
  270. margin: 0 32rpx;
  271. }
  272. .review-message .model .buttons.data-v-af69de30 {
  273. width: 100%;
  274. border-top: 1rpx solid #e2e2e2;
  275. margin-top: 32rpx;
  276. }
  277. .review-message .model .buttons .but.data-v-af69de30 {
  278. width: calc(50% - 1rpx);
  279. height: 88rpx;
  280. line-height: 88rpx;
  281. font-size: 32rpx;
  282. text-align: center;
  283. }
  284. .review-message .model .buttons .line.data-v-af69de30 {
  285. width: 2rpx;
  286. height: 32rpx;
  287. background-color: #e2e2e2;
  288. }
  289. .review-message .model .buttons .cancel.data-v-af69de30 {
  290. color: #666666;
  291. }
  292. .review-message .model .buttons .confirm.data-v-af69de30 {
  293. color: #446dfd;
  294. }
  295. .review-message .model .form.data-v-af69de30 {
  296. width: 620rpx;
  297. position: absolute;
  298. top: 50%;
  299. left: 50%;
  300. -webkit-transform: translate(-50%, -50%);
  301. transform: translate(-50%, -50%);
  302. border-radius: 16rpx;
  303. background-color: white;
  304. }
  305. .review-message .model .form .form-content.data-v-af69de30 {
  306. max-height: 600rpx;
  307. overflow: auto;
  308. }
  309. .review-message .model .form .price-item.data-v-af69de30 {
  310. margin-bottom: 10rpx;
  311. font-size: 26rpx;
  312. color: #353535;
  313. padding: 0 24rpx;
  314. }
  315. .review-message .model .form .price-item .price-label.data-v-af69de30 {
  316. -webkit-flex-shrink: 0;
  317. flex-shrink: 0;
  318. color: #999;
  319. font-size: 26rpx;
  320. margin-bottom: 10rpx;
  321. }
  322. .review-message .model .form .price-item .form-img.data-v-af69de30 {
  323. height: 120rpx;
  324. width: 120rpx;
  325. margin-right: 10rpx;
  326. margin-top: 10rpx;
  327. }
  328. .review-message .model .refuse.data-v-af69de30 {
  329. width: 620rpx;
  330. position: absolute;
  331. top: 50%;
  332. left: 50%;
  333. -webkit-transform: translate(-50%, -50%);
  334. transform: translate(-50%, -50%);
  335. border-radius: 16rpx;
  336. background-color: white;
  337. }
  338. .review-message .model .refuse .content.data-v-af69de30 {
  339. border-radius: 16rpx;
  340. border: 1rpx solid #e2e2e2;
  341. height: 300rpx;
  342. box-sizing: border-box;
  343. padding: 24rpx 32rpx;
  344. }
  345. .review-message .model .refuse .textarea.data-v-af69de30 {
  346. width: 492rpx;
  347. height: 252rpx;
  348. font-size: 28rpx;
  349. color: #80848f;
  350. }
  351. .review-message .model .by.data-v-af69de30 {
  352. width: 620rpx;
  353. position: absolute;
  354. top: 50%;
  355. left: 50%;
  356. -webkit-transform: translate(-50%, -50%);
  357. transform: translate(-50%, -50%);
  358. border-radius: 16rpx;
  359. background-color: white;
  360. }
  361. .review-message .model .by .content.data-v-af69de30 {
  362. font-size: 32rpx;
  363. color: #353535;
  364. text-align: center;
  365. }