|
@ -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;}
|