css调整

parent aaeb1eaf
...@@ -25,13 +25,6 @@ ...@@ -25,13 +25,6 @@
<text class="three-text">{{ item.oriPrice }}</text> <text class="three-text">{{ item.oriPrice }}</text>
<text class="four-text">{{ item.prodName }}</text> <text class="four-text">{{ item.prodName }}</text>
</view> </view>
<!-- <view class="groupPurchasePrice">
<image class="img" src="../../static/index/groupBuying.png" mode="widthFix" />
<text class="one-text">¥39</text>
<view class="two-text">8.8折</view>
<text class="three-text">¥59.8</text>
<text class="four-text">游戏通宵补血套餐</text>
</view> -->
</view> </view>
</view> </view>
</template> </template>
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
</view> </view>
</view> </view>
</view> </view>
<wd-status-tip image="content" tip="暂无内容" v-if="shopCardData.simpleProds.length === 0" />
</view> </view>
</template> </template>
......
...@@ -77,8 +77,8 @@ ...@@ -77,8 +77,8 @@
></wd-icon> ></wd-icon>
</view> </view>
</view> </view>
<view class="bootom-bottom"> <!-- <view class="bootom-bottom">
<!-- <view <view
@tap="choice(index)" @tap="choice(index)"
class="item" class="item"
:class="{ light: active === index }" :class="{ light: active === index }"
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
:key="index" :key="index"
> >
{{ item }} {{ item }}
</view> --> </view>
</view> </view> -->
<!-- 美食类别 --> <!-- 美食类别 -->
<Classification v-show="rotate" :category="categoryData" @foodCategory="foodCategory" /> <Classification v-show="rotate" :category="categoryData" @foodCategory="foodCategory" />
<!-- 附近筛选 --> <!-- 附近筛选 -->
...@@ -468,15 +468,17 @@ page { ...@@ -468,15 +468,17 @@ page {
} }
} }
.bootom { .bootom {
height: 124rpx; position: sticky;
top: 0;
height: 70rpx;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-around; justify-content: space-around;
border-radius: 6rpx; border-radius: 6rpx;
background: #ffffff; background: #ffffff;
position: relative;
margin-top: 10rpx; margin-top: 10rpx;
margin-bottom: 20rpx; margin-bottom: 20rpx;
z-index: 999;
.bootom-top { .bootom-top {
display: flex; display: flex;
align-items: center; align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment