You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
121 lines
1.7 KiB
121 lines
1.7 KiB
/**index.wxss**/
|
|
page{
|
|
width:100%;
|
|
min-height:100%;
|
|
background:#f5f5f5;
|
|
}
|
|
#sort{
|
|
background:#f5f5f5;
|
|
padding-top:35rpx;
|
|
}
|
|
.search{margin:0rpx 24rpx 22rpx;}
|
|
.search input{
|
|
width:656rpx;
|
|
padding:0px 25rpx;
|
|
height:56rpx;
|
|
line-height:56rpx;
|
|
background:#e5e5e5;
|
|
border-radius:20rpx;
|
|
color:#979797;
|
|
font-size:24rpx;}
|
|
.made_product{
|
|
margin-bottom:120rpx;
|
|
}
|
|
.made_sort{
|
|
width:27%;
|
|
text-align:center;
|
|
background:#fff;
|
|
min-height:100%;
|
|
}
|
|
.made_cont{
|
|
width:70%;
|
|
background:#fff;}
|
|
.madeSort{
|
|
height:auto;
|
|
padding-bottom:12rpx;
|
|
}
|
|
.left_bar{
|
|
width:100%;
|
|
text-align:center;
|
|
}
|
|
.lsort_LeftAll{
|
|
width:100%;
|
|
height:88rpx;
|
|
font-size:30rpx;
|
|
color:#666;
|
|
}
|
|
.madeSort .img_bg{
|
|
width:100%;
|
|
height:88rpx;
|
|
line-height:88rpx;
|
|
|
|
color:#666;
|
|
|
|
}
|
|
.madeSort .text2{
|
|
font-size:22rpx;
|
|
color:#999;
|
|
height:70rpx;
|
|
line-height:70rpx;
|
|
}
|
|
.small_sort{
|
|
width:65%;
|
|
margin:0rpx auto;
|
|
border-top:solid 1px #666;
|
|
}
|
|
.small_txt{
|
|
width:80%;
|
|
margin:0rpx auto;
|
|
}
|
|
.small_sort text{
|
|
display:block;
|
|
}
|
|
.madeSort .text3{
|
|
border-top:solid 1px #b1b1b1;
|
|
}
|
|
.made_bg .img_bg{background:linear-gradient(to right,rgba(72,222,223,1.00),rgba(42,154,225,1.00));}
|
|
|
|
.made_bg .active{color:#fff;}
|
|
.madeContItem{display:none;}
|
|
.madeShow{display:block}
|
|
.made_name{
|
|
font-size:22rpx;
|
|
color:#222;
|
|
|
|
}
|
|
.made_tlt{
|
|
height:86rpx;
|
|
line-height:86rpx;
|
|
background:#fff;
|
|
}
|
|
.made_tlt .made_name{
|
|
margin-left:4%;
|
|
color:#222;
|
|
font-size:28rpx;
|
|
}
|
|
.made_tlt .made_more{
|
|
font-size:24rpx;
|
|
color:#a3a3a3;
|
|
margin-right:4%;}
|
|
.made_case{
|
|
border-radius:30rpx;
|
|
overflow:hidden;
|
|
padding:2%;
|
|
}
|
|
.made_item{
|
|
float:left;
|
|
width:44%;
|
|
height:200rpx;
|
|
float:left;
|
|
margin:3%;
|
|
text-align:center;
|
|
}
|
|
.made_item image{
|
|
width:100%;
|
|
height:80%;
|
|
}
|
|
.made_item .product_name{
|
|
font-size:24rpx;
|
|
color:#222;
|
|
|
|
} |