修改
This commit is contained in:
parent
d2a2e72a5d
commit
de8c627a6f
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name" : "智慧幼儿体质评估与促进系统",
|
||||
"name" : "幼儿体质健康促进系统",
|
||||
"appid" : "__UNI__D9D6FB7",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.0",
|
||||
|
||||
37
pages.json
37
pages.json
@ -9,21 +9,6 @@
|
||||
"navigationBarTitleText": "",
|
||||
"navigationBarBackgroundColor": "#D7EEE8"
|
||||
}
|
||||
|
||||
}, {
|
||||
"path": "pages/prescription/prescription",
|
||||
"style": {
|
||||
"navigationBarTitleText": "体质评估运动处方",
|
||||
"navigationBarTextStyle": "white", // 标题的字体颜色
|
||||
"navigationBarBackgroundColor": "#37A97B"
|
||||
}
|
||||
|
||||
}, {
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationBarBackgroundColor": "#D7EEE8"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/Parentinformation/Parentinformation",
|
||||
"style": {
|
||||
@ -32,18 +17,28 @@
|
||||
// "navigationStyle": "custom",
|
||||
"navigationBarBackgroundColor": "#D7EEE8" //
|
||||
}
|
||||
|
||||
}, {
|
||||
"path": "pages/prescription/prescription",
|
||||
"style": {
|
||||
"navigationBarTitleText": "体质评估运动处方",
|
||||
"navigationBarTextStyle": "white", // 标题的字体颜色
|
||||
"navigationBarBackgroundColor": "#37A97B"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationBarBackgroundColor": "#D7EEE8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/Personal/Personal",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
// "enablePullDownRefresh": false,
|
||||
// "enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarBackgroundColor": "#D7EEE8" //背景颜色
|
||||
}
|
||||
|
||||
}, {
|
||||
"path": "pages/grade/grade",
|
||||
"style": {
|
||||
@ -51,9 +46,7 @@
|
||||
// "enablePullDownRefresh": false,
|
||||
// "navigationStyle": "custom",
|
||||
"navigationBarBackgroundColor": "#D7EEE8" //背景颜色
|
||||
|
||||
}
|
||||
|
||||
}, {
|
||||
"path": "pages/home/home",
|
||||
"style": {
|
||||
@ -69,12 +62,8 @@
|
||||
"navigationBarTitleText": "体质评估运动处方",
|
||||
"navigationBarBackgroundColor": "#37A97B",
|
||||
"navigationBarTextStyle": "white" // 标题的字体颜色
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
|
||||
@ -58,10 +58,10 @@
|
||||
<view class="masks" style="" v-if="maskshow">
|
||||
<view class="mask">
|
||||
<view class="title">
|
||||
智慧幼儿体质评估与促进系统隐私保护
|
||||
幼儿体质健康促进系统隐私保护
|
||||
</view>
|
||||
<view class="text" style="">
|
||||
<P>本指引是智慧幼儿体质评估与促进系统小程序开发者为收集、使用和存储您的信息而制定。</P>
|
||||
<P>本指引是幼儿体质健康促进系统小程序开发者为收集、使用和存储您的信息而制定。</P>
|
||||
<p>开发者收集信息:</p>
|
||||
<ul>
|
||||
<li>1、开发者收集您的姓名,用于绑定学生家长信息;</li>
|
||||
@ -451,11 +451,11 @@
|
||||
// float: right;
|
||||
position: absolute;
|
||||
right: 3%;
|
||||
transform: translateY(-30px);
|
||||
transform: translateY(-0px);
|
||||
|
||||
image {
|
||||
width: 172rpx;
|
||||
height: 172rpx;
|
||||
width: 130rpx;
|
||||
height: 120rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,8 +4,7 @@
|
||||
<view class="tucengstyle">
|
||||
<image src="/static/tuceng.png"></image>
|
||||
</view>
|
||||
<view class="zhihui">智慧幼儿体质评估
|
||||
与促进系统
|
||||
<view class="zhihui">幼儿体质健康促进系统
|
||||
</view>
|
||||
<button class="denglu" open-type="getPhoneNumber" @getphonenumber='getPhoneNumberp'>微信一键登录</button>
|
||||
<view class="masks" style="" v-if="mask">
|
||||
@ -310,7 +309,7 @@
|
||||
left: 38%;
|
||||
top: 15%;
|
||||
/* background-color: red; */
|
||||
width: 179rpx;
|
||||
width: 200rpx;
|
||||
height: 189rpx;
|
||||
text-align: center;
|
||||
/* vertical-align:middle;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 195 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 195 KiB |
Loading…
Reference in New Issue
Block a user