goods.wxss 2.4 KB

12345678910111213141516171819202122232425262728
  1. @import '/import/css0_22.wxss';@import '/import/css0_17.wxss';@import '/import/css0_18.wxss';@import '/import/css0_13.wxss';@import '/import/css0_7.wxss';@import '/import/css0_9.wxss';@import '/import/css0_8.wxss';@import '/import/css0_10.wxss';@import '/import/css0_15.wxss';wx-view { overflow: visible; }
  2. .no-scroll { height: 100%; overflow-y: hidden; }
  3. .share-tip { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; background: rgba(0, 0, 0, 0.65); }
  4. .goods-detail { box-sizing: border-box; padding: 24rpx 0; background: #fff; }
  5. .goods-detail wx-text, .goods-detail wx-image, .goods-detail wx-view { box-sizing: border-box; max-width: 100%; }
  6. .cart-nav { position: fixed; top: 180rpx; right: 24rpx; background: rgba(255, 255, 255, 0.5); font-size: 0; padding: 20rpx; border-radius: 999rpx; box-shadow: 0 1rpx 3rpx rgba(0, 0, 0, 0.2); z-index: 100; }
  7. .cart-nav wx-image { width: 42rpx; height: 42rpx; }
  8. .tab-group .tab-group-header { background: #fff; border-bottom: 1rpx solid #e3e3e3; }
  9. .tab-group .tab-group-header .tab-group-item wx-text { height: 100rpx; border-bottom: 2rpx solid transparent; }
  10. .tab-group .tab-group-header .tab-group-item.active wx-text { color: #ff4544; border-bottom-color: #ff4544; }
  11. .tab-group .tab-group-body .tab-group-item { display: none; }
  12. .tab-group .tab-group-body .tab-group-item.active { display: block; }
  13. .comment-count { background: #fff; margin-bottom: 20rpx; }
  14. .comment-count .comment-count-item { text-align: center; padding: 20rpx 0; font-size: 9pt; }
  15. .comment-item { background: #fff; border-bottom: 1rpx solid #e3e3e3; padding: 32rpx 24rpx; }
  16. .comment-item .nickname { padding-left: 24rpx; height: 70rpx; font-weight: bolder; }
  17. .comment-item .addtime { color: #888; }
  18. .comment-item .pic-list { margin-left: -8rpx; margin-top: -8rpx; }
  19. .comment-item .pic-item { width: 200rpx; height: 200rpx; margin-left: 8rpx; margin-top: 8rpx; display: inline-block; }
  20. .reply { margin: 20rpx 24rpx 20rpx 0rpx; border-radius: 16rpx; background: #f7f7f7; font-size: 11pt; padding: 22rpx 30rpx; color: #ff4544; }
  21. .reply-content { display: inline; color: #666; }
  22. .comment-item .score-tag { display: inline-block; background: #eee; font-size: 9pt; padding: 4rpx 12rpx; border-radius: 5rpx; }
  23. .loading-more { text-align: center; opacity: 0; }
  24. .loading-more.active { opacity: 1; }
  25. .loading-more wx-image { width: 160rpx; height: 80rpx; }
  26. .pic-left { margin-right: 5rpx; }
  27. .pic-right { margin-left: 5rpx; }
  28. .contact { background:#118eea; color: #fff; }