2024-08-29 14:36:16 +08:00
|
|
|
@import '../common/common.wxss';
|
|
|
|
.search{
|
|
|
|
padding: 20rpx;
|
|
|
|
}
|
|
|
|
.search-text{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
height: 50rpx;
|
|
|
|
color: #aaa;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-radius: 20rpx;
|
|
|
|
}
|
|
|
|
.search-text icon{
|
|
|
|
margin-right: 10rpx;
|
|
|
|
}
|
|
|
|
swiper {
|
|
|
|
height: 421.5rpx;
|
|
|
|
}
|
|
|
|
swiper-item image {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-title,.newest-title{
|
|
|
|
width: 100%;
|
|
|
|
padding:30rpx 0;
|
|
|
|
height: 40rpx;
|
|
|
|
color: #AB956D;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.select-top-small{
|
|
|
|
width: 375rpx;
|
|
|
|
height: 375rpx;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.select-bottom,.select-top{
|
|
|
|
width: 100%;
|
|
|
|
height: 375rpx;
|
|
|
|
}
|
|
|
|
.select-top-small image,.select-bottom image,.select-top-small navigator,.select-bottom navigator{
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.newest-box{
|
|
|
|
padding:0 20rpx;
|
|
|
|
}
|
|
|
|
.newest-box .newest-list{
|
|
|
|
display: inline-block;
|
|
|
|
width: 700rpx;
|
2024-08-31 17:33:35 +08:00
|
|
|
height: 470rpx;
|
2024-08-29 14:36:16 +08:00
|
|
|
/* margin:0 0 20rpx 0; */
|
|
|
|
padding-top: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
text-align: center;
|
|
|
|
background: #f5f6f5;
|
|
|
|
}
|
|
|
|
.newest-box .newest-list:nth-child(2n){
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
.newest-box .newest-list image{
|
|
|
|
width: 600rpx;
|
|
|
|
height: 350rpx;
|
|
|
|
margin: 20rpx 0 10rpx;
|
|
|
|
}
|
|
|
|
.newest-box .newest-list .newest-text{
|
2024-08-31 17:33:35 +08:00
|
|
|
color: red;
|
2024-08-29 14:36:16 +08:00
|
|
|
font-size: 32rpx;
|
|
|
|
}
|