Commit 8908d51b by Chao Sun

优化问卷

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