index.wxss 1.7 KB

1234567891011121314151617181920
  1. @import '/import/css0_22.wxss';@import '/import/css0_17.wxss';@import '/import/css0_13.wxss';@import '/import/css0_7.wxss';@import '/import/css0_9.wxss';@import '/import/css0_8.wxss';wx-view{ overflow: visible; }
  2. .no-scroll{ height: 100%; overflow-y: hidden; }
  3. .goods-detail{ box-sizing: border-box; padding: 24rpx 0; background: #fff; }
  4. .goods-detail wx-text, .goods-detail wx-image, .goods-detail wx-view{ box-sizing: border-box; max-width: 100%; }
  5. .tab-group .tab-group-header{ background: #fff; border-bottom: 1rpx solid #e3e3e3; }
  6. .tab-group .tab-group-header .tab-group-item wx-text{ height: 100rpx; border-bottom: 2rpx solid transparent; }
  7. .tab-group .tab-group-header .tab-group-item.active wx-text{ color: #ff4544; border-bottom-color: #ff4544; }
  8. .tab-group .tab-group-body .tab-group-item{ display: none; }
  9. .tab-group .tab-group-body .tab-group-item.active{ display: block; }
  10. .comment-count{ background: #fff; margin-bottom: 20rpx; }
  11. .comment-count .comment-count-item{ text-align: center; padding: 20rpx 0; font-size: 9pt; }
  12. .comment-item{ background: #fff; border-bottom: 1rpx solid #e3e3e3; padding: 32rpx 24rpx; }
  13. .comment-item .nickname{ padding-left: 24rpx; height: 70rpx; font-weight: bolder; }
  14. .comment-item .addtime{ color: #888; }
  15. .comment-item .pic-list{ margin-left: -8rpx; margin-top: -8rpx; }
  16. .comment-item .pic-item{ width: 200rpx; height: 200rpx; margin-left: 8rpx; margin-top: 8rpx; display: inline-block; }
  17. .reply{ margin:20rpx 24rpx 20rpx 0rpx; border-radius:16rpx; background:#f7f7f7; font-size:11pt; padding:22rpx 30rpx; color:#ff4544; }
  18. .reply-content{ display:inline; color:#666666; }
  19. .comment-item .score-tag{ display: inline-block; background: #eee; font-size: 9pt; padding: 4rpx 12rpx; border-radius: 5rpx; }
  20. .hide{ display: none; }