Commit 8908d51b by Chao Sun

优化问卷

parent 67b92974
$(function () { $(function () {
// var api = 'https://' + window.location.host; // var api = 'https://' + window.location.host;
var api = 'https://mdev.zuihuibi.cn'; var api = 'https://m.zuihuibi.cn';
var gitUrlParam = window.location.search; var gitUrlParam = window.location.search;
const shareInfo = { const shareInfo = {
shareCode: null, shareCode: null,
......
$(function () { $(function () {
// var api = 'https://' + window.location.host; // var api = 'https://' + window.location.host;
var api = 'https://mdev.zuihuibi.cn'; var api = 'https://m.zuihuibi.cn';
var gitUrlParam = window.location.search; var gitUrlParam = window.location.search;
const shareInfo = { const shareInfo = {
shareCode: null, shareCode: null,
......
...@@ -10,12 +10,13 @@ ...@@ -10,12 +10,13 @@
</b> </b>
</li> </li>
</ul> </ul>
</div>
<div class="addChild" (click)="addChild()" *ngIf="!(type==1||type==2)" <div class="addChild" (click)="addChild()" *ngIf="!(type==1||type==2)"
[ngClass]="{'disabled':totalChildLimitCount<=0}"> [ngClass]="{'disabled':totalChildLimitCount<=0}">
<div class="icon">+</div> <div class="icon">+</div>
<div data-toggle="modal">增加孩子年龄</div> <div data-toggle="modal">增加孩子年龄</div>
</div> </div>
</div>
</div> </div>
<div class="content_footer"> <div class="content_footer">
<div style="color: #8a8a8a;" (click)="before()">&lt;</div> <div style="color: #8a8a8a;" (click)="before()">&lt;</div>
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<div class="content"> <div class="content">
<div class="questionTitle"> <div class="questionTitle">
{{ this.curPageData?.questions[0]['questionName'] }} {{ this.curPageData?.questions[0]['questionName'] }}
<span style="font-size: 14px;position: relative;top: 3px;color:#ec2d37;">(请在下列7种情况中选择)</span>
</div> </div>
<ul class="jobContent"> <ul class="jobContent">
<li class="selected" *ngFor="let options of this.curPageData?.questions[0]['options']" <li class="selected" *ngFor="let options of this.curPageData?.questions[0]['options']"
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<div class="content healthContent" style="min-height: 300px;"> <div class="content healthContent" style="min-height: 300px;">
<div class="questionTitle"> <div class="questionTitle">
{{ this.curPageData?.questions[0]['questionName'] }} {{ this.curPageData?.questions[0]['questionName'] }}
<span style="font-size: 14px;position: relative;top: 3px;color:#ec2d37;">(请在下列16种情况中选择)</span>
</div> </div>
<ul class="jobContent"> <ul class="jobContent">
<li *ngFor="let options of this.curPageData?.questions[0]['options']" <li *ngFor="let options of this.curPageData?.questions[0]['options']"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
</div> </div>
<div class="ydCodeContainer"> <div class="ydCodeContainer">
<img style="width: 30%;" src="assets/images/yd.jpg" alt="银盾在线"> <img style="width: 30%;" src="assets/images/yd.jpg" alt="银盾在线">
<p style="font-size:18px;">请关注我们的公众号查询你的方案</p> <p style="font-size:18px;">请关注我们的公众号查询您的报告</p>
</div> </div>
<div class="footer" (click)="getHref()" style="position: relative;top: -80px;"> <div class="footer" (click)="getHref()" style="position: relative;top: -80px;">
<div (click)="getHref()">我知道了</div> <div (click)="getHref()">我知道了</div>
......
...@@ -107,9 +107,6 @@ ol li { ...@@ -107,9 +107,6 @@ ol li {
border-radius: 5px; border-radius: 5px;
} }
.content.healthContent:after{
min-height: calc(100% + 1px);
}
/* .layout.cityLayout .questionTitle{ /* .layout.cityLayout .questionTitle{
margin:0 10px; margin:0 10px;
} */ } */
......
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