add
This commit is contained in:
parent
e0cead7127
commit
31cea76850
@ -14,7 +14,7 @@
|
||||
<image src="/static/images/greenLineDown.png" style="width:35px;height: 60px;" mode=""></image>
|
||||
</view>
|
||||
<view class="tips-box" :style="{ left:left+'px',top:(top+80)+'px'}">
|
||||
<view class="tips" style="position: absolute;padding-left: 20px;">
|
||||
<view class="tips" style="position: absolute;padding-left: 10rpx;">
|
||||
<view class="tras" :class="{act:isActive}">
|
||||
<text style="font-size: 28rpx;line-height: 100rpx;color: white;">点击供销助农平台进入商户平台</text>
|
||||
</view>
|
||||
@ -151,7 +151,7 @@
|
||||
|
||||
|
||||
.tras {
|
||||
padding-left: 20rpx;
|
||||
padding-left: 10rpx;
|
||||
position: absolute;
|
||||
z-index: 999 !important;
|
||||
width: 20px;
|
||||
|
@ -7,7 +7,7 @@
|
||||
<text class="next-btn-text font" @click="next">下一步(1/4)</text>
|
||||
</view>
|
||||
<view class="tips-box" :style="{right:20, top:(offsetY-218)+'px'}">
|
||||
<view class="tips" style="position: absolute;padding-left: 20px;">
|
||||
<view class="tips" style="position: absolute;padding-left: 10rpx;">
|
||||
<view class="tras" :class="{act:isActive}">
|
||||
<text style="font-size: 28rpx;line-height: 100rpx;color: white;">点击生产页面,进入办公助手</text>
|
||||
</view>
|
||||
@ -164,7 +164,7 @@
|
||||
}
|
||||
|
||||
.tras {
|
||||
padding-left: 20rpx;
|
||||
padding-left: 10rpx;
|
||||
position: absolute;
|
||||
z-index: 999 !important;
|
||||
width: 0px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user