提交 599a5fe4 作者: 方治民

chore: 优化顶部状态栏显示效果

上级 c462a5dc
...@@ -541,7 +541,7 @@ ...@@ -541,7 +541,7 @@
} }
} }
.group_2 { .group_2 {
margin-top: 34rpx; margin-top: 74rpx;
.group_3 { .group_3 {
padding: 9.04rpx 0 5.46rpx; padding: 9.04rpx 0 5.46rpx;
.text { .text {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<view class="codefun-flex-col page"> <view class="codefun-flex-col page">
<view class="codefun-flex-col group"> <view class="codefun-flex-col group">
<view class="codefun-flex-col section"> <view class="codefun-flex-col section">
<view class="codefun-flex-col mt-21"> <view class="codefun-flex-col mt-52rpx">
<text class="codefun-self-center font text">农场</text> <text class="codefun-self-center font text">农场</text>
<view class="codefun-flex-col codefun-self-stretch mt-19"> <view class="codefun-flex-col codefun-self-stretch mt-19">
<view class="codefun-flex-row codefun-items-center section_2"> <view class="codefun-flex-row codefun-items-center section_2">
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<view class="codefun-flex-col page"> <view class="codefun-flex-col page">
<view class="codefun-flex-col"> <view class="codefun-flex-col">
<view class="codefun-flex-col section"> <view class="codefun-flex-col section">
<view class="codefun-flex-col codefun-mt-20"> <view class="codefun-flex-col mt-60rpx">
<text class="codefun-self-center font_9 text">农知</text> <text class="codefun-self-center font_9 text">农知</text>
<view class="codefun-flex-col codefun-self-stretch codefun-mt-20"> <view class="codefun-flex-col codefun-self-stretch codefun-mt-20">
<view class="codefun-flex-row codefun-items-center section_2"> <view class="codefun-flex-row codefun-items-center section_2">
......
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
</view> </view>
<view class="codefun-flex-row codefun-items-baseline"> <view class="codefun-flex-row codefun-items-baseline">
<text class="font_5 text_19">预警</text> <text class="font_5 text_19">预警</text>
<text class="font_4 text_20 text_21 codefun-ml-14">2025-08-29</text> <text class="text-26 text_20 text_21 codefun-ml-14">2025-08-29</text>
</view> </view>
</view> </view>
<image class="image_13" src="/static/images/codefun/64d85a99ca3de5fab9ce0e8dc71aa791.png" /> <image class="image_13" src="/static/images/codefun/64d85a99ca3de5fab9ce0e8dc71aa791.png" />
...@@ -423,7 +423,7 @@ ...@@ -423,7 +423,7 @@
.group { .group {
height: 2530rpx; height: 2530rpx;
.section { .section {
padding: 28rpx 28rpx 220rpx; padding: 48rpx 28rpx 220rpx;
background-image: url('/static/images/codefun/1086a098c06f7f52e77bd7a646747a13.png'); background-image: url('/static/images/codefun/1086a098c06f7f52e77bd7a646747a13.png');
background-size: 100% 100%; background-size: 100% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
...@@ -715,7 +715,7 @@ ...@@ -715,7 +715,7 @@
} }
} }
.font_4 { .font_4 {
font-size: 24rpx; font-size: 20rpx;
line-height: 18.3rpx; line-height: 18.3rpx;
color: #000000; color: #000000;
} }
......
...@@ -307,7 +307,7 @@ ...@@ -307,7 +307,7 @@
} }
.group_3 { .group_3 {
margin-right: 8rpx; margin-right: 8rpx;
margin-top: 24rpx; margin-top: 42rpx;
padding: 16rpx 8rpx 0; padding: 16rpx 8rpx 0;
.text { .text {
color: #ffffffe6; color: #ffffffe6;
......
...@@ -144,10 +144,6 @@ declare module 'vue' { ...@@ -144,10 +144,6 @@ declare module 'vue' {
FuiWhiteSpace: typeof import('./../src/components/FirstUI/fui-white-space/fui-white-space.vue')['default'] FuiWhiteSpace: typeof import('./../src/components/FirstUI/fui-white-space/fui-white-space.vue')['default']
FuiWingBlank: typeof import('./../src/components/FirstUI/fui-wing-blank/fui-wing-blank.vue')['default'] FuiWingBlank: typeof import('./../src/components/FirstUI/fui-wing-blank/fui-wing-blank.vue')['default']
Icon: typeof import('./../src/components/Icon/index.vue')['default'] Icon: typeof import('./../src/components/Icon/index.vue')['default']
Mapbox: typeof import('./../src/components/Map/Mapbox/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Src: typeof import('./../src/components/Echarts/src/index.vue')['default']
ThumbnailPreview: typeof import('./../src/components/ThumbnailPreview/index.vue')['default'] ThumbnailPreview: typeof import('./../src/components/ThumbnailPreview/index.vue')['default']
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论