Browse Source

更新首页样式和图片

pull/2/head
徐飞洋 2 months ago
parent
commit
9f6a4c5c34
  1. BIN
      images/1.png
  2. BIN
      images/2.png
  3. BIN
      images/轮播图1.jpg
  4. BIN
      images/轮播图2.jpg
  5. 4
      pages/index/index.wxml
  6. 5
      pages/index/index.wxss

BIN
images/1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

BIN
images/2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 KiB

BIN
images/轮播图1.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

BIN
images/轮播图2.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

4
pages/index/index.wxml

@ -162,7 +162,7 @@
<view class="ad-card ad-full-card">
<image
class="ad-image"
src="/images/轮播图1.jpg"
src="/images/1.png"
mode="aspectFill"
bindtap="onAdClick"
data-ad="ad_slot_1"
@ -224,7 +224,7 @@
<view class="ad-card ad-half-image">
<image
class="ad-image-half"
src="/images/轮播图1.jpg"
src="/images/2.png"
mode="aspectFill"
bindtap="onAdClick"
data-ad="ad_slot_2"

5
pages/index/index.wxss

@ -1559,14 +1559,13 @@ wx-button:not([size=mini]) {
position: fixed;
right: 24rpx;
bottom: 180rpx;
width: 96rpx;
height: 96rpx;
width: 60rpx;
height: 60rpx;
background: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(16rpx);
-webkit-backdrop-filter: blur(16rpx);
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 0 6rpx 20rpx rgba(0, 0, 0, 0.15);

Loading…
Cancel
Save