Commit 78fb4d7d authored by chenkai1's avatar chenkai1

ai起名页面导航栏修改

parent ab1d9875
......@@ -67,17 +67,15 @@
{
"path": "pages/naming/naming",
"style": {
"navigationBarTitleText": "宝宝取名",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
"navigationBarTitleText": "星妈起名",
"enablePullDownRefresh": false
}
},
{
"path": "pages/naming/namingResult",
"style": {
"navigationBarTitleText": "AI-宝宝取名",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
"navigationBarTitleText": "星妈起名",
"enablePullDownRefresh": false
}
},
{
......
<template>
<view>
<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>
<view class="page_title">星妈起名</view>
</view>
</view> -->
<view class="top_con">
<!--出生状态-->
......@@ -559,7 +559,7 @@
position: absolute;
width: 686rpx;
height: 1044rpx;
top: 243rpx;
top: 43rpx;
left: 32rpx;
background: #fff;
border-radius: 28rpx;
......@@ -677,7 +677,7 @@
position: absolute;
width: 686rpx;
height: 94rpx;
top: 1430rpx;
top: 1230rpx;
left: 32rpx;
background-size: 100% 100%;
}
......
<template>
<view class="bg">
<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>
<view class="page_title">星妈起名</view>
</view>
</view> -->
<view class="box">
<view class="name_box" v-for="(item, index) in nameList" :key="index">
<view class="name_con">
......@@ -168,7 +168,7 @@
.box {
height: auto;
margin-top: 80rpx;
margin-top: 0rpx;
padding-left: 32rpx;
padding-right: 32rpx;
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