样式
This commit is contained in:
@@ -107,7 +107,7 @@ uni-button:after {
|
||||
.zd_content {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding: calc(var(--status-bar-height) + 108rpx) 15rpx 120rpx 14rpx;
|
||||
padding: 108rpx 15rpx 120rpx 14rpx;
|
||||
}
|
||||
.zd_wrapper {
|
||||
width: 100%;
|
||||
@@ -340,7 +340,7 @@ uni-button[disabled]:not([type]) {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: calc(100% - var(--status-bar-height) - 72rpx);
|
||||
height: calc(100% - 72rpx);
|
||||
padding: 14rpx;
|
||||
background-color: #f6f6f6;
|
||||
box-shadow: 0 -8px 16px 0 rgba(28,31,33,.1);
|
||||
|
||||
Reference in New Issue
Block a user