prodComm.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. page{
  2. padding-bottom:90rpx;
  3. background: #F6F6F6;
  4. padding: 20rpx 24rpx;
  5. box-sizing: border-box;
  6. }
  7. .box{
  8. background: #FFFFFF;
  9. border-radius: 32rpx 32rpx 32rpx 32rpx;
  10. padding: 24rpx;
  11. margin-bottom: 20rpx;
  12. }
  13. .item-con{
  14. position: relative;
  15. background: #F6F6F6;
  16. border-radius: 32rpx 32rpx 32rpx 32rpx;
  17. }
  18. .item-con textarea{
  19. width:100%;
  20. height: 234rpx;
  21. box-sizing: border-box;
  22. padding: 24rpx;
  23. font-size: 28rpx;
  24. }
  25. .img-box{
  26. display: flex;
  27. flex-wrap: wrap;
  28. padding: 0 24rpx;
  29. }
  30. .img-box .img-item{
  31. position: relative;
  32. }
  33. .img-box .img-item .del{
  34. position: absolute;
  35. top: -15rpx;
  36. right: 15rpx;
  37. width: 30rpx;
  38. height: 30rpx;
  39. }
  40. .img-box .img{
  41. width: 120rpx;
  42. height: 120rpx;
  43. background: #FFFFFF;
  44. margin-right: 34rpx;
  45. border-radius: 32rpx 32rpx 32rpx 32rpx;
  46. margin-bottom: 24rpx;
  47. }
  48. .upload{
  49. width: 120rpx;
  50. height: 120rpx;
  51. background: #FFFFFF;
  52. border-radius: 32rpx 32rpx 32rpx 32rpx;
  53. display: flex;
  54. justify-content: center;
  55. align-items: center;
  56. margin-bottom: 24rpx;
  57. }
  58. .upload .photo{
  59. width: 40rpx;
  60. height: 40rpx;
  61. }
  62. .item-pics{
  63. display: flex;
  64. padding-bottom: 15rpx;
  65. border: 1prpx solid #f2f2f2;
  66. }
  67. .item-pics image{
  68. width:130rpx;
  69. margin-left:20rpx;
  70. }
  71. /* 缩略图 */
  72. .question-images {
  73. display: flex;
  74. flex-wrap: wrap;
  75. }
  76. .q-image-wrap {
  77. margin-right: 10rpx;
  78. }
  79. .q-image {
  80. flex: 1;
  81. height: 130rpx;
  82. width: 100%;
  83. }
  84. .q-image-remover {
  85. text-align: center;
  86. font-size: 25rpx;
  87. }
  88. .img-tip {
  89. font-size: 24rpx;
  90. color: grey;
  91. padding: 15rpx 0;
  92. margin-left: 20rpx;
  93. }
  94. /* + */
  95. .item-pics .add-pic{
  96. width:130rpx;
  97. height:130rpx;
  98. line-height: 130rpx;
  99. text-align: center;
  100. font-size: 80rpx;
  101. margin-left:20rpx;
  102. color:#ddd;
  103. border:2px dashed #f4f4f4;
  104. }
  105. .item-btm{
  106. padding:20rpx;
  107. font-size: 26rpx;
  108. display: flex;
  109. align-items: center;
  110. justify-content: space-between;
  111. }
  112. .item-btm .desc{
  113. font-size: 28rpx;
  114. color: #AAAAAA;
  115. }
  116. /*checkbox 选项框大小 */
  117. checkbox .wx-checkbox-input {
  118. border-radius: 50%;
  119. width: 35rpx;
  120. height: 35rpx;
  121. }
  122. /*checkbox选中后样式 */
  123. checkbox .wx-checkbox-input.wx-checkbox-input-checked {
  124. background: #006CE8;
  125. border-color: #006CE8;
  126. }
  127. /*checkbox选中后图标样式 */
  128. checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
  129. text-align: center;
  130. font-size: 22rpx;
  131. color: #fff;
  132. background: transparent;
  133. transform: translate(-50%, -50%) scale(1);
  134. -webkit-transform: translate(-50%, -50%) scale(1);
  135. }
  136. .item-star{
  137. padding:20rpx;
  138. display: flex;
  139. align-items: center;
  140. font-size: 28rpx;
  141. height:50rpx;
  142. line-height: 50rpx;
  143. background: #fcfcfc;
  144. }
  145. .item-star .label{
  146. font-size: 28rpx;
  147. color: #222222;
  148. }
  149. .item-star .num{
  150. font-weight: bold;
  151. font-size: 28rpx;
  152. color: #FDD143;
  153. }
  154. comm-star{
  155. margin-left:20rpx;
  156. }
  157. .comm-btn{
  158. position: fixed;
  159. bottom:110rpx;
  160. width: 702rpx;
  161. height: 100rpx;
  162. line-height: 100rpx;
  163. text-align: center;
  164. background: #006CE8;
  165. border-radius: 60rpx 60rpx 60rpx 60rpx;
  166. font-weight: bold;
  167. font-size: 32rpx;
  168. color: #FFFFFF;
  169. }