comment.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. /* pages/order/comment.wxss */
  2. .comment_container {
  3. position: relative;
  4. overflow: hidden;
  5. margin: 0;
  6. padding: 0;
  7. background-color: #eceded;
  8. }
  9. .comment_main {
  10. width: 100%;
  11. padding: 10px 10px;
  12. }
  13. .comment_goods_image {
  14. float: none;
  15. width: 100%;
  16. height: auto;
  17. margin-left: 5px;
  18. display: inline-block;
  19. }
  20. .comment_goods_image image {
  21. width: 30%;
  22. height: auto;
  23. -webkit-border-radius: 4px;
  24. }
  25. #image_uploader_selector {
  26. width:56px;
  27. height:56px;
  28. border:1px dashed #ccc;
  29. display:inline-block;
  30. }
  31. #image_uploader_indicate {
  32. position:absolute;
  33. font-size:32px;
  34. color:#ccc;
  35. width:56px;
  36. height:56px;
  37. line-height:56px;
  38. text-align:center;
  39. }
  40. .rf {
  41. clear: both;
  42. margin-top: 10px;
  43. }
  44. .comment_expect {
  45. margin-left: 0px;
  46. margin-bottom: 0px;
  47. height: auto;
  48. position: relative;
  49. display: inline-block;
  50. }
  51. .comment_general {
  52. font-size: 15px;
  53. height: 20px;
  54. line-height: 20px;
  55. width: 80px;
  56. margin-top: 5px;
  57. color: #303030;
  58. position: absolute;
  59. left: 0px;
  60. top: 0px;
  61. margin-left: 0px;
  62. }
  63. .comment_ul {
  64. display: block;
  65. margin-left: 80px;
  66. margin-top: 0px;
  67. }
  68. .comment_star_background {
  69. display: inline-block;
  70. width: 30px;
  71. height: 30px;
  72. position: relative;
  73. margin-right: 1px;
  74. background-image: url(https://mall.shiziyu888.com/Common/pinduoduo/assets/img/comment_bg_star-bee23e23e8.png);
  75. background-repeat: no-repeat;
  76. background-size: 60px;
  77. background-position: 0;
  78. }
  79. .form-group {
  80. margin-bottom: 10px;
  81. }
  82. .label {
  83. display: inline-block;
  84. max-width: 100%;
  85. margin-bottom: 5px;
  86. font-weight: 700;
  87. }
  88. .xo-weixin-blt-upload {
  89. text-align: justify;
  90. font-size: 0;
  91. box-sizing: border-box;
  92. }
  93. .xo-weixin-blt-upload .ul {
  94. margin: 0px 0px;
  95. padding: 0px 0px;
  96. }
  97. .xo-weixin-blt-upload .li {
  98. display: inline-block;
  99. text-align: center;
  100. }
  101. .xo-weixin-blt-upload .ul:after {
  102. list-style: none;
  103. content: '';
  104. display: inline-block;
  105. width: 100%;
  106. height: 0;
  107. overflow: hidden;
  108. }
  109. .xo-weixin-blt-upload-btn {
  110. display: block;
  111. width: 55px;
  112. height: 55px;
  113. color: #d2d6de;
  114. font-size: 16px;
  115. line-height: 55px;
  116. border-radius: 0px;
  117. text-align: center;
  118. vertical-align: middle;
  119. }
  120. .webuploader-container {
  121. position: relative;
  122. }
  123. .xo-weixin-blt-upload-btn .webuploader-pick {
  124. padding: 0px 0px;
  125. background: none;
  126. border-radius: 0px;
  127. color: #d2d6de;
  128. width: 100%;
  129. height: 100%;
  130. position: relative;
  131. display: inline-block;
  132. cursor: pointer;
  133. text-align: center;
  134. overflow: hidden;
  135. }
  136. .glyphicon {
  137. position: relative;
  138. top: 1px;
  139. display: inline-block;
  140. font-family: 'Glyphicons Halflings';
  141. font-style: normal;
  142. font-weight: 400;
  143. line-height: 1;
  144. -webkit-font-smoothing: antialiased;
  145. -moz-osx-font-smoothing: grayscale;
  146. }
  147. .glyphicon-plus:before {
  148. content: "\2b";
  149. }
  150. .xo-weixin-blt-upload .ul {
  151. margin: 0px 0px;
  152. padding: 0px 0px;
  153. }
  154. .xo-weixin-blt-upload .li {
  155. display: inline-block;
  156. padding-right:5px;
  157. text-align: center;
  158. }
  159. .xo-weixin-blt-upload-btn {
  160. display: block;
  161. width: 55px;
  162. height: 55px;
  163. color: #d2d6de;
  164. font-size: 16px;
  165. line-height: 55px;
  166. border-radius: 0px;
  167. text-align: center;
  168. vertical-align: middle;
  169. }
  170. .xo-weixin-blt-upload-btn {
  171. width: 106rpx;
  172. height: 106rpx;
  173. vertical-align: top;
  174. }
  175. .xo-weixin-blt-upload-btn image{
  176. width:100%;
  177. }
  178. .comment_content {
  179. padding: 8px;
  180. font-size: 14px;
  181. display: block;
  182. height: 120px;
  183. border-radius: 4px;
  184. -webkit-border-radius: 4px;
  185. }
  186. .comment_content {
  187. margin-left: 0px;
  188. background-color:#fff;
  189. width:90%;
  190. margin-left:3%;
  191. }
  192. .comment_commit_button {
  193. width: 90%;
  194. margin-left: 5%;
  195. height: 40px;
  196. line-height: 40px;
  197. color: #fff;
  198. margin-top: 20px;
  199. text-align: center;
  200. background-color: #fe243d;
  201. border-radius: 5px;
  202. font-size: 19px;
  203. }
  204. .comment_commit_button {
  205. background-color: #ff5777;
  206. }