空轴套管样式

This commit is contained in:
2024-01-22 15:48:52 +08:00
parent 5ad1e3b327
commit 927e7cc69a
4 changed files with 34 additions and 5 deletions

View File

@@ -110,7 +110,7 @@ uni-button:after {
top: calc(var(--status-bar-height) + 72rpx);
width: 100%;
height: auto;
padding: 20rpx 14rpx 128rpx 14rpx;
padding: 0rpx 14rpx 108rpx 14rpx;
background: linear-gradient(to bottom, #ff6400 0%, #fee4d7 30%, #f6f6f6 100%)
}
.zd_wrapper {
@@ -280,7 +280,7 @@ uni-button:after {
width: 100%;
z-index: 200;
background-color: #fff;
padding: 20rpx;
padding: 10rpx;
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
}
.submit-button {