diff --git a/src/images/md/popup2.png b/src/images/md/popup2.png new file mode 100644 index 0000000..91c47c3 Binary files /dev/null and b/src/images/md/popup2.png differ diff --git a/src/pages/17/index.scss b/src/pages/17/index.scss index eb11f65..d23389c 100644 --- a/src/pages/17/index.scss +++ b/src/pages/17/index.scss @@ -40,25 +40,10 @@ } .float1 { - position: fixed; - bottom: 0; - left: 0; - z-index: 3; - width: 100vw; -} - -.float2 { - position: fixed; - bottom: 0; - left: 0; - z-index: 3; - width: 100vw; -} - -.float3 { - position: fixed; - bottom: 0; + position: absolute; + top: 0; left: 0; - z-index: 3; + z-index: 2; width: 100vw; + height: 100vh; } diff --git a/src/pages/17/index.ts b/src/pages/17/index.ts index c3943f9..dff25c0 100644 --- a/src/pages/17/index.ts +++ b/src/pages/17/index.ts @@ -1,7 +1,9 @@ const _app = getApp(); Page({ - data: {}, + data: { + float1: true, + }, onLoad() {}, handlePage() { wx.navigateTo({ @@ -18,6 +20,11 @@ Page({ url: "/pages/17/index", }); }, + handleFloat1() { + this.setData({ + float1: false, + }); + }, }); export {}; diff --git a/src/pages/17/index.wxml b/src/pages/17/index.wxml index 72d0695..5a1b4fa 100644 --- a/src/pages/17/index.wxml +++ b/src/pages/17/index.wxml @@ -8,3 +8,11 @@ + +