Commit 1015776c authored by 陈毅's avatar 陈毅

行业解决方案

parent 1ffbebb5
...@@ -848,10 +848,9 @@ h3 { ...@@ -848,10 +848,9 @@ h3 {
} }
.line{ .line{
margin-bottom: 75px;
width: 1400px; width: 1400px;
text-align: center; text-align: center;
margin:0px auto 75px; margin:0px auto 100px;
} }
.ivu-carousel-dots { .ivu-carousel-dots {
height: 50px; height: 50px;
...@@ -872,8 +871,8 @@ h3 { ...@@ -872,8 +871,8 @@ h3 {
left: 0; left: 0;
bottom: 0; bottom: 0;
z-index: 19; z-index: 19;
padding-top: 100px; padding-top: 48px;
padding-left: 91px; padding-left: 80px;
img { img {
position: absolute; position: absolute;
...@@ -907,15 +906,22 @@ h3 { ...@@ -907,15 +906,22 @@ h3 {
} }
.info { .info {
font-size: 14px; text-indent: 36px;
// font-family: "宋体";
margin-top: 100px;
// text-indent: 28px; margin-top: 114px;
font-weight: 300;
color: #FFFFFF;
opacity: 1;
width: 291px; width: 291px;
height: 100px; height: 133px;
font-size: 14px; font-size: 18px;
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
font-weight: 300; font-weight: 400;
color: #FFFFFF; color: #FFFFFF;
opacity: 1; opacity: 1;
} }
...@@ -927,15 +933,19 @@ h3 { ...@@ -927,15 +933,19 @@ h3 {
} }
.moreal { .moreal {
width: 140px;
height: 48px;
border: 1px solid #FFFFFF;
opacity: 1;
border-radius: 24px;
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
opacity: 1;
display: inline-block; display: inline-block;
width: 100px; line-height: 46px;
height: 36px;
line-height: 36px;
text-align: center; text-align: center;
border-radius: 36px;
border: 1px solid #fff;
font-size: 14px;
color: #fff;
-webkit-transition: all .4s ease; -webkit-transition: all .4s ease;
-moz-transition: all .4s ease; -moz-transition: all .4s ease;
-ms-transition: all .4s ease; -ms-transition: all .4s ease;
...@@ -1649,6 +1659,9 @@ a.news { ...@@ -1649,6 +1659,9 @@ a.news {
justify-content: space-between; justify-content: space-between;
margin-bottom:120px ; margin-bottom:120px ;
} }
.pg1-bottom8{
margin-bottom: 80px !important;
}
.productt .productt-content .pg-1 li { .productt .productt-content .pg-1 li {
display: inline-block; display: inline-block;
// float: left; // float: left;
......
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
</nuxt-link> </nuxt-link>
</li> </li>
</ul> </ul>
<ul class="pg-1 clear-fix"> <ul class="pg-1 pg1-bottom8 clear-fix">
<li <li
class="ourproducts li4" class="ourproducts li4"
> >
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
> >
<CarouselItem v-for="(item, index) in dataList" :key="index" height="537px"> <CarouselItem v-for="(item, index) in dataList" :key="index" height="537px">
<div class="pr"> <div class="pr">
<img :src="item.img" style="height:537px;width:1200px" alt="我们服务于" /> <img :src="item.img" style="height:537px;width:100%;" alt="我们服务于" />
<div class="pa"> <div class="pa">
<div class="flexd"> <div class="flexd">
<div class="title"> <div class="title">
......
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 to comment