Browse Source

update

demo-md
kola-web 2 weeks ago
parent
commit
ef41a1428b
  1. BIN
      src/images/md/18.png
  2. BIN
      src/images/md/7.png
  3. BIN
      src/images/md/status5.png
  4. BIN
      src/images/md/tabbar1-1.png
  5. BIN
      src/images/md/tabbar1-2.png
  6. BIN
      src/images/md/tabbar1-3.png
  7. BIN
      src/images/md/tabbar1-4.png
  8. 2
      src/pages/12/index.scss
  9. 3
      src/pages/6/index.ts
  10. 1
      src/pages/6/index.wxml
  11. 8
      src/pages/8/index.scss

BIN
src/images/md/18.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 156 KiB

BIN
src/images/md/7.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 540 KiB

After

Width:  |  Height:  |  Size: 921 KiB

BIN
src/images/md/status5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 KiB

After

Width:  |  Height:  |  Size: 3.3 MiB

BIN
src/images/md/tabbar1-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

BIN
src/images/md/tabbar1-2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

BIN
src/images/md/tabbar1-3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

BIN
src/images/md/tabbar1-4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

2
src/pages/12/index.scss

@ -23,7 +23,7 @@
} }
.page-click3 { .page-click3 {
position: absolute; position: absolute;
top: 320rpx; top: 540rpx;
left: 0; left: 0;
z-index: 1; z-index: 1;
width: 100vw; width: 100vw;

3
src/pages/6/index.ts

@ -3,7 +3,8 @@ const _app = getApp<IAppOption>();
Page({ Page({
data: { data: {
current: 0, current: 0,
sliderValue: 0, defaultCurrent: 2,
sliderValue: 2,
slider: { slider: {
0: { 0: {
title: "完全不痛", title: "完全不痛",

1
src/pages/6/index.wxml

@ -28,6 +28,7 @@
step="0.01" step="0.01"
bind:drag="onChange" bind:drag="onChange"
use-button-slot use-button-slot
value="{{defaultCurrent}}"
> >
<view class="slider-button" slot="button"> <view class="slider-button" slot="button">
<view class="tip"> <view class="tip">

8
src/pages/8/index.scss

@ -4,20 +4,20 @@
.page-click1 { .page-click1 {
position: absolute; position: absolute;
top: 1486rpx; top: 1286rpx;
left: 0; left: 0;
z-index: 1; z-index: 1;
width: 50vw; width: 50vw;
height: 120rpx; height: 280rpx;
background-color: transparent; background-color: transparent;
} }
.page-click2 { .page-click2 {
position: absolute; position: absolute;
top: 1486rpx; top: 1286rpx;
left: 50vw; left: 50vw;
z-index: 1; z-index: 1;
width: 50vw; width: 50vw;
height: 120rpx; height: 280rpx;
background-color: transparent; background-color: transparent;
} }

Loading…
Cancel
Save