133 lines
2.5 KiB
CSS
133 lines
2.5 KiB
CSS
/**
|
|
* 顶部内容
|
|
*/
|
|
.top-content {
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
min-height: 410rpx;
|
|
}
|
|
.nav-top-title {
|
|
font-size: 42rpx;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
padding: 2px 250rpx 0 20rpx;
|
|
height: 37px;
|
|
}
|
|
|
|
/**
|
|
* 搜索
|
|
*/
|
|
.search-fixed-seat {
|
|
padding-top: 70rpx;
|
|
}
|
|
.search-content-fixed {
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 11;
|
|
padding-top: 25px;
|
|
padding-bottom: 20rpx;
|
|
width: 100%;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% auto;
|
|
}
|
|
|
|
/**
|
|
* 轮播
|
|
*/
|
|
.banner-content {
|
|
margin-top: 26rpx;
|
|
}
|
|
|
|
/**
|
|
* 楼层数据
|
|
*/
|
|
.floor-list {
|
|
position: relative;
|
|
}
|
|
.floor-list .word .word-icon:not(:last-child) {
|
|
margin-right: 20rpx;
|
|
}
|
|
.floor-list .word image {
|
|
max-width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
.floor-list .goods-list .goods {
|
|
width: calc(50% - 10rpx);
|
|
float: left;
|
|
padding-bottom: 10rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.floor-list .goods-list .goods:nth-of-type(2n + 1) {
|
|
margin-right: 10rpx;
|
|
}
|
|
.floor-list .goods-list .goods:nth-of-type(2n) {
|
|
margin-left: 10rpx;
|
|
}
|
|
.floor-list .goods-list .goods .goods-img {
|
|
width: 100%;
|
|
height: 380rpx !important;
|
|
}
|
|
|
|
/*
|
|
* 限时秒杀 - 插件
|
|
*/
|
|
.seckill .goods-list swiper {
|
|
height: 425rpx !important;
|
|
}
|
|
.seckill .goods-list .item .goods-img {
|
|
width: 100%;
|
|
height: 240rpx;
|
|
}
|
|
.seckill .goods-list .goods-base .icon {
|
|
right: 20rpx;
|
|
bottom: 13rpx;
|
|
}
|
|
|
|
/**
|
|
* 购买记录 - 插件
|
|
*/
|
|
.plugins-salerecords swiper {
|
|
height: 506rpx;
|
|
}
|
|
.plugins-salerecords swiper-item {
|
|
height: 100% !important;
|
|
}
|
|
.plugins-salerecords .item {
|
|
border-bottom: 1px solid #fbfbfb;
|
|
}
|
|
.plugins-salerecords image {
|
|
width: 40rpx !important;
|
|
height: 40rpx !important;
|
|
border-radius: 50%;
|
|
}
|
|
.plugins-salerecords .item-content {
|
|
width: 24%;
|
|
}
|
|
.plugins-salerecords .item-content:nth-child(1) {
|
|
width: 36%;
|
|
}
|
|
.plugins-salerecords .item-content:nth-child(2) {
|
|
width: 40%;
|
|
}
|
|
|
|
/**
|
|
* 标签 - 秒杀单独修改样式
|
|
*/
|
|
.seckill .plugins-label-bottom-left,
|
|
.seckill .plugins-label-bottom-center,
|
|
.seckill .plugins-label-bottom-right {
|
|
bottom: calc(100% - 240rpx);
|
|
}
|
|
|
|
/**
|
|
* 首页中间广告- 插件
|
|
*/
|
|
.plugins-homemiddleadv .item {
|
|
width: calc(50% - 10rpx);
|
|
}
|
|
.plugins-homemiddleadv .item:nth-of-type(2n + 1) {
|
|
float: left;
|
|
}
|
|
.plugins-homemiddleadv .item:nth-of-type(2n) {
|
|
float: right;
|
|
} |