From 22f0e04d34f19aac857e25627343dff9a2542057 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期二, 25 七月 2023 15:12:42 +0800 Subject: [PATCH] 新增页面 --- pages/tabBar/firstPage/firstPage.vue | 30 ++++++++++++++++++++---------- 1 files changed, 20 insertions(+), 10 deletions(-) diff --git a/pages/tabBar/firstPage/firstPage.vue b/pages/tabBar/firstPage/firstPage.vue index 010e28c..4087820 100644 --- a/pages/tabBar/firstPage/firstPage.vue +++ b/pages/tabBar/firstPage/firstPage.vue @@ -9,7 +9,7 @@ <view class="barText">首页</view> </view> </view> - <view style="display: flex;flex-direction: column;padding: 10px 15px;"> + <view class="list"> <view class="first" @click="goExamine"> 预警审核 </view> @@ -84,15 +84,14 @@ <style> .navBarBox .navBar { - background-color:lightgrey; - height: 45px; - display: flex; - flex-direction: row; - justify-content: center; - align-items: center; - font-size: 16px; - /* text-align: center; */ - font-weight: 600; + background-color:#fff; + height: 50px; + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + box-shadow: 0 3px 12px rgba(0,0,0,0.05); + } .fix{ position: sticky; @@ -105,6 +104,12 @@ .statusBar{ background-color:lightgrey; } +.list{ + display: flex; + flex-direction: column; + padding: 10px 15px; + +} .first{ width: 100%; height: 110px; @@ -117,4 +122,9 @@ font-size: 18px; margin-top: 40px; } +.barText{ + text-align: center; + font-size: 16px; + font-weight: 600; +} </style> \ No newline at end of file -- Gitblit v1.9.2