|
|
@ -4,7 +4,7 @@ |
|
|
|
<div class="empty" v-if="showEmpty"></div> |
|
|
|
<div class="contract_title"> |
|
|
|
<p class="line"></p> |
|
|
|
<p class="title">我们的案例</p> |
|
|
|
<p class="title"><span class="blue_font">软硬件</span>开发</p> |
|
|
|
<p class="detail">专业实力 数据见证</p> |
|
|
|
<img class="img" :src="Back" alt="back" /> |
|
|
|
</div> |
|
|
@ -244,7 +244,7 @@ const showEmpty = ref(false) |
|
|
|
right: 70px; |
|
|
|
bottom: 0px; |
|
|
|
width: 163px; |
|
|
|
height: 150%; |
|
|
|
height: 100%; |
|
|
|
background: url(../../../../assets/img/case/zhezhao.png) no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
@ -254,7 +254,7 @@ const showEmpty = ref(false) |
|
|
|
top: 0; |
|
|
|
bottom: 0; |
|
|
|
width: 163px; |
|
|
|
height: 150%; |
|
|
|
height: 100%; |
|
|
|
transform: rotate(180deg); |
|
|
|
background: url(../../../../assets/img/case/zhezhao.png) no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|