main
liudan 2 years ago
parent 6da156b0f0
commit 0ad5283eae
  1. 7
      page/begin/begin.wxml
  2. 10
      page/begin/begin.wxss
  3. 2
      page/shetai/shetai.wxml
  4. 2
      page/systemTest/systemTest.wxml
  5. 5
      project.private.config.json

@ -2,7 +2,8 @@
<!-- <text>pages/home/home.wxml</text> -->
<view style="width: 100%">
<view class="titleContainer">
<image src="../img/title.png"></image>
<view class="title">中医体质辨识专业版</view>
<!-- <image src="../img/title.png"></image> -->
</view>
<view class="centerPic">
@ -11,9 +12,7 @@
</view>
<view class="textNum">总测试数:{{total}}</view>
<view class="noticeInfo">
<text>
中华中医药学会《中医体质分类与判断》标准.\n主要起草单位:北京中医药大学
</text>
<text>依据标准:《中医体质分类与判定》\n标准颁布:中华中医药学会\n起草单位:北京中医药大学</text>
</view>
<view class="footer_btn" bindtap='jump'>
立即开始

@ -5,9 +5,15 @@ page{
display: flex;
align-items: center;
}
.title{
color:#34ab92;
font-size:60rpx;
text-align: center;
}
.titleContainer{
height:186rpx;
width:64%;
/* width:64%; */
width:80%;
margin:20rpx auto;
}
.titleContainer image{
@ -61,6 +67,6 @@ page{
padding:18rpx 0;
width:53%;
text-align: center;
margin:0rpx auto;
margin:20rpx auto;
}

@ -2,7 +2,7 @@
<view class="index">
<view class="header"></view>
<view class="content">
<view class="title">上传舌苔立即获取体质报告</view>
<view class="title">请尽量伸出舌苔拍照上传</view>
<view class="picimg">
<view class="shetaipiccontent">
<image src="../../assets/images/pic.png" mode="widthFix" class="shetaipic" wx:if="{{imgPath==''}}"></image>

@ -36,7 +36,7 @@
</view>
</view>
<view class="footer_btn" bindtap="startTest">
立即开始
开始测试
</view>
<button class="zixun" open-type='contact' >
    <image src="../img/zixun.png"></image>

@ -1,7 +1,8 @@
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "体质测试",
"projectname": "tizhiceshi",
"setting": {
"compileHotReLoad": true
"compileHotReLoad": true,
"urlCheck": false
}
}
Loading…
Cancel
Save