Authored by hf

to modify home css

... ... @@ -81,7 +81,7 @@
margin-bottom: pxToRem(30px);
padding: pxToRem(6px) 0;
text-align: center;
background: #121314;
background: rgba(0,0,0,0.8);
height: pxToRem(76px);
.link-item {
... ... @@ -128,11 +128,12 @@
background: #fff;
.order-title {
display: block;
padding: 0 pxToRem(30px);
font-size: pxToRem(32px);
font-size: 16px;
line-height: pxToRem(88px);
a {
span {
color: #e0e0e0;
float: right;
}
... ... @@ -151,7 +152,7 @@
position: relative;
float: left;
color: #444;
font-size: pxToRem(28px);
font-size: 14px;
line-height: 1.5;
width: pxToRem(193px);
... ... @@ -191,7 +192,7 @@
display: block;
position: relative;
padding: 0 pxToRem(30px);
font-size: pxToRem(32px);
font-size: 16px;
line-height: pxToRem(88px);
&.highlight {
... ...
... ... @@ -9,7 +9,7 @@
line-height: pxToRe(88px);
text-align: center;
color: #444;
font-weight: bold;
// font-weight: bold;
}
.swiper-container {
... ...