commentPost.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. page, .container {
  2. height: 100%;
  3. background: #f4f4f4;
  4. }
  5. .post-comment {
  6. width: 750rpx;
  7. height: auto;
  8. overflow: hidden;
  9. padding: 30rpx;
  10. background: #fff;
  11. }
  12. .post-comment .goods {
  13. display: flex;
  14. align-items: center;
  15. height: 199rpx;
  16. margin-left: 31.25rpx;
  17. }
  18. .post-comment .goods .img {
  19. height: 145.83rpx;
  20. width: 145.83rpx;
  21. background: #f4f4f4;
  22. }
  23. .post-comment .goods .img image {
  24. height: 145.83rpx;
  25. width: 145.83rpx;
  26. }
  27. .post-comment .goods .info {
  28. height: 145.83rpx;
  29. flex: 1;
  30. padding-left: 20rpx;
  31. }
  32. .post-comment .goods .name {
  33. margin-top: 30rpx;
  34. display: block;
  35. height: 44rpx;
  36. line-height: 44rpx;
  37. color: #333;
  38. font-size: 30rpx;
  39. }
  40. .post-comment .goods .number {
  41. display: block;
  42. height: 37rpx;
  43. line-height: 37rpx;
  44. color: #666;
  45. font-size: 25rpx;
  46. }
  47. .post-comment .goods .status {
  48. width: 105rpx;
  49. color: #b4282d;
  50. font-size: 25rpx;
  51. }
  52. .post-comment .rater {
  53. display: flex;
  54. flex-direction: row;
  55. height: 55rpx;
  56. }
  57. .post-comment .rater .rater-title {
  58. font-size: 29rpx;
  59. padding-right: 10rpx;
  60. }
  61. .post-comment .rater image {
  62. padding-left: 5rpx;
  63. height: 50rpx;
  64. width: 50rpx;
  65. }
  66. .post-comment .rater .rater-desc {
  67. font-size: 29rpx;
  68. padding-left: 10rpx;
  69. }
  70. .post-comment .input-box {
  71. height: 337.5rpx;
  72. width: 690rpx;
  73. position: relative;
  74. background: #fff;
  75. }
  76. .post-comment .input-box .content {
  77. position: absolute;
  78. top: 0;
  79. left: 0;
  80. display: block;
  81. background: #fff;
  82. font-size: 29rpx;
  83. border: 5px solid #f4f4f4;
  84. height: 300rpx;
  85. width: 650rpx;
  86. padding: 20rpx;
  87. }
  88. .post-comment .input-box .count {
  89. position: absolute;
  90. bottom: 20rpx;
  91. right: 20rpx;
  92. display: block;
  93. height: 30rpx;
  94. width: 50rpx;
  95. font-size: 29rpx;
  96. color: #999;
  97. }
  98. .post-comment .btns {
  99. height: 108rpx;
  100. }
  101. .post-comment .close {
  102. float: left;
  103. height: 108rpx;
  104. line-height: 108rpx;
  105. text-align: left;
  106. color: #666;
  107. padding: 0 30rpx;
  108. }
  109. .post-comment .post {
  110. float: right;
  111. height: 108rpx;
  112. line-height: 108rpx;
  113. text-align: right;
  114. padding: 0 30rpx;
  115. }
  116. .weui-uploader {
  117. margin-top: 50rpx;
  118. }
  119. .weui-uploader__hd {
  120. display: -webkit-box;
  121. display: -webkit-flex;
  122. display: flex;
  123. padding-bottom: 10px;
  124. -webkit-box-align: center;
  125. -webkit-align-items: center;
  126. align-items: center;
  127. }
  128. .weui-uploader__title {
  129. -webkit-box-flex: 1;
  130. -webkit-flex: 1;
  131. flex: 1;
  132. }
  133. .weui-uploader__info {
  134. color: #b2b2b2;
  135. }
  136. .weui-uploader__bd {
  137. margin-bottom: -4px;
  138. margin-right: -9px;
  139. overflow: hidden;
  140. }
  141. .weui-uploader__file {
  142. float: left;
  143. margin-right: 9px;
  144. margin-bottom: 9px;
  145. }
  146. .weui-uploader__img {
  147. display: block;
  148. width: 79px;
  149. height: 79px;
  150. }
  151. .weui-uploader__file_status {
  152. position: relative;
  153. }
  154. .weui-uploader__file_status:before {
  155. content: " ";
  156. position: absolute;
  157. top: 0;
  158. right: 0;
  159. bottom: 0;
  160. left: 0;
  161. background-color: rgba(0, 0, 0, 0.5);
  162. }
  163. .weui-uploader__file-content {
  164. position: absolute;
  165. top: 50%;
  166. left: 50%;
  167. -webkit-transform: translate(-50%, -50%);
  168. transform: translate(-50%, -50%);
  169. color: #fff;
  170. }
  171. .weui-uploader__input-box {
  172. float: left;
  173. position: relative;
  174. margin-right: 9px;
  175. margin-bottom: 9px;
  176. width: 77px;
  177. height: 77px;
  178. border: 1px solid #d9d9d9;
  179. }
  180. .weui-uploader__input-box:after, .weui-uploader__input-box:before {
  181. content: " ";
  182. position: absolute;
  183. top: 50%;
  184. left: 50%;
  185. -webkit-transform: translate(-50%, -50%);
  186. transform: translate(-50%, -50%);
  187. background-color: #d9d9d9;
  188. }
  189. .weui-uploader__input-box:before {
  190. width: 2px;
  191. height: 39.5px;
  192. }
  193. .weui-uploader__input-box:after {
  194. width: 39.5px;
  195. height: 2px;
  196. }
  197. .weui-uploader__input-box:active {
  198. border-color: #999;
  199. }
  200. .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before {
  201. background-color: #999;
  202. }
  203. .weui-uploader__input {
  204. position: absolute;
  205. z-index: 1;
  206. top: 0;
  207. left: 0;
  208. width: 100%;
  209. height: 100%;
  210. opacity: 0;
  211. }