review-message.scss 7.2 KB

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