classify_detail.wxss 347 B

123456789101112131415161718192021
  1. /* pages/classify_detail/classify_detail.wxss */
  2. .title {
  3. position: fixed;
  4. width: 100%;
  5. height: 60rpx;
  6. margin-top: -20rpx;
  7. margin-left: -20rpx;
  8. z-index: 100;
  9. background-color: var(--themeColor);
  10. }
  11. .text {
  12. line-height: 60rpx;
  13. margin-left: 315rpx;
  14. }
  15. .goodsShow {
  16. margin-top: 50rpx;
  17. height: 1500rpx;
  18. }