123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- .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;
- }
- .cate-item .b .item-b {
- margin-left: 6.25rpx;
- }
- .cate-item .item .img {
- width: 362rpx;
- height: 362rpx;
- }
- .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: 11.5rpx 0 0 0;
- overflow: hidden;
- padding: 0 20rpx;
- font-size: 30rpx;
- color: #333;
- line-height:1em;
- }
- .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;
- }
- .cate-item .item .price {
- height: 40rpx;
- display: flex;
- margin-top: 20rpx;
- align-items:flex-end;
- }
- .retailPrice{
- font-size: 30rpx;
- height: 30rpx;
- line-height: 30rpx;
- }
- .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;
- }
|