|
@@ -31,6 +31,14 @@
|
|
|
:src="hots3StateContent3"
|
|
|
alt=""
|
|
|
>
|
|
|
+ <OperationTip
|
|
|
+ v-if="state == 2"
|
|
|
+ class="operation-tip"
|
|
|
+ text="向左划动"
|
|
|
+ direction="h"
|
|
|
+ :color="'green'"
|
|
|
+ :is-show="isShowOperationTip"
|
|
|
+ />
|
|
|
<div class="btns-box">
|
|
|
<img
|
|
|
:src="state == 1 ? hots3StateBtn1 : hots3StateBtn1Ac"
|
|
@@ -162,6 +170,16 @@ const goState2 = () => {
|
|
|
width: 990px;
|
|
|
}
|
|
|
}
|
|
|
+ .content3{
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ .operation-tip{
|
|
|
+ position: fixed;
|
|
|
+ bottom: calc(80 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ }
|
|
|
|
|
|
.btns-box {
|
|
|
width: 55%;
|