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