From 9b3f629cb2d15d0e77d7ecd827f84629ddd0c9a9 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 01 十一月 2023 21:50:28 +0800 Subject: [PATCH] # --- pages/project/pakin/pakin.vue | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/project/pakin/pakin.vue b/pages/project/pakin/pakin.vue index e07fa62..5f42961 100644 --- a/pages/project/pakin/pakin.vue +++ b/pages/project/pakin/pakin.vue @@ -29,6 +29,11 @@ <!-- 鍨珮 --> <view style="height: 100rpx;"></view> + <view class="z-floor"> + <view class="z-default">閲嶇疆</view> + <view class="z-primary">缁勬墭</view> + </view> + </view> </template> @@ -169,14 +174,13 @@ <style> .head { - background-color: #f8f8f8; - margin-top: -8px; + /* margin-top: -8px; */ } .sticky { height: 70rpx; - margin-top: -8px; + box-shadow: 0px 4px 4px #e2e2e2; text-align: center; - background-color: #f8f8f8; + background-color: #fff; display: flex; align-items: center; justify-content: center; -- Gitblit v1.9.1