Authored by 肖亚东

UI修改 — review by 李其昌

... ... @@ -18,7 +18,9 @@
.group-item {
display: inline-block;
margin-right: 20px;
height: auto;
width: 200px;
height: 80px;
// height: auto;
overflow: hidden;
}
... ... @@ -52,6 +54,7 @@
}
.group-text {
width: 200px;
height: 80px;
line-height: 80px;
background: #F5F5F5;
... ... @@ -59,8 +62,8 @@
font-size: 28px;
color: #000;
text-align: center;
padding: 0 45px;
display: inline-block;
text-overflow: ellipsis;
&.actived {
background: #08304B;
... ...
... ... @@ -26,7 +26,7 @@
wx-swiper-item {
width: 91% !important;
margin-right: 40px !important;
margin-right: 20px !important;
}
}
... ...
... ... @@ -34,6 +34,7 @@
line-height: 40px;
color: #000;
letter-spacing: 0;
width: 144px;
// margin-bottom: 20rpx;
}
}
... ...
... ... @@ -41,8 +41,9 @@
flex-wrap: wrap;
margin-top: 38px;
border-left: 1px solid #ddd;
.size-item {
border-top: 1rpx solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
box-sizing: border-box;
... ... @@ -95,6 +96,7 @@
height: 120px;
line-height: 120px;
margin-top: 40px;
font-family: PingFang-SC-Medium;
&:after {
border-radius: 0;
... ... @@ -107,6 +109,7 @@
.price {
color: #64AD88;
font-family: DINAlternate-Bold;
}
}
}
\ No newline at end of file
... ...
... ... @@ -65,7 +65,7 @@ export default class Search extends Component {
return (
<View className="filter-page">
<PageTitle pageTitle="筛选"></PageTitle>
{/* <PageTitle pageTitle="筛选"></PageTitle> */}
{
filter.map((item, index) => {
... ...
... ... @@ -36,6 +36,7 @@
.tab-item {
font-family: PingFang-SC-Medium;
font-weight: normal;
font-size: 32px;
color: #999;
letter-spacing: 0;
... ...
... ... @@ -28,7 +28,7 @@
margin: 0 auto;
display: flex;
align-items: center;
border-bottom: 1px solid #000;
border-bottom: 2px solid #000;
.collect,
.share {
... ... @@ -106,7 +106,7 @@
height: 100px;
line-height: 100px;
text-align: center;
border: 1px solid #000;
border: 2px solid #000;
box-sizing: border-box;
margin: 60px auto 0;
font-family: PingFang-SC-Light;
... ...
... ... @@ -4,7 +4,7 @@
width: 670px;
.latelySearch{
margin-top: 120px;
margin-top: 140px;
}
}
... ...