|
@@ -37,12 +37,9 @@
|
|
|
>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <img
|
|
|
- class="build-tip"
|
|
|
- src="@/assets/images/build-tip.png"
|
|
|
- alt=""
|
|
|
- draggable="false"
|
|
|
- >
|
|
|
+ <div class="build-tip">
|
|
|
+ 点击图纸,重现古镇建设过程
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="right">
|
|
|
<div class="effect">
|
|
@@ -345,13 +342,25 @@ export default {
|
|
|
color: #C26827;
|
|
|
}
|
|
|
}
|
|
|
- >img.build-tip {
|
|
|
+ >.build-tip {
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
- bottom: calc(-38 / v-bind('windowSizeWhenDesign') * v-bind('unit'));
|
|
|
+ bottom: calc(-70 / v-bind('windowSizeWhenDesign') * v-bind('unit'));
|
|
|
transform: translate(-50%, 100%);
|
|
|
- width: calc(506 / v-bind('windowSizeWhenDesign') * v-bind('unit'));
|
|
|
- height: calc(110 / v-bind('windowSizeWhenDesign') * v-bind('unit'));
|
|
|
+ width: calc(530 / v-bind('windowSizeWhenDesign') * v-bind('unit'));
|
|
|
+ height: calc(60 / v-bind('windowSizeWhenDesign') * v-bind('unit'));
|
|
|
+ background-image: url(@/assets/images/build-tip-bg.png);
|
|
|
+ background-size: contain;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center center;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ font-size: calc(24 / v-bind('windowSizeWhenDesign') * v-bind('unit'));
|
|
|
+ font-family: Source Han Sans CN-Bold, Source Han Sans CN;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #C26827;
|
|
|
+ line-height: calc(28 / v-bind('windowSizeWhenDesign') * v-bind('unit'));
|
|
|
}
|
|
|
}
|
|
|
>.right {
|