index.wxss 3.5 KB

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