返回顶部组件

This commit is contained in:
2024-01-24 15:49:01 +08:00
parent 927e7cc69a
commit 221dc8d033
5 changed files with 63 additions and 5 deletions

View File

@@ -110,8 +110,9 @@ uni-button:after {
top: calc(var(--status-bar-height) + 72rpx);
width: 100%;
height: auto;
padding: 0rpx 14rpx 108rpx 14rpx;
background: linear-gradient(to bottom, #ff6400 0%, #fee4d7 30%, #f6f6f6 100%)
padding: 20rpx 14rpx 140rpx 14rpx;
/* background: linear-gradient(to bottom, #ff6400 0%, #fee4d7 30%, #f6f6f6 100%) */
background-color: #f6f6f6;
}
.zd_wrapper {
width: 100%;