优化
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<view class="container">
|
||||
<view class="status-bar"></view>
|
||||
<view class="btn-list">
|
||||
<uni-row>
|
||||
<uni-col :span="12">
|
||||
@ -128,11 +129,11 @@
|
||||
|
||||
.btn-list {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
top: var(--status-bar-height);
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
padding: 30rpx 30rpx;
|
||||
padding: 20rpx 30rpx;
|
||||
background: #ffffff;
|
||||
|
||||
.btns {
|
||||
@ -152,7 +153,7 @@
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 170rpx 40rpx 120rpx 40rpx;
|
||||
padding: 80px 30rpx 120rpx 30rpx;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user