Commit 78fb4d7d authored by chenkai1's avatar chenkai1

ai起名页面导航栏修改

parent ab1d9875
...@@ -67,17 +67,15 @@ ...@@ -67,17 +67,15 @@
{ {
"path": "pages/naming/naming", "path": "pages/naming/naming",
"style": { "style": {
"navigationBarTitleText": "宝宝取名", "navigationBarTitleText": "星妈起名",
"enablePullDownRefresh": false, "enablePullDownRefresh": false
"navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/naming/namingResult", "path": "pages/naming/namingResult",
"style": { "style": {
"navigationBarTitleText": "AI-宝宝取名", "navigationBarTitleText": "星妈起名",
"enablePullDownRefresh": false, "enablePullDownRefresh": false
"navigationStyle": "custom"
} }
}, },
{ {
......
<template> <template>
<view> <view>
<view class="naming_bg" :style="{backgroundImage: `url(${$baseUrl}aiNaming/bg.jpg)`}"> <view class="naming_bg" :style="{backgroundImage: `url(${$baseUrl}aiNaming/bg.jpg)`}">
<view class="page-top"> <!-- <view class="page-top">
<image @tap="backHandler" class="btnback" :src="$baseUrl+'aiNaming/back_btn.png'"></image> <image @tap="backHandler" class="btnback" :src="$baseUrl+'aiNaming/back_btn.png'"></image>
<view class="page_title">星妈起名</view> <view class="page_title">星妈起名</view>
</view> </view> -->
<view class="top_con"> <view class="top_con">
<!--出生状态--> <!--出生状态-->
...@@ -559,7 +559,7 @@ ...@@ -559,7 +559,7 @@
position: absolute; position: absolute;
width: 686rpx; width: 686rpx;
height: 1044rpx; height: 1044rpx;
top: 243rpx; top: 43rpx;
left: 32rpx; left: 32rpx;
background: #fff; background: #fff;
border-radius: 28rpx; border-radius: 28rpx;
...@@ -677,7 +677,7 @@ ...@@ -677,7 +677,7 @@
position: absolute; position: absolute;
width: 686rpx; width: 686rpx;
height: 94rpx; height: 94rpx;
top: 1430rpx; top: 1230rpx;
left: 32rpx; left: 32rpx;
background-size: 100% 100%; background-size: 100% 100%;
} }
......
<template> <template>
<view class="bg"> <view class="bg">
<view class="naming_result_bg" :style="{backgroundImage: `url(${$baseUrl}aiNaming/bg.jpg)`}"> <view class="naming_result_bg" :style="{backgroundImage: `url(${$baseUrl}aiNaming/bg.jpg)`}">
<view class="page-top"> <!-- <view class="page-top">
<image @tap="backHandler" class="btnback" :src="$baseUrl+'aiNaming/back_btn.png'"></image> <image @tap="backHandler" class="btnback" :src="$baseUrl+'aiNaming/back_btn.png'"></image>
<view class="page_title">星妈起名</view> <view class="page_title">星妈起名</view>
</view> </view> -->
<view class="box"> <view class="box">
<view class="name_box" v-for="(item, index) in nameList" :key="index"> <view class="name_box" v-for="(item, index) in nameList" :key="index">
<view class="name_con"> <view class="name_con">
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
.box { .box {
height: auto; height: auto;
margin-top: 80rpx; margin-top: 0rpx;
padding-left: 32rpx; padding-left: 32rpx;
padding-right: 32rpx; padding-right: 32rpx;
padding-bottom: 100rpx; padding-bottom: 100rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment