This commit is contained in:
白菜
2026-01-19 17:30:03 +08:00
parent de403e861d
commit 648f031ebe
12 changed files with 536 additions and 425 deletions

View File

@ -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;
}