|
|
@ -3,13 +3,13 @@ |
|
|
|
<div class="service_container" id="service_container"> |
|
|
|
<div class="empty" v-if="showEmpty"></div> |
|
|
|
<div class="content"> |
|
|
|
<div class="main"> |
|
|
|
<h1 class="big_title" id="servive_big_title_ani"> |
|
|
|
<div class="main" id="servive_big_title_ani"> |
|
|
|
<h1 class="big_title"> |
|
|
|
<span class="blue_font" |
|
|
|
>产品研发 / 设计 / 量产</span |
|
|
|
> 一站式服务 |
|
|
|
</h1> |
|
|
|
<p class="article" id="servive_detail_intro_ani"> |
|
|
|
<p class="article"> |
|
|
|
产品梦工厂一家公司全部帮您搞定<br />减少供应商数量就能有效防止供应商 |
|
|
|
<span class="blue_font">扯皮/推诿</span><br />不仅帮您<span |
|
|
|
class="blue_font" |
|
|
@ -79,18 +79,18 @@ const showEmpty = ref(false) |
|
|
|
.big_title { |
|
|
|
transform-style: preserve-3d; |
|
|
|
} |
|
|
|
.big_title::before { |
|
|
|
content: 'ONE STOP SERVICE'; |
|
|
|
position: absolute; |
|
|
|
font-size: 34px; |
|
|
|
font-family: 'ZonaPro'; |
|
|
|
transform: translateZ(-1px); |
|
|
|
font-weight: 800; |
|
|
|
color: #f1f1f1; |
|
|
|
left: 0; |
|
|
|
top: -20px; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
// .big_title::before { |
|
|
|
// content: 'ONE STOP SERVICE'; |
|
|
|
// position: absolute; |
|
|
|
// font-size: 34px; |
|
|
|
// font-family: 'ZonaPro'; |
|
|
|
// transform: translateZ(-1px); |
|
|
|
// font-weight: 800; |
|
|
|
// color: #f1f1f1; |
|
|
|
// left: 0; |
|
|
|
// top: -20px; |
|
|
|
// white-space: nowrap; |
|
|
|
// } |
|
|
|
.article { |
|
|
|
margin-top: 34px; |
|
|
|
font-size: 20px; |
|
|
|