review.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. .container {
  2. width: 100%;
  3. background: #f5f5f9;
  4. height: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: space-between;
  9. box-sizing: border-box;
  10. }
  11. .store_info {
  12. width: 100%;
  13. padding: 40rpx 4%;
  14. margin-top: 20rpx;
  15. background: #fff;
  16. display: flex;
  17. align-items: flex-start;
  18. }
  19. .store_info image {
  20. width: 100rpx ;
  21. height: 100rpx;
  22. margin-right: 30rpx;
  23. }
  24. .store_info .carteen {
  25. height: 100rpx;
  26. }
  27. .store_info .carteen text {
  28. font-size: 30rpx;
  29. color: #333;
  30. }
  31. .store_info .carteen .score {
  32. width: 100%;
  33. height: 30rpx;
  34. display: flex;
  35. align-items: center;
  36. }
  37. .store_info .carteen .score text:first-of-type {
  38. color: #333;
  39. font-size: 24rpx;
  40. }
  41. .store_info .carteen .score text:last-of-type {
  42. color: #999;
  43. font-size: 22rpx;
  44. }
  45. .store_info .carteen .score view {
  46. width: 161rpx;
  47. height: 30rpx;
  48. display: flex;
  49. align-items: center;
  50. justify-content: center;
  51. }
  52. .store_info .carteen .score view image {
  53. display: inline-block;
  54. width: 24rpx;
  55. height: 22rpx;
  56. margin-right: 5rpx;
  57. }
  58. .review_text {
  59. width: 100%;
  60. padding: 10rpx 4% 20rpx;
  61. background: #fff;
  62. position: relative;
  63. height: 225rpx;
  64. }
  65. .review_text textarea {
  66. width: 92%;
  67. padding: 20rpx 4%;
  68. background: #f5f5f9;
  69. height: 205rpx ;
  70. font-size: 26rpx;
  71. color: #999;
  72. }
  73. .review_text text {
  74. position: absolute;
  75. right: 6%;
  76. bottom: 0;
  77. color: #999;
  78. font-size: 26rpx;
  79. }
  80. .upload_contain {
  81. width: 100%;
  82. padding: 40rpx 4% 0;
  83. background: #fff;
  84. }
  85. .upload_contain .upload_pic {
  86. width: 100%;
  87. border-top: 1rpx dashed #ddd;
  88. padding: 40rpx 0;
  89. display: flex;
  90. }
  91. .upload_contain .upload_pic .upload_btn {
  92. width: 162rpx;
  93. height: 162rpx;
  94. border: 1rpx solid #dcdcdc;
  95. border-radius: 5rpx;
  96. position: relative;
  97. }
  98. .upload_contain .upload_pic .upload_btn image {
  99. width: 64rpx;
  100. height: 52rpx;
  101. position: absolute;
  102. top: 0;
  103. left: 0;
  104. right: 0;
  105. bottom: 0;
  106. margin: auto;
  107. }
  108. .upload_contain .upload_pic .tip_text {
  109. height: 80rpx;
  110. margin-left: 15rpx;
  111. padding: 45rpx 0;
  112. }
  113. .upload_contain .upload_pic .tip_text text {
  114. display: block;
  115. width: 100%;
  116. }
  117. .upload_contain .upload_pic .tip_text text:first-of-type {
  118. color: #666;
  119. font-size: 28rpx;
  120. margin-bottom: 10rpx;
  121. }
  122. .upload_contain .upload_pic .tip_text text:last-of-type {
  123. color: #999;
  124. font-size: 24rpx;
  125. }
  126. .store_grade {
  127. width: 100%;
  128. padding: 20rpx 0 20rpx 4%;
  129. background: #fff;
  130. margin-top: 20rpx;
  131. }
  132. .store_grade .store_title {
  133. width: 100%;
  134. height: 74rpx;
  135. line-height: 74rpx;
  136. border-bottom: 1rpx solid #ddd;
  137. font-size: 28rpx;
  138. color: #666;
  139. display: flex;
  140. align-items: center;
  141. }
  142. .store_grade .store_title image {
  143. width: 30rpx ;
  144. height: 30rpx;
  145. margin-right: 10rpx;
  146. }
  147. .store_grade .store_grade_level {
  148. width: 100%;
  149. padding-right: 110rpx;
  150. box-sizing: border-box;
  151. }
  152. .store_grade .store_grade_level .taste {
  153. width: 100%;
  154. height: 90rpx;
  155. display: flex;
  156. justify-content: space-between;
  157. align-items: center;
  158. }
  159. .store_grade .store_grade_level .taste .faces {
  160. width: 400rpx;
  161. display: flex;
  162. align-items: center;
  163. justify-content: space-between;
  164. }
  165. .store_grade .store_grade_level .taste .faces image {
  166. width: 44rpx;
  167. height: 44rpx;
  168. }
  169. .store_grade .store_grade_level .taste text:first-of-type {
  170. color: #666666;
  171. font-size: 26rpx;
  172. }
  173. .store_grade .store_grade_level .taste text:last-of-type {
  174. color: #999;
  175. font-size: 24rpx;
  176. }
  177. .issue {
  178. width: 100%;
  179. padding: 30rpx 4%;
  180. background: #fff;
  181. }
  182. .issue .issue_btn {
  183. width: 100%;
  184. height: 80rpx;
  185. line-height: 80rpx;
  186. color: #fff;
  187. font-size: 30rpx;
  188. text-align: center;
  189. -webkit-border-radius: 5rpx;
  190. -moz-border-radius: 5rpx;
  191. border-radius: 5rpx;
  192. background: var(--themeColor);
  193. }