classify_detail.wxss 402 B

1234567891011121314151617181920212223
  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. padding-left: 30rpx;
  10. background-color: var(--themeColor);
  11. }
  12. .text {
  13. line-height: 60rpx;
  14. text-align: center;
  15. /* margin-left: 315rpx; */
  16. }
  17. .goodsShow {
  18. margin-top: 50rpx;
  19. height: 1500rpx;
  20. }