Browse Source

缩小回到顶部按钮尺寸

pull/2/head
徐飞洋 2 months ago
parent
commit
a1f61b8b84
  1. BIN
      images/轮播图2.jpg
  2. 8
      pages/index/index.wxss

BIN
images/轮播图2.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

8
pages/index/index.wxss

@ -1521,8 +1521,8 @@ wx-button:not([size=mini]) {
position: fixed; position: fixed;
right: 24rpx; right: 24rpx;
bottom: 180rpx; bottom: 180rpx;
width: 96rpx; width: 72rpx;
height: 96rpx; height: 72rpx;
background: rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(16rpx); backdrop-filter: blur(16rpx);
-webkit-backdrop-filter: blur(16rpx); -webkit-backdrop-filter: blur(16rpx);
@ -1531,7 +1531,7 @@ wx-button:not([size=mini]) {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
box-shadow: 0 6rpx 20rpx rgba(0, 0, 0, 0.15); box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.15);
border: 2rpx solid rgba(255, 255, 255, 0.4); border: 2rpx solid rgba(255, 255, 255, 0.4);
opacity: 0; opacity: 0;
transform: translateY(20rpx); transform: translateY(20rpx);
@ -1547,7 +1547,7 @@ wx-button:not([size=mini]) {
} }
.back-to-top-icon { .back-to-top-icon {
font-size: 32rpx; font-size: 24rpx;
color: #1677ff; color: #1677ff;
font-weight: 600; font-weight: 600;
line-height: 1; line-height: 1;

Loading…
Cancel
Save