Authored by 鲁尚清

【无】公司网站-样式修改,图片 #1

... ... @@ -2415,7 +2415,7 @@ blockquote:before {
left: 0;
top: 0;
z-index: -1;
background: url('../img/index/step-route.png');
background: url('../img/index/step-route.jpg');
background-size: cover;
}
.route-title{
... ... @@ -3994,6 +3994,12 @@ blockquote:before {
}
}
@media only screen and (max-width: 768px){
.principle-con{
align-items: flex-start;
}
.principle-item{
padding:15px 40px;
}
.wrap{
height: auto;
overflow-y: auto;
... ...

55.3 KB | W: | H:

45.7 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

56.7 KB | W: | H:

46.6 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

51.7 KB | W: | H:

42.9 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

58.5 KB | W: | H:

108 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

45.5 KB | W: | H:

37.4 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

42.9 KB | W: | H:

35.6 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -14,7 +14,7 @@
<div class="owl-carousel owl-theme owl-loaded all-height">
<div class="owl-stage-outer owl-height all-height">
<div class="owl-stage all-height">
<div :class="['owl-item','home-bg-'+(index+1), 'all-height',{'scroll-to-target':index==2,'cursor-pointer':index==0,'scroll-item':index==2}] " data-target=".team-section" v-for="(item,index) in homeData"
<div :class="['owl-item','home-bg-'+(index+1), 'all-height',{'scroll-to-target':index==2,'cursor-pointer':index==2,'scroll-item':index==2}] " data-target=".team-section" v-for="(item,index) in homeData"
>
<!-- <img :src="'assets/img/index/' + (index+1) + '.png'" class="d-block w-100 h-75">-->
<div :class="['owl-item-content']">
... ... @@ -70,7 +70,7 @@
<div class="container">
<div class="row align-items-center pt-30">
<div class="col-lg-12">
<div class="about-content mr-20 rmr-0 rmb-50 wow customFadeInRight delay-0-1s slow text-center">
<div class=" mr-20 rmr-0 rmb-50 text-center">
<div class="mb-35">
<div class="title-style">魔镜智能运维建设三大原则</div>
</div>
... ... @@ -114,8 +114,8 @@
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="about-content mr-20 rmr-0 rmb-50 wow customFadeInRight delay-0-1s slow text-center">
<div class="section-title mb-35">
<div class=" mr-20 rmr-0 rmb-50 text-center">
<div class=" mb-35">
<div class="title-style route-title">魔镜智能运维建设六步走路线</div>
</div>
</div>
... ...