fix:删除xxx

feature/im-0602-ch
ch 2 years ago
parent 71e6293742
commit d5ec34c4da

@ -2,12 +2,11 @@
* @Author: ch
* @Date: 2019-08-22 19:41:20
* @LastEditors: ch
* @LastEditTime: 2022-06-11 18:25:24
* @LastEditTime: 2022-06-13 14:25:25
* @Description: file content
-->
<template>
<view>
<view class="test">xxxx</view>
<view class="header">
<view class="logo" :class="{'logo__min' : scrollTop > 35 }"></view>
<view class="search search__min" v-if="scrollTop > 35" @click="$Router.push('/search')">
@ -128,14 +127,6 @@ page {
}
</style>
<style lang="scss" scoped>
.test{
background: #ccc;
color: #fff;
position: fixed;
z-index: 9999;
left: 50%;
bottom: 0;
}
.header{
position: sticky;
top: var(--window-top);

@ -2,12 +2,11 @@
* @Author: ch
* @Date: 2022-03-21 18:08:07
* @LastEditors: ch
* @LastEditTime: 2022-05-05 10:52:27
* @LastEditTime: 2022-06-13 14:25:12
* @Description: file content
-->
<template>
<view>
<view class="test">xxxx</view>
<image class="back" src="@/static/common/back_white.png" @click="$Router.back()"/>
<image class="banner" src="@/static/seckill/banner.png"/>
<view class="tab">
@ -112,14 +111,6 @@ page {
}
</style>
<style lang="scss" scoped>
.test{
background: #ccc;
color: #fff;
position: fixed;
z-index: 9999;
left: 50%;
bottom: var(--window-bottom);
}
.back{
width: 14rpx;
height: 28rpx;

Loading…
Cancel
Save