提交 6616765c 作者: 方治民

chore: 调整我的农场页面路由配置相关

上级 3511ea65
...@@ -71,13 +71,12 @@ ...@@ -71,13 +71,12 @@
{ {
"path": "pages/wode/wode", "path": "pages/wode/wode",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "我的农场",
"navigationBarBackgroundColor": "#e6f5e8", "navigationBarBackgroundColor": "#5DB66F",
"backgroundColorTop": "#e6f5e8", "navigationBarTextStyle": "white",
"backgroundColorBottom": "#e6f5e8", "backgroundColorBottom": "#e6f5e8",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"app-plus": { "app-plus": {
"titleNView": false,
"bounce": false "bounce": false
} }
} }
...@@ -97,8 +96,8 @@ ...@@ -97,8 +96,8 @@
"style": { "style": {
"navigationBarTitleText": "个人资料", "navigationBarTitleText": "个人资料",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F8F8F8", "navigationBarBackgroundColor": "#5DB66F",
"navigationBarTextStyle": "black", "navigationBarTextStyle": "white",
"backgroundColorBottom": "#F2F2F2", "backgroundColorBottom": "#F2F2F2",
"app-plus": { "app-plus": {
"titleNView": {} "titleNView": {}
......
...@@ -23,13 +23,6 @@ ...@@ -23,13 +23,6 @@
<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-row codefun-justify-center codefun-relative group_3">
<text class="codefun-self-start font text">我的</text>
<image
class="codefun-self-center image_5 pos"
src="/static/images/codefun/acd10a2959857f5912a96306bc56976e.png"
/>
</view>
<view class="codefun-flex-row codefun-justify-between codefun-items-center group_4"> <view class="codefun-flex-row codefun-justify-between codefun-items-center group_4">
<view class="codefun-flex-row"> <view class="codefun-flex-row">
<image class="image_6" src="/static/images/codefun/8653455b786fbf94ae1c3946f11e7d40.png" /> <image class="image_6" src="/static/images/codefun/8653455b786fbf94ae1c3946f11e7d40.png" />
...@@ -283,7 +276,6 @@ ...@@ -283,7 +276,6 @@
padding-bottom: 44rpx; padding-bottom: 44rpx;
.group { .group {
height: 2020rpx;
.section { .section {
padding: 24rpx 20rpx 88rpx; padding: 24rpx 20rpx 88rpx;
background-image: url('/static/images/codefun/7a5dc4ee864fe55da98b41c14ee3b931.png'); background-image: url('/static/images/codefun/7a5dc4ee864fe55da98b41c14ee3b931.png');
...@@ -332,8 +324,6 @@ ...@@ -332,8 +324,6 @@
} }
} }
.group_4 { .group_4 {
margin-right: 8rpx;
margin-top: 56rpx;
.image_6 { .image_6 {
mix-blend-mode: NOTTHROUGH; mix-blend-mode: NOTTHROUGH;
border-radius: 50%; border-radius: 50%;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论