Browse Source

修改部分样式

zyz 6 years ago
parent
commit
443a77b1de

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

@ -16,4 +16,7 @@
::-moz-placeholder { color:#999; } /* firefox 19+ */
::-moz-placeholder { color:#999; } /* firefox 19+ */
:-ms-input-placeholder { color:#999; } /* ie */
:-ms-input-placeholder { color:#999; } /* ie */
input:-moz-placeholder { color:#999; }
input:-moz-placeholder { color:#999; }
.save{margin-top: 40px;}
.save{margin-top: 40px;}
[v-cloak] {
    display: none;
}

+ 27 - 24
app/jbsc/css/filter_result.css

@ -1,28 +1,31 @@
.flex-box{
.flex-box{
			  display: -webkit-box;
			  display: -ms-flexbox;
			  display: flex;
			  -webkit-box-pack: center;
			      -ms-flex-pack: center;
			          justify-content: center;
			  -webkit-box-align: center;
			      -ms-flex-align: center;
			          align-items: center;
			}
			.flex-box-item{
			  -webkit-box-flex: 1;
			      -ms-flex: 1;
			          flex: 1;
			}
			.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;}
			.question-list,.daan-list{margin: 0;padding: 0;list-style: none;font-size: 14px;line-height: 1;}
			.question-list>li{border-top: 1px solid #d7dce6;padding: 10px 0;}
			.question-name{margin-bottom: 10px;}
			.daan-list>*{padding-left: 20px;}
			.daan-list input{opacity: 0;}
			.daan-list input[type="radio"]{width: 100%;height: 100%;opacity: 0;position: absolute;cursor: pointer;margin: 0;left: 0;right: 0;top: 0;bottom: 0;}
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-box-item{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[v-cloak] {
    display: none;
}
.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;}
.question-list,.daan-list{margin: 0;padding: 0;list-style: none;font-size: 14px;line-height: 1;}
.question-list>li{border-top: 1px solid #d7dce6;padding: 10px 0;}
.question-name{margin-bottom: 10px;}
.daan-list>*{padding-left: 20px;}
.daan-list input{opacity: 0;}
.daan-list input[type="radio"]{width: 100%;height: 100%;opacity: 0;position: absolute;cursor: pointer;margin: 0;left: 0;right: 0;top: 0;bottom: 0;}
.daan-list i{width: 20px;height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;background: url(../images/dianxuan_btn.png) center center / 100% 100% no-repeat;}
.daan-list i{width: 20px;height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;background: url(../images/dianxuan_btn.png) center center / 100% 100% no-repeat;}
.daan-list input[type="radio"]:checked ~ i{background-image: url(../images/dianxuan_pre.png);}
.daan-list input[type="radio"]:checked ~ i{background-image: url(../images/dianxuan_pre.png);}
.label-block{display: block;position: relative;cursor: pointer;}
.label-block{display: block;position: relative;cursor: pointer;}

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

@ -33,6 +33,9 @@
      -ms-flex: 1;
      -ms-flex: 1;
          flex: 1;
          flex: 1;
}
}
[v-cloak] {
    display: none;
}
.select-list .denizen-group{height: auto;}
.select-list .denizen-group{height: auto;}
.denizen-title{position: relative;}
.denizen-title{position: relative;}
.denizen-title:after{content: '';position: absolute;width: 20px;top: 10px;right: 10px;height: 20px;background: url(../images/arrow-down.png) center center / 100% 100% no-repeat;}
.denizen-title:after{content: '';position: absolute;width: 20px;top: 10px;right: 10px;height: 20px;background: url(../images/arrow-down.png) center center / 100% 100% no-repeat;}

+ 27 - 24
app/jbsc/css/questionnaire.css

@ -1,28 +1,31 @@
.flex-box{
.flex-box{
			  display: -webkit-box;
			  display: -ms-flexbox;
			  display: flex;
			  -webkit-box-pack: center;
			      -ms-flex-pack: center;
			          justify-content: center;
			  -webkit-box-align: center;
			      -ms-flex-align: center;
			          align-items: center;
			}
			.flex-box-item{
			  -webkit-box-flex: 1;
			      -ms-flex: 1;
			          flex: 1;
			}
			.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;}
			.question-list,.daan-list{margin: 0;padding: 0;list-style: none;font-size: 14px;line-height: 1;}
			.question-list>li{border-top: 1px solid #d7dce6;padding: 10px 0;}
			.question-name{margin-bottom: 10px;}
			.daan-list{padding-left: 20px;}
			.daan-list input{opacity: 0;}
			.daan-list input[type="radio"],.daan-list input[type="checkbox"]{width: 100%;height: 100%;opacity: 0;position: absolute;cursor: pointer;margin: 0;left: 0;right: 0;top: 0;bottom: 0;}
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-box-item{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[v-cloak] {
    display: none;
}
.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;}
.question-list,.daan-list{margin: 0;padding: 0;list-style: none;font-size: 14px;line-height: 1;}
.question-list>li{border-top: 1px solid #d7dce6;padding: 10px 0;}
.question-name{margin-bottom: 10px;}
.daan-list{padding-left: 20px;}
.daan-list input{opacity: 0;}
.daan-list input[type="radio"],.daan-list input[type="checkbox"]{width: 100%;height: 100%;opacity: 0;position: absolute;cursor: pointer;margin: 0;left: 0;right: 0;top: 0;bottom: 0;}
.daan-list i{width: 20px;height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.daan-list i{width: 20px;height: 20px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.daan-list input[type="radio"]~i{background: url(../images/dianxuan_btn.png) center center / 100% 100% no-repeat;}
.daan-list input[type="radio"]~i{background: url(../images/dianxuan_btn.png) center center / 100% 100% no-repeat;}
.daan-list input[type="checkbox"]~i{background: url(../images/gouxuan_btn.png) center center / 100% 100% no-repeat;}
.daan-list input[type="checkbox"]~i{background: url(../images/gouxuan_btn.png) center center / 100% 100% no-repeat;}

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

@ -96,7 +96,7 @@
					</ul>
					</ul>
					<div class="clear-fixed-bottom" v-if="(currentType==1)">
					<div class="clear-fixed-bottom" v-if="(currentType==1)">
						<div class="btn-fixed-bottom">
						<div class="btn-fixed-bottom">
							<button class="btn btn-primary start-screening" @click="startScreening">开始筛查</button>
							<button class="btn btn-primary start-screening" :class="{'disabled':!screeningResidents.code}"  @click="startScreening">开始筛查</button>
						</div>
						</div>
					</div>
					</div>
				</div>
				</div>

+ 0 - 3
app/jbsc/html/statistics.html

@ -14,7 +14,6 @@
		<link rel="stylesheet" type="text/css" href="../../../css/cross.css" />
		<link rel="stylesheet" type="text/css" href="../../../css/cross.css" />
		<link rel="stylesheet" type="text/css" href="../../../css/cross.ui.css" />
		<link rel="stylesheet" type="text/css" href="../../../css/cross.ui.css" />
		<link rel="stylesheet" type="text/css" href="../../../css/style.min.css" />
		<link rel="stylesheet" type="text/css" href="../../../css/style.min.css" />
		<link rel="stylesheet" href="../../../plugins/toastr/toastr.min.css" />
		<link rel="stylesheet" href="../css/statistics.css" />
		<link rel="stylesheet" href="../css/statistics.css" />
	</head>
	</head>
@ -219,12 +218,10 @@
		<script type="text/javascript" src="../../../js/vue.js"></script>
		<script type="text/javascript" src="../../../js/vue.js"></script>
		<script type="text/javascript" src="../../../js/jquery-2.2.4.js"></script>
		<script type="text/javascript" src="../../../js/jquery-2.2.4.js"></script>
		<script src="../../../plugins/layer/layer.min.js"></script>
		<script src="../../../plugins/layer/layer.min.js"></script>
		<script src="../../../plugins/toastr/toastr.min.js"></script>
		<script src="../../../js/util.js"></script>
		<script src="../../../js/util.js"></script>
		<script src="../../../api/http-request.js"></script>
		<script src="../../../api/http-request.js"></script>
		<script src="../../../component/common/pagination.js"></script>
		<script src="../../../component/common/pagination.js"></script>
		<script src="../../../api/jbsc-api.js"></script>
		<script src="../../../api/jbsc-api.js"></script>
	    <script src="../../../plugins/layer/layer.min.js"></script>
		<script src="../js/statistics.js"></script>
		<script src="../js/statistics.js"></script>
	</body>
	</body>

+ 0 - 5
app/jbsc/js/statistics.js

@ -1,8 +1,3 @@
toastr.options = {
    "closeButton": true,
    "positionClass": "toast-top-center"
}
function showSuccessMessage(msg) {
function showSuccessMessage(msg) {
    layer.msg(msg,{icon:1})
    layer.msg(msg,{icon:1})
}
}