.container { background: #f9f9f9; } .cate-nav { position: fixed; left: 0; top: 0; z-index: 1000; } .cate-nav-body { height: 84rpx; white-space: nowrap; background: #fff; border-top: 1px solid rgba(0, 0, 0, 0.15); overflow: hidden; } .cate-nav .item { display: inline-block; height: 84rpx; min-width: 130rpx; padding: 0 15rpx; } .cate-nav .item .name { display: block; height: 84rpx; padding: 0 20rpx; line-height: 84rpx; color: #333; font-size: 30rpx; width: auto; } .cate-nav .item.active .name { color: #09afff; border-bottom: 2px solid #09afff; } .cate-item { margin-top: 94rpx; height: auto; overflow: hidden; } .cate-item .h { height: 145rpx; width: 750rpx; display: flex; flex-direction: column; align-items: center; justify-content: center; } .cate-item .h .name { display: block; height: 35rpx; margin-bottom: 18rpx; font-size: 30rpx; color: #333; } .cate-item .h .desc { display: block; height: 24rpx; font-size: 24rpx; color: #999; } .cate-item .b { width: 750rpx; padding: 0 6.25rpx; height: auto; overflow: hidden; } .cate-item .b .item { /* float: left; background: #fff; width: 365rpx; margin-bottom: 6.25rpx; padding-bottom: 30.333rpx; height: auto; overflow: hidden; */ float: left; background: #fff; width: 342rpx; height: auto; overflow: hidden; padding: 15rpx; border-radius: 15rpx; margin: 16.5rpx 16.5rpx 8.5rpx 16.5rpx; } .cate-item .b .item-b { margin-left: 6.25rpx; } .cate-item .item .img { width: 312rpx; height: 312rpx; border-radius: 15rpx; } .cate-item .b .item .mark { width: 122rpx; height: 100rpx; margin-top: -20rpx; margin-left: 0rpx; } .cate-item .item .name { display: block; width: 365.625rpx; /* height: 63rpx; */ margin: 0 0 5rpx 0; overflow: hidden; padding: 0 20rpx; font-size: 26rpx; color: #1C1C1C; line-height: 1.3em; padding-left: 0rpx; } .price-unit{ font-size: 23rpx; font-weight: 400; color: #202020; } .cate-item .item .brand { display: block; width: 365.625rpx; height: 22rpx; font-size: 22rpx; color: #ab956d; margin-top: 10rpx; margin-left: 22rpx; } .counterPrice { text-decoration: line-through; font-size: 24rpx; margin: 0 0 0 20rpx; color: #C7C7C7; } .cate-item .item .price { height: 40rpx; display: flex; margin-top: 10rpx; align-items: flex-end; } .retailPrice { font-size: 40rpx; height: 40rpx; line-height: 40rpx; font-weight: bold; color: #202020; } .memberPrice { font-size: 22rpx; color: #DD483E; margin: 0 10rpx 0 20rpx; } .member-price-tag { width: 88rpx; height: 26rpx; line-height: 26rpx; background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/member/member-price-bg.png') no-repeat center center; background-size: 100% 100%; color: #5E3A11; font-size: 16rpx; padding: 0 8rpx 0 0; text-align: right; margin: 0 0 6rpx 0; }