Authored by ccbikai

品牌一览 不显示滚动条

... ... @@ -9,9 +9,10 @@
top: 88rem / $pxConvertRem;
position: fixed;
z-index: 2;
.search-box {
position: relative;
width: 500rem / $pxConvertRem;//450
width: 500rem / $pxConvertRem; //450
height: 60rem / $pxConvertRem;
background-color: #FFF;
border-radius: 30rem / $pxConvertRem;
... ... @@ -22,7 +23,7 @@
height: 60rem / $pxConvertRem;
border: 0;
display: block;
span{
span {
line-height: 60rem / $pxConvertRem;
color: #bdbdbd;
font-size: 1.2em;
... ... @@ -38,6 +39,7 @@
line-height: 60rem / $pxConvertRem;
color: #bdbdbd;
}
.search-input {
border: none;
width: 95%;
... ... @@ -45,6 +47,7 @@
line-height: 1;
padding: 0 10rem / $pxConvertRem;
}
.search-action {
display: none;
position: absolute;
... ... @@ -54,11 +57,11 @@
line-height: 60rem / $pxConvertRem;
color: #666;
}
.clear-text {
margin-right: 20rem / $pxConvertRem;
}
}
}
.banner-top {
... ... @@ -70,6 +73,7 @@
.hot-brand-list {
background: #fff;
li {
float: left;
width: 158rem / $pxConvertRem;
... ... @@ -91,10 +95,10 @@
.title-bar {
width: 100%;
background: #eeeeee;
color: #999999;
// font-weight: bold;
position: relative;
h2 {
// width: 100%;
padding: 0 20rem / $pxConvertRem;
... ... @@ -110,6 +114,7 @@
cursor: pointer;
// height: 50rem / $pxConvertRem;
padding: 0 20rem / $pxConvertRem;
a {
display: block;
// padding-top: 10rem / $pxConvertRem;
... ... @@ -118,6 +123,7 @@
font-size: 28rem / $pxConvertRem;
border-bottom: 1px solid #f3f3f3;
border-top: 1px solid #f9f9f9;
i {
display: inline-block;
margin-top: -4rem / $pxConvertRem;
... ... @@ -129,11 +135,14 @@
font-size: 18rem / $pxConvertRem;
line-height: 38rem / $pxConvertRem;
color: #fff;
border-radius: 50rem / $pxConvertRem;;
border-radius: 50rem / $pxConvertRem;
;
}
.icon-hot {
background: #ff0000;
}
.icon-new {
background: #86c048;
}
... ... @@ -142,7 +151,6 @@
}
.right-bar {
width: 60rem / $pxConvertRem;
height: 75%;
top: 20%;
... ... @@ -150,11 +158,11 @@
position: fixed;
right: 2rem / $pxConvertRem;
border-radius: 12rem / $pxConvertRem;
background: rgba(0,0,0,.8);
background: rgba(0, 0, 0, .8);
z-index: 2;
b {
height: 36rem / $pxConvertRem;
line-height: 36rem / $pxConvertRem;
text-align: center;
display: block;
... ... @@ -162,11 +170,16 @@
font-weight: bold;
}
}
.right-bar::-webkit-scrollbar {
display: none;
}
.con {
padding-top: 10rem / $pxConvertRem;
}
.search-result {
padding-top: 176rem / $pxConvertRem;
}
}
... ...