review-message.scss 5.9 KB

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