|
|
|
@ -200,7 +200,8 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="down-wrapper" v-if="downStatus"> |
|
|
|
|
<view class="bg"></view> |
|
|
|
|
<view class="down-box" :style="{ top: mTop }"> |
|
|
|
|
<!-- :style="{ top: mTop }" --> |
|
|
|
|
<view class="down-box"> |
|
|
|
|
<view class="down-item" v-for="(item,index) in downMenu" :key="item.key" :class="{'on':index == downKey}" @click="bindDown(item,index)"> |
|
|
|
|
{{item.title}} |
|
|
|
|
<text v-if="index == downKey" class="iconfont icon-gou"></text> |
|
|
|
@ -1338,7 +1339,8 @@ |
|
|
|
|
z-index: 8; |
|
|
|
|
position: fixed; |
|
|
|
|
left: 0; |
|
|
|
|
top: 238rpx; |
|
|
|
|
// top: 238rpx; |
|
|
|
|
top: 434rpx; |
|
|
|
|
width: 100%; |
|
|
|
|
padding: 0 40rpx 28rpx 74rpx; |
|
|
|
|
background-color: #F8F8F8; |
|
|
|
|