|
|
|
@ -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;
|
|
|
|
|