Browse Source

样式统一

zyz 6 years ago
parent
commit
6515a7fc33

+ 4 - 1
app/jbsc/css/advice.css

@ -19,4 +19,7 @@ input:-moz-placeholder { color:#999; }
.save{margin-top: 40px;}
[v-cloak] {
    display: none;
}
}
.btn-default{color: #666;background-color: #fff;border-color: #ccc;}
.btn-default:hover{background-color: #ececec;color: #666;}

+ 1 - 0
app/jbsc/css/filter_result.css

@ -17,6 +17,7 @@
[v-cloak] {
    display: none;
}
p{word-break: break-all;}
.prompt-text{background-color: #ffa39e;color: #fff;font-size: 12px;text-align: center;line-height: 26px;}
.single-choice-question{margin: 20px;padding: 0 20px;max-height: 540px;overflow-y: auto;border: 1px solid #d7dce6;border-radius: 10px;}
.question-title{font-size: 16px;line-height: 40px;}

+ 7 - 3
app/jbsc/css/filter_type.css

@ -2,7 +2,7 @@
.c-container{width: 560px;transition: all .3s ease-in-out;}
.select-type,.select-denuzen{float: left;}
.filter-list{background: #fff;text-align: center;padding: 0;width: 280px;list-style: none;margin-bottom: 0;}
.filter-list li{height: 40px;line-height: 40px;cursor: pointer;color: #333;font-size: 14px;border-bottom: 1px solid #ccc;}
.filter-list li,.filter-list-list{height: 40px;line-height: 40px;cursor: pointer;color: #333;font-size: 14px;border-bottom: 1px solid #ccc;}
.filter-list-list.active,.filter-list-list:hover{color: #12B7F5;background-color: #f5f5f5;}
.pl20{padding-left: 20px;}
@ -61,6 +61,10 @@
.mb-icon-round.red{border: solid 1px #FF4c4c;color: #FF4c4c;}
.mb-icon-round.orange{border: solid 1px #FFc691;color: #FFc691;}
.mb-icon-round.green{border: solid 1px #06bf04;color: #06bf04;}
.start-screening{height: 40px;width: 200px;margin: 20px auto;display: block;background-color: #12b7f5;color: #fff;}
.clear-fixed-bottom .btn{height: 40px;width: 200px;margin: 20px auto;display: block;color: #fff;cursor: not-allowed;}
.clear-fixed-bottom .btn:focus{border: none;outline: none;}
.start-screening{background-color: #12b7f5;color: #fff;cursor: pointer!important;}
.clear-fixed-bottom{height: 80px;}
.btn-fixed-bottom{background: #fff;position: fixed;left: 0;right: 0;bottom: 0;max-width: 280px;}
.btn-fixed-bottom{background: #fff;position: fixed;left: 0;right: 0;bottom: 0;max-width: 280px;}
.clear-fixed-bottom-gdwj{background: #fff;position: fixed;left: 0;right: 0;bottom: 0;max-width: 280px;border-top: 1px solid #ececec;}
.clear-fixed-bottom-gdwj .filter-list-list{border-bottom: none;background: none;}

+ 4 - 1
app/jbsc/css/questionnaire.css

@ -17,9 +17,11 @@
[v-cloak] {
    display: none;
}
p{word-break: break-all;}
.btn-exit{color: #f96565;background-color: #fff;border-color: #ccc;}
.btn-exit:hover{background-color: #ececec;color: #f96565;}
.btn-exit:focus,.btn-exit:link,.btn-exit:active{outline: none;color: #f96565;background-color: #ececec;}
.btn-exit:active{border-color: #ccc!important;}
.c-999{color: #999!important;}
.prompt-text{background-color: #ffa39e;color: #fff;font-size: 12px;text-align: center;line-height: 26px;}
.single-choice-question{margin: 20px;padding: 0 20px;max-height: 540px;overflow-y: auto;border: 1px solid #d7dce6;border-radius: 10px;}
@ -60,3 +62,4 @@
.disabled{pointer-events: none;}
.wenjuan-textarea{padding: 8px 12px;width: 100%;border-radius: 4px;}
.submit-btn{background-color: #12b7f5;color: #fff;}
.submit-btn:hover,.submit-btn:link{color: #fff;background-color: #00adee;}

+ 9 - 2
app/jbsc/css/statistics.css

@ -1,4 +1,4 @@
.nav-tabs li a{background-color: #f5f5f5;color: #666;margin-right: 5px;border-color: #ddd #ddd rgba(0, 0, 0, 0);}
.nav-tabs li a{background-color: #f5f5f5;color: #666;min-width: 140px;text-align: center;margin-right: 5px;border-color: #ddd #ddd rgba(0, 0, 0, 0);}
.nav-tabs li.active a,.nav-tabs li.active a:link{color: #12b7f5;}
.jhover {
    background: #12B7F5!important;
@ -67,6 +67,9 @@ select.form-control{
	padding: 0px 1px;
	height: 28px;
}
.bgc-02cfb9{background-color: #02cfb9;color: #fff;}
.bgc-02cfb9.focus, .bgc-02cfb9:focus, .bgc-02cfb9:hover{color: #fff;background-color: #00bda8;}
.bgc-12B7F5{
	background-color: #12B7F5;	
}
@ -81,6 +84,10 @@ select.form-control{
.bgc-FF9630{
	background-color: #FF9630;
}
.bgc-FF9630:hover{
	background-color: #f58920;
	color: #fff;
}
.c-FF9630{
	color: #FF9630;
}
@ -89,7 +96,7 @@ select.form-control{
	background-color: #2DBE55;
}
.bgc-2DBE55:hover{
	background-color: #29ba51;
	background-color: #30a14f;
	color: #fff;
}
.data-model{

+ 2 - 1
app/jbsc/html/advice.html

@ -4,6 +4,7 @@
		<meta charset="UTF-8">
		<title></title>
		<link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css"/>
		<link rel="stylesheet" type="text/css" href="../../../css/style.min.css" />
		<link rel="stylesheet" href="../css/advice.css" />
	</head>
	<body>
@ -21,7 +22,7 @@
				<p class="qtjy">您还有其他补充建议:</p>
				<textarea class="advice-textarea form-control" v-model="otherAdvice" rows="4"></textarea>
				<div class="text-center">
					<button class="btn btn-primary save" @click="save">保存</button>
					<button class="btn btn-default save" @click="save">保存</button>
				</div>
			</div>
		</div>

+ 3 - 3
app/jbsc/html/filter_type.html

@ -22,8 +22,8 @@
						<li class="text-left pl20">筛选类型:</li>
						<li class="filter-list-list" v-for="item in screenList" :class="{'active':screeningType==item}" v-text="item.title" @click="goDenizen(item)"></li>
					</ul>
					<div class="text-center ptb10" v-if="screenList.length && !noScreen" @click="getScreenList('more')">						
						<button class="btn btn-default">更多问卷</button>
					<div class="text-center ptb10 clear-fixed-bottom-gdwj" v-if="screenList.length && !noScreen" @click="getScreenList('more')">						
						<p class="filter-list-list">更多问卷</p>
					</div>
				</div>
				<div class="select-denuzen">
@ -97,7 +97,7 @@
					</ul>
					<div class="clear-fixed-bottom" v-if="(currentType==1)">
						<div class="btn-fixed-bottom">
							<button class="btn start-screening" :class="{'disabled':!screeningResidents.code}"  @click="startScreening">{{isReLoad==1?'确认':'开始筛查'}}</button>
							<button class="btn" :class="{'start-screening':screeningResidents.code}"  @click="startScreening">{{isReLoad==1?'确认':'开始筛查'}}</button>
						</div>
					</div>
				</div>

+ 1 - 1
app/jbsc/html/statistics.html

@ -219,7 +219,7 @@
										</div>
										<div v-else-if="data.following==0 && data.isOrder==0">
											<span class="btn bgc-FF9630 fl ml10" @click="jkgz(data)">健康跟踪</span>
											<span class="btn bgc-12B7F5 fl ml10" @click="zhuanzhen">转诊</span>
											<span class="btn bgc-02cfb9 fl ml10" @click="zhuanzhen">转诊</span>
										</div>
										<div v-else-if="data.following==1">
											<span class="btn bgc-2DBE55 fl ml10" @click="jkjy(data)">健康教育</span>

+ 4 - 3
app/jbsc/html/view_screening_results.html

@ -29,7 +29,8 @@
			      -ms-flex: 1;
			          flex: 1;
			}
			.question-content{max-height: 195px;overflow: auto;}
			p{word-break: break-all;}
			/*.question-content{max-height: 195px;overflow: auto;}*/
			.prompt-text{background-color: #ffa39e;color: #fff;font-size: 12px;text-align: center;line-height: 26px;}
			.single-choice-question{margin: 20px;padding: 0 20px;max-height: 540px;overflow-y: auto;border: 1px solid #d7dce6;border-radius: 10px;}
			.question-title{font-size: 16px;line-height: 40px;}
@ -82,8 +83,8 @@
			.bgc-12b7f5{background-color: #12b7f5;color: #fff;}
			.bgc-FF9630{background-color: #FF9630;color: #fff;}
			.bgc-2DBE55{background-color: #2DBE55;color: #fff;}
			.bgc-2DBE55.focus, .bgc-2DBE55:focus, .bgc-2DBE55:hover{color: #fff;background-color: #39b65b;}
			.bgc-FF9630.focus, .bgc-FF9630:focus, .bgc-FF9630:hover{color: #fff;background-color: #ff9731;}
			.bgc-2DBE55.focus, .bgc-2DBE55:focus, .bgc-2DBE55:hover{color: #fff;background-color: #30a14f;}
			.bgc-FF9630.focus, .bgc-FF9630:focus, .bgc-FF9630:hover{color: #fff;background-color: #f58920;}
			.bgc-12b7f5.focus, .bgc-12b7f5:focus, .bgc-12b7f5:hover{color: #fff;background-color: #01a9bd;}
			.bgc-02cfb9.focus, .bgc-02cfb9:focus, .bgc-02cfb9:hover{color: #fff;background-color: #00bda8;}
		</style>