Browse Source

修改按钮样式

zyz 6 years ago
parent
commit
1c231404af

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

@ -6,7 +6,8 @@
.filter-list-list.active,.filter-list-list:hover{color: #12B7F5;background-color: #f5f5f5;}
.pl20{padding-left: 20px;}
.btn-default{color: #666;background-color: #fff;border-color: #ccc;}
.btn-default:hover{background-color: #ececec;color: #666;}
.select-list{background: #fff;text-align: center;width: 280px;list-style: none;padding: 0;}
.select-list>li{height: 40px;line-height: 40px;cursor: pointer;overflow: hidden;color: #333;font-size: 14px;border-bottom: 1px solid #ccc;}
.go-back{color: #12B7F5!important;}
@ -37,6 +38,7 @@
[v-cloak] {
    display: none;
}
.btn-default{}
.select-list .denizen-group{height: auto;}
.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;}

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

@ -17,6 +17,9 @@
[v-cloak] {
    display: none;
}
.btn-exit{color: #f96565;background-color: #fff;border-color: #ccc;}
.btn-exit:hover{background-color: #ececec;color: #f96565;}
.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;}

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

@ -89,7 +89,7 @@
				
				<div class="btn-group-bottom">
					<button class="btn submit-btn" @click="save">提交</button>
					<button class="btn btn-default" @click="signOut">退出</button>
					<button class="btn btn-exit" @click="signOut">退出</button>
				</div>
			</div>
		</div>

+ 1 - 1
css/style.min.css

@ -1960,7 +1960,7 @@ table.dataTable thead .sorting:after {
.form-control:focus,
.single-line:focus {
    border-color: #1ab394!important
    border-color: #2eb99d!important
}
.has-success .form-control {