修改首页地图

This commit is contained in:
2026-02-08 21:51:10 +08:00
parent fb33e5a1f6
commit 13ee9e66cc
7 changed files with 292 additions and 126 deletions

View File

@ -1,6 +1,7 @@
<template>
<view class="container">
<view class="status-bar"></view>
<view class="page-title">工单</view>
<view class="btn-list">
<uni-row>
<uni-col :span="12">
@ -129,7 +130,7 @@
.btn-list {
position: fixed;
top: var(--status-bar-height);
top: calc(var(--status-bar-height) + 56rpx);
left: 0;
width: 100%;
z-index: 2;
@ -153,10 +154,24 @@
}
.content {
padding: 80px 30rpx 120rpx 30rpx;
padding: 120px 30rpx 120rpx 30rpx;
z-index: 1;
}
.page-title {
position: fixed;
top: var(--status-bar-height);
left: 0;
width: 100%;
z-index: 3;
padding: 16rpx 30rpx 10rpx;
font-size: 32rpx;
font-weight: 700;
color: #19242d;
background: #ffffff;
text-align: center;
}
// 工单列表
.item-list {
color: #4b4951;
@ -226,4 +241,4 @@
.content .item-list:last-child {
margin-bottom: 0;
}
</style>
</style>