Commit 5e29cb4c by hank

bug

parent b39a18ec
......@@ -513,6 +513,7 @@ ul {
background-size: cover;
width: 6.7rem;
height: 3.83rem;
overflow: hidden;
color: white;
text-align: center;
font-weight: bold;
......
......@@ -532,6 +532,7 @@ ul {
width:auto;
height:auto;
position: relative;
// overflow: hidden;
bottom: 0;
left: 0.05rem;
padding-top: 2.5rem;
......@@ -541,7 +542,7 @@ ul {
background-size: cover;
width:6.7rem;
height:3.83rem;
overflow: hidden;
color: white;
text-align: center;
font-weight: bold;
......
......@@ -1012,13 +1012,13 @@ ul {
}
.our-products {
background-size: cover;
height: 854px;
height: 14rem;
}
.our-products .our {
background: none;
background-size: 98%;
background-position: 0 100px;
height: 1000px;
height: auto;
}
.our-products .our .views-content {
top: 200px;
......@@ -1058,6 +1058,8 @@ ul {
}
.our-products .views-content {
position: absolute;
width: 6.35rem ;
height: 4.21rem ;
z-index: 999;
top: -40px;
left: 5%;
......@@ -1068,17 +1070,18 @@ ul {
}
.our-products .views-content a {
position: absolute;
bottom: 40px;
right: 40px;
bottom: 0.2rem;
right: 0.50rem;
text-align: center;
width: 107.2px;
height: 31.2px;
line-height: 31.2px;
font-size: 14.5px;
width: 1.3rem;
height: 0.48rem;
line-height: 0.48rem;
font-size: 0.22rem;
}
.our-products .views-content .left-item {
height: 316px !important;
margin-bottom: 30px;
height: 4.21rem ;
margin-bottom: 1rem;
width: auto;
}
.our-products .views-content .left-item a {
display: inline-block;
......@@ -1087,14 +1090,14 @@ ul {
cursor: pointer;
}
.our-products .views-content .introduce {
width: 340px;
height: 316px;
width: 6.35rem ;
height: 4.21rem ;
background: url('../img/mapbg.png') no-repeat top center;
background-size: cover;
padding-left: 34px;
padding-left: 0.5rem;
}
.our-products .views-content .introduce .top {
padding-top: 20px !important;
padding-top: 0.2rem !important;
}
.our-products .views-content .introduce .top .line1 {
width: 169px;
......@@ -1124,8 +1127,11 @@ ul {
.our-products .views-content .introduce .bottom {
padding-top: 20px !important;
color: #979797;
font-size: 14px;
line-height: 30px;
font-size: 0.2rem !important;
line-height: 0.3rem !important;
}
.our-products .views-content .two {
margin-left: 0.5rem;
}
.left-menu {
display: inline-block;
......
......@@ -1095,14 +1095,14 @@ ul {
}
.our-products {
background-size: cover;
height: 854px;
height: 14rem;
.our {
background: none;
background-size: 98%;
background-position: 0 100px;
height:1000px;
height:auto;
.views-content {
top: 200px;
top: 200px;
}
}
.word-right {
......@@ -1142,6 +1142,8 @@ ul {
.views-content {
position: absolute;
// overflow: hidden;
width:6.35rem ;
height: 4.21rem ;
z-index: 999;
top: -40px;
left: 5%;
......@@ -1151,18 +1153,19 @@ ul {
}
a {
position: absolute;
bottom: 40px;
right: 40px;
bottom: 0.2rem;
right: 0.50rem;
text-align: center;
width:107.2px;
height:31.2px;
line-height: 31.2px;
font-size: 14.5px;
width:1.3rem;
height:0.48rem;
line-height: 0.48rem;
font-size: 0.22rem;
}
.left-item {
height:316px !important;
margin-bottom: 30px;
height: 4.21rem ;
margin-bottom: 1rem;
width: auto;
a {
display: inline-block;
color: #A7A7A7;
......@@ -1171,14 +1174,14 @@ ul {
}
}
.introduce {
width:340px;
height:316px;
width:6.35rem ;
height: 4.21rem ;
background: url('../img/mapbg.png') no-repeat top center;
background-size: cover;
padding-left: 34px;
padding-left: 0.5rem;
.top {
padding-top: 20px !important;
padding-top: 0.2rem !important;
.line1 {
width:169px;
height:1px;
......@@ -1208,10 +1211,13 @@ ul {
.bottom {
padding-top: 20px !important;
color: #979797;
font-size: 14px;
line-height: 30px;
font-size: 0.2rem !important;
line-height: 0.3rem !important;
}
}
.two {
margin-left: 0.5rem;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment