comment.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. /* page{padding:20rpx;box-sizing:border-box;text-align:center;} */
  2. .page {
  3. padding-bottom: 120rpx;
  4. }
  5. /* .page{width:100%;background-color:#fff;border-radius:14rpx;padding:0 70rpx 50rpx 70rpx;box-sizing:border-box;} */
  6. .comment-content {
  7. display: flex;
  8. align-items: center;
  9. }
  10. .product {
  11. padding-top: 20rpx;
  12. }
  13. .title {
  14. line-height: 1.2;
  15. font-size: 26rpx;
  16. width: 100rpx;
  17. text-align: justify;
  18. text-align-last: justify;
  19. }
  20. .star {
  21. display: flex;
  22. justify-content: center;
  23. padding-left: 20rpx;
  24. box-sizing: border-box;
  25. }
  26. .star image {
  27. width: 42rpx;
  28. height: 42rpx;
  29. padding-left: 40rpx;
  30. }
  31. .star-tit {
  32. font-size: 26rpx;
  33. color: var(--subtitleColor) !important;
  34. margin-left: 20rpx;
  35. width: 80rpx;
  36. }
  37. .star-option {
  38. display: flex;
  39. flex-wrap: wrap;
  40. justify-content: space-between;
  41. }
  42. .option {
  43. width: 30%;
  44. height: 55rpx;
  45. border: 1px solid;
  46. border-radius: 40rpx;
  47. text-align: center;
  48. line-height: 55rpx;
  49. font-size: 26rpx;
  50. margin-bottom: 20rpx;
  51. }
  52. .opt {
  53. border-color: #f5f5f5;
  54. color: #999999;
  55. background: #f5f5f5;
  56. }
  57. .cet {
  58. background-color: var(--subtitleColor);
  59. border-color: var(--subtitleColor);
  60. color: #fff;
  61. }
  62. .textarea {
  63. width: 100%;
  64. height: 300rpx;
  65. padding: 10rpx 20rpx;
  66. box-sizing: border-box;
  67. font-size: 26rpx;
  68. color: #999999;
  69. text-align: left;
  70. border: 1px solid #f5f5f5;
  71. border-radius: 20rpx;
  72. margin-top: 20rpx;
  73. overflow-x: hidden;
  74. background-color: #f5f5f5;
  75. }
  76. .place {
  77. font-size: 26rpx;
  78. color: #a6a6a6;
  79. }
  80. .btn {
  81. background-color: #F5F5F4;
  82. display: flex;
  83. align-items: center;
  84. justify-content: center;
  85. position: fixed;
  86. bottom: 0;
  87. left: 0;
  88. width: 100%;
  89. z-index: 1000;
  90. }
  91. .sub {
  92. font-size: 30rpx;
  93. line-height: 90rpx;
  94. width: 80%;
  95. margin: 20rpx 0;
  96. border-radius: 20rpx;
  97. }
  98. .images {
  99. display: flex;
  100. flex-wrap: wrap;
  101. justify-content: flex-start;
  102. margin-top: 34rpx;
  103. }
  104. .images .add-box {
  105. /* border: 1px solid #b1b1b1; */
  106. position: relative;
  107. }
  108. .images .add-box>.icon-mini-error {
  109. transform: rotate(45deg) translate(-50%, -60%);
  110. font-size: 80rpx;
  111. line-height: 0;
  112. position: absolute;
  113. top: 60%;
  114. left: 50%;
  115. color: #9FA0A0;
  116. display: inline-block;
  117. }
  118. .images-col {
  119. width: 100%;
  120. height: 100%;
  121. }
  122. .imgbox,
  123. .add-box {
  124. width: 150rpx;
  125. height: 150rpx;
  126. }
  127. .imgbox {
  128. position: relative;
  129. margin-right: 20rpx;
  130. margin-bottom: 20rpx;
  131. flex-shrink: 1;
  132. }
  133. .delBox {
  134. width: 40rpx;
  135. height: 40rpx;
  136. position: absolute;
  137. right: -15rpx;
  138. top: -15rpx;
  139. z-index: 1;
  140. }
  141. .del {
  142. width: 32rpx;
  143. height: 32rpx;
  144. background-color: var(--subtitleColor);
  145. border-radius: 50%;
  146. position: relative;
  147. }
  148. .del::after {
  149. content: '';
  150. width: 20rpx;
  151. height: 4rpx;
  152. background-color: #fff;
  153. border-radius: 1px;
  154. transform: rotate(45deg);
  155. position: absolute;
  156. left: 6rpx;
  157. top: 14rpx;
  158. }
  159. .del::before {
  160. content: '';
  161. width: 20rpx;
  162. height: 4rpx;
  163. background-color: #fff;
  164. border-radius: 1px;
  165. transform: rotate(-45deg);
  166. position: absolute;
  167. left: 6rpx;
  168. top: 14rpx;
  169. }
  170. .recommend-title {
  171. line-height: 35rpx;
  172. font-size: 28rpx;
  173. text-align: left;
  174. margin-bottom: 30rpx;
  175. }
  176. .recommend-level {
  177. display: flex;
  178. justify-content: space-between;
  179. font-size: 24rpx;
  180. color: #9FA0A0;
  181. line-height: 44rpx;
  182. margin-top: -10rpx;
  183. margin-bottom: 10rpx;
  184. }
  185. .recommend {
  186. display: flex;
  187. margin-bottom: 40rpx;
  188. justify-content: space-between;
  189. }
  190. .recommend-item {
  191. font-size: 28rpx;
  192. line-height: 75rpx;
  193. border-left: none;
  194. width: 50rpx;
  195. height: 50rpx;
  196. text-align: center;
  197. color: #fff;
  198. font-weight: 600;
  199. font-size: 28rpx;
  200. line-height: 50rpx;
  201. background-color: #E4E4E4;
  202. /* border: 1rpx solid #EE3A43; */
  203. border-radius: 50%;
  204. }
  205. .active {
  206. background: var(--subtitleColor);
  207. color: white;
  208. }
  209. .tip {
  210. font-size: 28rpx;
  211. text-align: left;
  212. margin: 20rpx 0;
  213. color: #999999;
  214. }
  215. /* 修改 */
  216. .flex {
  217. display: flex;
  218. align-items: center;
  219. justify-content: center;
  220. }
  221. .role {
  222. font-size: 26rpx;
  223. color: #7f7f7f;
  224. }
  225. /* 块标题 */
  226. .modal-title {
  227. border: none !important;
  228. padding: 0 !important;
  229. }
  230. .modal-title::before {
  231. height: 24rpx !important;
  232. border-radius: 20rpx !important;
  233. overflow: hidden;
  234. }
  235. .modular-pad {
  236. padding: 20rpx 20rpx;
  237. }