|
@ -1,376 +1,433 @@
|
|
|
.c-12b7f5{
|
|
|
color: #12b7f5;
|
|
|
}
|
|
|
.c-17b3ec{
|
|
|
color: #17b3ec;
|
|
|
}
|
|
|
.c-4ecd70{
|
|
|
color: #4ecd70;
|
|
|
}
|
|
|
.c-323232{
|
|
|
color: #323232;
|
|
|
}
|
|
|
.c-19d5c5{
|
|
|
color: #19d5c5;
|
|
|
}
|
|
|
.c-ffc800{
|
|
|
color: #ffc800;
|
|
|
}
|
|
|
.c-75ed59{
|
|
|
color: #75ed59;
|
|
|
}
|
|
|
.c-w-33{
|
|
|
width: 33%;
|
|
|
}
|
|
|
ul{
|
|
|
list-style: none;
|
|
|
}
|
|
|
.info-icon{
|
|
|
vertical-align: middle;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
.information{
|
|
|
background-color: rgba(0,0,0,0.5);
|
|
|
font-size: 14px;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.information .ui-col-0{
|
|
|
width: 40px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.location-div{
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
.location-div img{
|
|
|
vertical-align: text-bottom;
|
|
|
}
|
|
|
.choose-label{
|
|
|
color: #17B3EC;
|
|
|
display: inline-block;
|
|
|
max-width: 100%;
|
|
|
_width: 100%;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
.blue-column{
|
|
|
display: inline-block;
|
|
|
width: 4px;
|
|
|
height: 12px;
|
|
|
background-color: #12b7f5;
|
|
|
}
|
|
|
.date-tag{
|
|
|
display: inline-block;
|
|
|
text-align: center;
|
|
|
width: 50px;
|
|
|
padding: 5px 0;
|
|
|
font-size: 14px;
|
|
|
color: #17b3ec;
|
|
|
border: 1px solid #17b3ec;
|
|
|
}
|
|
|
.date-tag:first-child{
|
|
|
border-top-left-radius: 15px;
|
|
|
border-bottom-left-radius: 15px;
|
|
|
}
|
|
|
.date-tag:nth-child(2){
|
|
|
border-right: 0;
|
|
|
border-left: 0;
|
|
|
}
|
|
|
.date-tag:nth-child(3){
|
|
|
border-top-right-radius: 15px;
|
|
|
border-bottom-right-radius: 15px;
|
|
|
}
|
|
|
.date-tag.active{
|
|
|
background-color: #17b3ec;
|
|
|
color: #fff;
|
|
|
}
|
|
|
.area-tab-panel{
|
|
|
display: -webkit-box;
|
|
|
height: 45px;
|
|
|
line-height: 45px;
|
|
|
margin: 0 50px;
|
|
|
background-color: #fff;
|
|
|
border: 1px solid #e1e1e1;
|
|
|
border-bottom: 0;
|
|
|
border-top-left-radius: 8px;
|
|
|
border-top-right-radius: 8px;
|
|
|
box-shadow: 0px 0px 1px #ccc;
|
|
|
}
|
|
|
.area-tab{
|
|
|
-webkit-box-flex: 1;
|
|
|
text-align: center;
|
|
|
position: relative;
|
|
|
}
|
|
|
.area-tab:after{
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
width: 1px;
|
|
|
height: 20px;
|
|
|
right: 0;
|
|
|
top: 50%;
|
|
|
margin-top: -10px;
|
|
|
background-color: #e1e1e1;
|
|
|
}
|
|
|
.area-tab:last-child:after{
|
|
|
width: 0;
|
|
|
}
|
|
|
.area-tab .border-line-right{
|
|
|
display: inline-block;
|
|
|
position: absolute;
|
|
|
width: 1px;
|
|
|
height: 20px;
|
|
|
right: 0;
|
|
|
top: 50%;
|
|
|
margin-top: -10px;
|
|
|
background-color: #e1e1e1;
|
|
|
}
|
|
|
.area-tab span{
|
|
|
display: inline-block;
|
|
|
height: 45px;
|
|
|
border-bottom: 2px solid transparent;
|
|
|
font-size: 16px;
|
|
|
color: #666;
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
.area-tab.active span{
|
|
|
color: #12b7f5;
|
|
|
border-bottom: 2px solid #12b7f5;
|
|
|
}
|
|
|
.bottom-list-table{
|
|
|
border-top: 1px solid #e1e1e1;
|
|
|
border-left: 1px solid #e1e1e1;
|
|
|
border-right: 1px solid #e1e1e1;
|
|
|
background-color: #fff;
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
font-size: 14px;
|
|
|
border-spacing: 0;
|
|
|
}
|
|
|
.bottom-list-table thead{
|
|
|
height: 40px;
|
|
|
background-color: #ebebf5;
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
|
color: #999;
|
|
|
}
|
|
|
.bottom-list-table thead tr{
|
|
|
height: 40px;
|
|
|
.c-12b7f5 {
|
|
|
color: #12b7f5;
|
|
|
}
|
|
|
|
|
|
.c-17b3ec {
|
|
|
color: #17b3ec;
|
|
|
}
|
|
|
|
|
|
.c-4ecd70 {
|
|
|
color: #4ecd70;
|
|
|
}
|
|
|
|
|
|
.c-323232 {
|
|
|
color: #323232;
|
|
|
}
|
|
|
|
|
|
.c-19d5c5 {
|
|
|
color: #19d5c5;
|
|
|
}
|
|
|
|
|
|
.c-ffc800 {
|
|
|
color: #ffc800;
|
|
|
}
|
|
|
|
|
|
.c-75ed59 {
|
|
|
color: #75ed59;
|
|
|
}
|
|
|
|
|
|
.c-w-33 {
|
|
|
width: 33%;
|
|
|
}
|
|
|
|
|
|
ul {
|
|
|
list-style: none;
|
|
|
}
|
|
|
|
|
|
.info-icon {
|
|
|
vertical-align: middle;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
|
|
|
.information {
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
font-size: 14px;
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
.information .ui-col-0 {
|
|
|
width: 40px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.location-div {
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
|
|
|
.location-div img {
|
|
|
vertical-align: text-bottom;
|
|
|
}
|
|
|
|
|
|
.choose-label {
|
|
|
color: #17B3EC;
|
|
|
display: inline-block;
|
|
|
max-width: 100%;
|
|
|
_width: 100%;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
|
|
|
.blue-column {
|
|
|
display: inline-block;
|
|
|
width: 4px;
|
|
|
height: 12px;
|
|
|
background-color: #12b7f5;
|
|
|
}
|
|
|
|
|
|
.date-tag {
|
|
|
display: inline-block;
|
|
|
text-align: center;
|
|
|
width: 50px;
|
|
|
padding: 5px 0;
|
|
|
font-size: 14px;
|
|
|
color: #17b3ec;
|
|
|
border: 1px solid #17b3ec;
|
|
|
}
|
|
|
|
|
|
.date-tag:first-child {
|
|
|
border-top-left-radius: 15px;
|
|
|
border-bottom-left-radius: 15px;
|
|
|
}
|
|
|
|
|
|
.date-tag:nth-child(2) {
|
|
|
border-right: 0;
|
|
|
border-left: 0;
|
|
|
}
|
|
|
|
|
|
.date-tag:nth-child(3) {
|
|
|
border-top-right-radius: 15px;
|
|
|
border-bottom-right-radius: 15px;
|
|
|
}
|
|
|
|
|
|
.date-tag.active {
|
|
|
background-color: #17b3ec;
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
.area-tab-panel {
|
|
|
display: -webkit-box;
|
|
|
height: 45px;
|
|
|
line-height: 45px;
|
|
|
margin: 0 50px;
|
|
|
background-color: #fff;
|
|
|
border: 1px solid #e1e1e1;
|
|
|
border-bottom: 0;
|
|
|
border-top-left-radius: 8px;
|
|
|
border-top-right-radius: 8px;
|
|
|
box-shadow: 0px 0px 1px #ccc;
|
|
|
}
|
|
|
|
|
|
.area-tab {
|
|
|
-webkit-box-flex: 1;
|
|
|
text-align: center;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.area-tab:after {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
width: 1px;
|
|
|
height: 20px;
|
|
|
right: 0;
|
|
|
top: 50%;
|
|
|
margin-top: -10px;
|
|
|
background-color: #e1e1e1;
|
|
|
}
|
|
|
|
|
|
.area-tab:last-child:after {
|
|
|
width: 0;
|
|
|
}
|
|
|
|
|
|
.area-tab .border-line-right {
|
|
|
display: inline-block;
|
|
|
position: absolute;
|
|
|
width: 1px;
|
|
|
height: 20px;
|
|
|
right: 0;
|
|
|
top: 50%;
|
|
|
margin-top: -10px;
|
|
|
background-color: #e1e1e1;
|
|
|
}
|
|
|
|
|
|
.area-tab span {
|
|
|
display: inline-block;
|
|
|
height: 45px;
|
|
|
border-bottom: 2px solid transparent;
|
|
|
font-size: 16px;
|
|
|
color: #666;
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
|
|
|
.area-tab.active span {
|
|
|
color: #12b7f5;
|
|
|
border-bottom: 2px solid #12b7f5;
|
|
|
}
|
|
|
|
|
|
.bottom-list-table {
|
|
|
border-top: 1px solid #e1e1e1;
|
|
|
border-left: 1px solid #e1e1e1;
|
|
|
border-right: 1px solid #e1e1e1;
|
|
|
background-color: #fff;
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
font-size: 14px;
|
|
|
border-spacing: 0;
|
|
|
}
|
|
|
|
|
|
.bottom-list-table thead {
|
|
|
height: 40px;
|
|
|
background-color: #ebebf5;
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
|
color: #999;
|
|
|
}
|
|
|
|
|
|
.bottom-list-table thead tr {
|
|
|
height: 40px;
|
|
|
}
|
|
|
|
|
|
.bottom-list-table td,
|
|
|
.bottom-list-table th{
|
|
|
text-align: center;
|
|
|
vertical-align: middle;
|
|
|
.bottom-list-table th {
|
|
|
text-align: center;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
.bottom-list-table td{
|
|
|
padding: 10px 0;
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
|
|
|
|
.bottom-list-table td {
|
|
|
padding: 10px 0;
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
|
}
|
|
|
.bottom-list-table tbody>tr{
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
|
|
|
|
.bottom-list-table tbody>tr {
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
|
}
|
|
|
.bottom-list-table tbody>tr:hover{
|
|
|
background-color: #f2f4f6;
|
|
|
|
|
|
.bottom-list-table tbody>tr:hover {
|
|
|
background-color: #f2f4f6;
|
|
|
}
|
|
|
|
|
|
|
|
|
/*.bottom-list-table tbody>tr:first-child{
|
|
|
border-top: 0;
|
|
|
}*/
|
|
|
.bottom-list-table tbody tr td.area-name{
|
|
|
text-align: left;
|
|
|
padding-left: 10px;
|
|
|
font-size: 16px;
|
|
|
display: -webkit-box;
|
|
|
-webkit-box-pack: center;
|
|
|
-webkit-box-align: center;
|
|
|
|
|
|
|
|
|
.bottom-list-table tbody tr td.area-name {
|
|
|
text-align: left;
|
|
|
padding-left: 10px;
|
|
|
font-size: 16px;
|
|
|
display: -webkit-box;
|
|
|
-webkit-box-pack: center;
|
|
|
-webkit-box-align: center;
|
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 320px) {
|
|
|
.bottom-list-table tbody tr td.area-name{
|
|
|
max-width: 125px;
|
|
|
}
|
|
|
.bottom-list-table tbody tr td.area-name {
|
|
|
max-width: 125px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 321px) and (max-width: 414px) {
|
|
|
.bottom-list-table tbody tr td.area-name{
|
|
|
max-width: 180px;
|
|
|
}
|
|
|
.bottom-list-table tbody tr td.area-name {
|
|
|
max-width: 180px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 414px) and (max-width: 640px) {
|
|
|
.bottom-list-table tbody tr td.area-name{
|
|
|
max-width: 200px;
|
|
|
}
|
|
|
}
|
|
|
.bottom-list-table .fa{
|
|
|
font-size: 18px;
|
|
|
color: #909090;
|
|
|
}
|
|
|
.ranking{
|
|
|
background-image: url(../../../images/paiming_4_icon.png);
|
|
|
background-size: 18px 24px;
|
|
|
width: 18px;
|
|
|
height: 24px;
|
|
|
font-size: 12px;
|
|
|
line-height: 20px;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
margin-right: 10px;
|
|
|
-webkit-box-flex: 0;
|
|
|
}
|
|
|
.ranking1{
|
|
|
background-image: url(../../../images/paiming_1_icon.png);
|
|
|
}
|
|
|
.ranking2{
|
|
|
background-image: url(../../../images/paiming_2_icon.png);
|
|
|
}
|
|
|
.ranking3{
|
|
|
background-image: url(../../../images/paiming_3_icon.png);
|
|
|
}
|
|
|
.modal-overlay{
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background: rgba(0, 0, 0, 0.4);
|
|
|
z-index: 9999;
|
|
|
visibility: hidden;
|
|
|
opacity: 0;
|
|
|
-webkit-transition-duration: 400ms;
|
|
|
transition-duration: 400ms;
|
|
|
}
|
|
|
.modal-overlay.modal-overlay-visible{
|
|
|
visibility: visible;
|
|
|
opacity: 1;
|
|
|
.bottom-list-table tbody tr td.area-name {
|
|
|
max-width: 200px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.bottom-list-table .fa {
|
|
|
font-size: 18px;
|
|
|
color: #909090;
|
|
|
}
|
|
|
|
|
|
.ranking {
|
|
|
background-image: url(../../../images/paiming_4_icon.png);
|
|
|
background-size: 18px 24px;
|
|
|
width: 18px;
|
|
|
height: 24px;
|
|
|
font-size: 12px;
|
|
|
line-height: 20px;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
margin-right: 10px;
|
|
|
-webkit-box-flex: 0;
|
|
|
}
|
|
|
|
|
|
.ranking1 {
|
|
|
background-image: url(../../../images/paiming_1_icon.png);
|
|
|
}
|
|
|
|
|
|
.ranking2 {
|
|
|
background-image: url(../../../images/paiming_2_icon.png);
|
|
|
}
|
|
|
|
|
|
.ranking3 {
|
|
|
background-image: url(../../../images/paiming_3_icon.png);
|
|
|
}
|
|
|
|
|
|
.modal-overlay {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background: rgba(0, 0, 0, 0.4);
|
|
|
z-index: 9999;
|
|
|
visibility: hidden;
|
|
|
opacity: 0;
|
|
|
-webkit-transition-duration: 400ms;
|
|
|
transition-duration: 400ms;
|
|
|
}
|
|
|
|
|
|
.modal-overlay.modal-overlay-visible {
|
|
|
visibility: visible;
|
|
|
opacity: 1;
|
|
|
}
|
|
|
|
|
|
.modal-content {
|
|
|
height: 400px;
|
|
|
position: absolute;
|
|
|
width: 80%;
|
|
|
z-index: 9999;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
margin-left: -40%;
|
|
|
margin-top: -200px;
|
|
|
display: none;
|
|
|
height: 400px;
|
|
|
position: absolute;
|
|
|
width: 80%;
|
|
|
z-index: 9999;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
margin-left: -40%;
|
|
|
margin-top: -200px;
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
.div-header-title {
|
|
|
height: 80px;
|
|
|
background: #17B3EC;
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
border-top-left-radius: 10px;
|
|
|
border-top-right-radius: 10px;
|
|
|
height: 80px;
|
|
|
background: #17B3EC;
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
border-top-left-radius: 10px;
|
|
|
border-top-right-radius: 10px;
|
|
|
}
|
|
|
|
|
|
.div-close {
|
|
|
width: 26px;
|
|
|
height: 26px;
|
|
|
background: url(../images/tankuang_guanbi_icon.png) no-repeat center top;
|
|
|
background-size: 26px;
|
|
|
position: absolute;
|
|
|
top: 10px;
|
|
|
right: 10px;
|
|
|
width: 26px;
|
|
|
height: 26px;
|
|
|
background: url(../images/tankuang_guanbi_icon.png) no-repeat center top;
|
|
|
background-size: 26px;
|
|
|
position: absolute;
|
|
|
top: 10px;
|
|
|
right: 10px;
|
|
|
}
|
|
|
|
|
|
.div-overlay-img {
|
|
|
width: 170px;
|
|
|
height: 53px;
|
|
|
background: url(../images/tankuang_bg_img.png) no-repeat center top;
|
|
|
background-size: 170px 53px;
|
|
|
position: absolute;
|
|
|
top: 15px;
|
|
|
left: 50%;
|
|
|
margin-left: -85px;
|
|
|
width: 170px;
|
|
|
height: 53px;
|
|
|
background: url(../images/tankuang_bg_img.png) no-repeat center top;
|
|
|
background-size: 170px 53px;
|
|
|
position: absolute;
|
|
|
top: 15px;
|
|
|
left: 50%;
|
|
|
margin-left: -85px;
|
|
|
}
|
|
|
|
|
|
.div-overlay-title {
|
|
|
position: absolute;
|
|
|
top: 38px;
|
|
|
left: 40%;
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
font-size: 18px;
|
|
|
position: absolute;
|
|
|
top: 38px;
|
|
|
left: 40%;
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
font-size: 18px;
|
|
|
}
|
|
|
|
|
|
.div-overlay-content {
|
|
|
height: 320px;
|
|
|
background: #fff;
|
|
|
width: 100%;
|
|
|
border-bottom-left-radius: 10px;
|
|
|
border-bottom-right-radius: 10px;
|
|
|
}
|
|
|
.div-jf-title2{
|
|
|
position: absolute;
|
|
|
font-size: 14px;
|
|
|
top: 50%;
|
|
|
width: 100%;
|
|
|
margin-top: -21px;
|
|
|
height: 320px;
|
|
|
background: #fff;
|
|
|
width: 100%;
|
|
|
border-bottom-left-radius: 10px;
|
|
|
border-bottom-right-radius: 10px;
|
|
|
}
|
|
|
|
|
|
.div-jf-title2 {
|
|
|
position: absolute;
|
|
|
font-size: 14px;
|
|
|
top: 50%;
|
|
|
width: 100%;
|
|
|
margin-top: -21px;
|
|
|
}
|
|
|
|
|
|
|
|
|
/*总体分析页面样式*/
|
|
|
.l-banner{
|
|
|
display: -webkit-box;
|
|
|
height: auto;
|
|
|
margin-bottom: 10px;
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
.l-banner li{
|
|
|
-webkit-box-flex: 0;
|
|
|
width: calc(100% / 3);
|
|
|
}
|
|
|
.l-banner li:first-child{
|
|
|
/*margin-left: 0;*/
|
|
|
}
|
|
|
.l-banner li .tag{
|
|
|
width: 80%;
|
|
|
border: 1px solid #e1e1e1;
|
|
|
border-radius: 5px;
|
|
|
text-align: center;
|
|
|
padding: 17px 0;
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
}
|
|
|
.l-banner li .l-name{
|
|
|
color: #666;
|
|
|
|
|
|
.l-banner {
|
|
|
display: -webkit-box;
|
|
|
height: auto;
|
|
|
margin-bottom: 10px;
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
|
|
|
.l-banner li {
|
|
|
-webkit-box-flex: 0;
|
|
|
width: calc(100% / 3);
|
|
|
}
|
|
|
|
|
|
.l-banner li:first-child {
|
|
|
/*margin-left: 0;*/
|
|
|
}
|
|
|
|
|
|
.l-banner li .tag {
|
|
|
width: 80%;
|
|
|
border: 1px solid #e1e1e1;
|
|
|
border-radius: 5px;
|
|
|
text-align: center;
|
|
|
padding: 17px 0;
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.l-banner li .l-name {
|
|
|
color: #666;
|
|
|
}
|
|
|
|
|
|
.l-banner li .tag.active,
|
|
|
.l-banner li .tag.active .l-name
|
|
|
{
|
|
|
color: #12B7F5;
|
|
|
border-color: #12B7F5;
|
|
|
}
|
|
|
.l-banner li .tag.active:after{
|
|
|
content: "";
|
|
|
width: 100%;
|
|
|
height: 4px;
|
|
|
background-color: #12B7F5;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
border-bottom-left-radius: 5px;
|
|
|
border-bottom-right-radius: 5px;
|
|
|
}
|
|
|
.blur-cycle-box{
|
|
|
position: absolute;
|
|
|
width: 70px;
|
|
|
height: 70px;
|
|
|
top: 50%;
|
|
|
margin-top: -35px;
|
|
|
left: 50%;
|
|
|
margin-left: -35px;
|
|
|
/*z-index: 2;*/
|
|
|
background-color: #17b3ec;
|
|
|
border-radius: 50%;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.position-center-text{
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
top: 50%;
|
|
|
left: 0;
|
|
|
text-align: center;
|
|
|
margin-top: -10px;
|
|
|
.l-banner li .tag.active .l-name {
|
|
|
color: #12B7F5;
|
|
|
border-color: #12B7F5;
|
|
|
}
|
|
|
|
|
|
.l-banner li .tag.active:after {
|
|
|
content: "";
|
|
|
width: 100%;
|
|
|
height: 4px;
|
|
|
background-color: #12B7F5;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
border-bottom-left-radius: 5px;
|
|
|
border-bottom-right-radius: 5px;
|
|
|
}
|
|
|
|
|
|
.blur-cycle-box {
|
|
|
position: absolute;
|
|
|
width: 70px;
|
|
|
height: 70px;
|
|
|
top: 50%;
|
|
|
margin-top: -35px;
|
|
|
left: 50%;
|
|
|
margin-left: -35px;
|
|
|
/*z-index: 2;*/
|
|
|
background-color: #17b3ec;
|
|
|
border-radius: 50%;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.position-center-text {
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
top: 50%;
|
|
|
left: 0;
|
|
|
text-align: center;
|
|
|
margin-top: -10px;
|
|
|
}
|
|
|
|
|
|
.div-header {
|
|
|
padding: 0px 10px 0px 20px;
|
|
@ -460,44 +517,165 @@ ul{
|
|
|
.tac {
|
|
|
text-align: center;
|
|
|
}
|
|
|
.role-select{
|
|
|
height: 30px;
|
|
|
min-width: 100px;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.role-select select{
|
|
|
width: 100%;
|
|
|
height: 30px;
|
|
|
appearance:none;
|
|
|
-moz-appearance:none;
|
|
|
-webkit-appearance:none;
|
|
|
background: url(../../../images/zhankai_jiantou_icon.png) no-repeat scroll right center transparent;
|
|
|
background-position-x: 95%;
|
|
|
background-size: 11px 11px;
|
|
|
padding-right: 30px;
|
|
|
padding-left: 10px;
|
|
|
border: none;
|
|
|
color: #909090;
|
|
|
}
|
|
|
.section-header{
|
|
|
position: relative;
|
|
|
}
|
|
|
.section-label{
|
|
|
display: inline-block;
|
|
|
padding: 3px 15px;
|
|
|
background-color: #ebebf5;
|
|
|
border-radius: 12px;
|
|
|
font-size: 14px;
|
|
|
position: relative;
|
|
|
}
|
|
|
.section-header .grey-line{
|
|
|
display: inline-block;
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 10px;
|
|
|
right: 10px;
|
|
|
width: calc(100% - 20px);
|
|
|
height: 1px;
|
|
|
background-color: #ebebf5;
|
|
|
z-index: -1;
|
|
|
|
|
|
.role-select {
|
|
|
height: 30px;
|
|
|
min-width: 100px;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
.role-select select {
|
|
|
width: 100%;
|
|
|
height: 30px;
|
|
|
appearance: none;
|
|
|
-moz-appearance: none;
|
|
|
-webkit-appearance: none;
|
|
|
background: url(../../../images/zhankai_jiantou_icon.png) no-repeat scroll right center transparent;
|
|
|
background-position-x: 95%;
|
|
|
background-size: 11px 11px;
|
|
|
padding-right: 30px;
|
|
|
padding-left: 10px;
|
|
|
border: none;
|
|
|
color: #909090;
|
|
|
}
|
|
|
|
|
|
.section-header {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.section-label {
|
|
|
display: inline-block;
|
|
|
padding: 3px 15px;
|
|
|
background-color: #ebebf5;
|
|
|
border-radius: 12px;
|
|
|
font-size: 14px;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.section-header .grey-line {
|
|
|
display: inline-block;
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 10px;
|
|
|
right: 10px;
|
|
|
width: calc(100% - 20px);
|
|
|
height: 1px;
|
|
|
background-color: #ebebf5;
|
|
|
z-index: -1;
|
|
|
}
|
|
|
|
|
|
.div-radius-panel {
|
|
|
width: 60px;
|
|
|
height: 60px;
|
|
|
background: #EBEBF5;
|
|
|
border-radius: 60px;
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
margin-top: -30px;
|
|
|
margin-left: -30px;
|
|
|
}
|
|
|
|
|
|
.height-120 {
|
|
|
height: 120px;
|
|
|
}
|
|
|
|
|
|
.div-data-value {
|
|
|
position: absolute;
|
|
|
bottom: -20px;
|
|
|
width: 150px;
|
|
|
left: 50%;
|
|
|
margin-left: -75px;
|
|
|
}
|
|
|
|
|
|
.mlr8 {
|
|
|
margin-left: 8px;
|
|
|
margin-right: 8px;
|
|
|
}
|
|
|
|
|
|
.c-row .c-33 {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.c-row .c-33 a {
|
|
|
display: inline-block;
|
|
|
width: 100%;
|
|
|
height: 24px;
|
|
|
font-size: 12px;
|
|
|
line-height: 24px;
|
|
|
/*background: #EEEEEE;*/
|
|
|
border: 1px solid #eee;
|
|
|
border-radius: 5px;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
color: #666;
|
|
|
}
|
|
|
|
|
|
.c-row .c-33.active a {
|
|
|
color: #fff;
|
|
|
border: 1px solid #12B7F5;
|
|
|
background: #12B7F5;
|
|
|
}
|
|
|
|
|
|
.c-row .c-33 {
|
|
|
width: calc(31.333333333333332% - 10px);
|
|
|
}
|
|
|
|
|
|
.filter-title {
|
|
|
color: #333333;
|
|
|
font-size: 14px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
background-color: transparent;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
#footer {
|
|
|
position: absolute;
|
|
|
bottom: 10px;
|
|
|
width: 100%;
|
|
|
right: 10px;
|
|
|
}
|
|
|
|
|
|
.fr {
|
|
|
float: right;
|
|
|
}
|
|
|
|
|
|
.div-foot-btn {
|
|
|
height: 26px;
|
|
|
line-height: 26px;
|
|
|
width: 68px;
|
|
|
background: #fafafa;
|
|
|
text-align: center;
|
|
|
border: 1px solid #dcdcdc;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
.div-foot-btn.active {
|
|
|
border: 1px solid #12b7f5;
|
|
|
}
|
|
|
|
|
|
.div-title {
|
|
|
font-size: 14px;
|
|
|
color: #323232;
|
|
|
margin: 20px;
|
|
|
}
|
|
|
|
|
|
.vuedal {
|
|
|
will-change: initial !important;
|
|
|
width: 400px !important;
|
|
|
padding-right: 3px !important;
|
|
|
}
|
|
|
|
|
|
.vuedal header {
|
|
|
padding-right: 20px !important;
|
|
|
}
|
|
|
|
|
|
.vuedal header .title {
|
|
|
font-size: 16px !important;
|
|
|
font-weight: bold !important;
|
|
|
color: #333 !important;
|
|
|
}
|