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