Authored by 姜枫

Merge branch 'feature/font-size'

... ... @@ -46,29 +46,29 @@
}
.banner-list {
height: 200px;
height: 100PX;
}
.banner-center-swiper {
background: #fff;
width: 100%;
height: 200px;
height: 100PX;
overflow: hidden;
.banner-list {
height: 200px;
height: 100PX;
li {
float: left;
width: 100%;
height: 200px;
height: 100PX;
a {
position: relative;
display: block;
width: 100%;
height: 100%;
line-height: 200px;
line-height: 100PX;
font-size: 0;
}
... ...
.divide-image {
height: 26px;
height: 14PX;
width: 100%;
background-size: 100% 100%;
}
... ...
... ... @@ -19,6 +19,11 @@
font-size: 32px;
color: #444;
h2 {
font-size: 15PX;
color: #000;
}
.more-btn {
position: absolute;
right: 30px;
... ...
.icons-wrapper {
box-sizing: border-box;
padding: 30px 0 16px;
padding: 15PX 0 2PX;
background: #fff;
background-size: 100% 100%;
border-bottom: 1px solid #e0e0e0;
... ... @@ -39,7 +39,7 @@
.linkbar {
display: block;
line-height: 44px;
line-height: 22PX;
font-size: 12PX;
color: #444;
transform: scale(0.9);
... ...
... ... @@ -145,6 +145,7 @@
.good-detail-text {
.name a {
transform: scale(0.9);
margin: 15px 0 10px;
min-height: 50px;
color: #444;
... ... @@ -162,6 +163,7 @@
font-size: 12PX;
line-height: 22px;
white-space: nowrap;
transform: scale(0.9);
.sale-price {
color: #d62927;
... ...
... ... @@ -95,12 +95,13 @@
}
.copyright {
height: 120px;
height: 60PX;
border-top: 1px solid #ccc;
background-color: #eee;
color: #666;
text-align: center;
line-height: 120px;
line-height: 60PX;
font-size: 12PX;
}
&.bottom {
... ...