123456789101112131415161718192021 |
- /* pages/classify_detail/classify_detail.wxss */
- .title {
- position: fixed;
- width: 100%;
- height: 60rpx;
- margin-top: -20rpx;
- margin-left: -20rpx;
- z-index: 100;
- background-color: var(--themeColor);
- }
- .text {
- line-height: 60rpx;
- margin-left: 315rpx;
- }
- .goodsShow {
- margin-top: 50rpx;
- height: 1500rpx;
- }
|