|
@ -1,138 +1,206 @@
|
|
|
.bgc-ebf4f3{
|
|
|
background-color: #EBF4F3;
|
|
|
}
|
|
|
.bgc-f6f6f6{
|
|
|
background-color: #f6f6f6;
|
|
|
}
|
|
|
.c-fea7a8{
|
|
|
color: #FEA7A8;
|
|
|
}
|
|
|
.c-f4b87f{
|
|
|
color: #F4B87F;
|
|
|
}
|
|
|
.c-ffb5b6{
|
|
|
color: #ffb5b6;
|
|
|
}
|
|
|
.c-f3be88{
|
|
|
color: #f3be88;
|
|
|
}
|
|
|
.div-table{
|
|
|
display: table;
|
|
|
width: 100%;
|
|
|
border-top: 1px solid #e1e1e1;
|
|
|
border-left: 1px solid #e1e1e1;
|
|
|
}
|
|
|
.table-row{
|
|
|
display: table-row;
|
|
|
}
|
|
|
.table-cell{
|
|
|
display: table-cell;
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
|
border-right: 1px solid #e1e1e1;
|
|
|
padding: 15px 0 8px;
|
|
|
text-align: center;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
.table-cell.arrow-cell{
|
|
|
width: 54px;
|
|
|
}
|
|
|
.table-cell.arrow-cell.active{
|
|
|
background-color: #0AD8C8;
|
|
|
}
|
|
|
.table-cell.arrow-cell.active>i{
|
|
|
color: #fff;
|
|
|
}
|
|
|
.table-cell.active{
|
|
|
border: 2px solid #0AD8C8;
|
|
|
position: relative;
|
|
|
}
|
|
|
.table-cell.active:after{
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
bottom: 0;
|
|
|
width: 25px;
|
|
|
height: 27px;
|
|
|
background: url(../../../images/icon_xuanzhong.png) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.table-cell.arrow-cell.active:after{
|
|
|
background: none;
|
|
|
}
|
|
|
.yy-tag{
|
|
|
display: inline-block;
|
|
|
background-color: #c1c1c1;
|
|
|
color: #fff;
|
|
|
padding: 1px 10px;
|
|
|
border-radius: 12px;
|
|
|
margin-top: 5px;
|
|
|
}
|
|
|
.yy-tag.active{
|
|
|
background-color: #0AD8C8;
|
|
|
}
|
|
|
.source-tag{
|
|
|
border: 1px solid #e1e1e1;
|
|
|
width: calc(100% - 20px);
|
|
|
padding: 10px 0;
|
|
|
}
|
|
|
.source-tag span{
|
|
|
display: inline-block;
|
|
|
width: 50%;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.source-tag span:first-child{
|
|
|
border-right: 1px solid #e1e1e1;
|
|
|
}
|
|
|
.source-tag.active{
|
|
|
border: 1px solid #0AD8C8;
|
|
|
position: relative;
|
|
|
}
|
|
|
.source-tag.active:after{
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
bottom: 0;
|
|
|
width: 25px;
|
|
|
height: 27px;
|
|
|
background: url(../../../images/icon_xuanzhong.png) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.c-border-t-dashed{
|
|
|
border-bottom: 1px dashed #e1e1e1;
|
|
|
}
|
|
|
.btn-white{
|
|
|
border-color: #d1d7d4;
|
|
|
color: #d1d7d4;
|
|
|
}
|
|
|
.c-border-dashed{
|
|
|
border: 1px dashed #e1e1e1;
|
|
|
}
|
|
|
|
|
|
.my-dialog .ui-dialog-footer button{
|
|
|
color: #909090;
|
|
|
border-color: #e1e1e1;
|
|
|
.bgc-ebf4f3 {
|
|
|
background-color: #EBF4F3;
|
|
|
}
|
|
|
|
|
|
.bgc-f6f6f6 {
|
|
|
background-color: #f6f6f6;
|
|
|
}
|
|
|
|
|
|
.c-fea7a8 {
|
|
|
color: #FEA7A8;
|
|
|
}
|
|
|
|
|
|
.c-f4b87f {
|
|
|
color: #F4B87F;
|
|
|
}
|
|
|
|
|
|
.c-ffb5b6 {
|
|
|
color: #ffb5b6;
|
|
|
}
|
|
|
|
|
|
.c-f3be88 {
|
|
|
color: #f3be88;
|
|
|
}
|
|
|
|
|
|
.div-table {
|
|
|
display: table;
|
|
|
width: 100%;
|
|
|
border-top: 1px solid #e1e1e1;
|
|
|
border-left: 1px solid #e1e1e1;
|
|
|
}
|
|
|
|
|
|
.table-row {
|
|
|
display: table-row;
|
|
|
}
|
|
|
|
|
|
.table-cell {
|
|
|
display: table-cell;
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
|
border-right: 1px solid #e1e1e1;
|
|
|
padding: 15px 0 8px;
|
|
|
text-align: center;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
.table-cell.arrow-cell {
|
|
|
width: 54px;
|
|
|
}
|
|
|
|
|
|
.table-cell.arrow-cell.active {
|
|
|
background-color: #0AD8C8;
|
|
|
}
|
|
|
|
|
|
.table-cell.arrow-cell.active>i {
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
.table-cell.active {
|
|
|
border: 2px solid #0AD8C8;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.table-cell.active:after {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
bottom: 0;
|
|
|
width: 25px;
|
|
|
height: 27px;
|
|
|
background: url(../../../images/icon_xuanzhong.png) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.table-cell.arrow-cell.active:after {
|
|
|
background: none;
|
|
|
}
|
|
|
|
|
|
.yy-tag {
|
|
|
display: inline-block;
|
|
|
background-color: #c1c1c1;
|
|
|
color: #fff;
|
|
|
padding: 1px 10px;
|
|
|
border-radius: 12px;
|
|
|
margin-top: 5px;
|
|
|
}
|
|
|
|
|
|
.yy-tag.active {
|
|
|
background-color: #0AD8C8;
|
|
|
}
|
|
|
|
|
|
.source-tag {
|
|
|
border: 1px solid #e1e1e1;
|
|
|
width: calc(100% - 20px);
|
|
|
padding: 10px 0;
|
|
|
}
|
|
|
|
|
|
.source-tag span {
|
|
|
display: inline-block;
|
|
|
width: 50%;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.source-tag span:first-child {
|
|
|
border-right: 1px solid #e1e1e1;
|
|
|
}
|
|
|
|
|
|
.source-tag.active {
|
|
|
border: 1px solid #0AD8C8;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.source-tag.active:after {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
bottom: 0;
|
|
|
width: 25px;
|
|
|
height: 27px;
|
|
|
background: url(../../../images/icon_xuanzhong.png) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.c-border-t-dashed {
|
|
|
border-bottom: 1px dashed #e1e1e1;
|
|
|
}
|
|
|
|
|
|
.btn-white {
|
|
|
border-color: #d1d7d4;
|
|
|
color: #d1d7d4;
|
|
|
}
|
|
|
|
|
|
.c-border-dashed {
|
|
|
border: 1px dashed #e1e1e1;
|
|
|
}
|
|
|
|
|
|
.my-dialog .ui-dialog-footer button {
|
|
|
color: #909090;
|
|
|
border-color: #e1e1e1;
|
|
|
}
|
|
|
|
|
|
.my-dialog .ui-dialog-footer button:hover,
|
|
|
.my-dialog .ui-dialog-footer button:focus,
|
|
|
.my-dialog .ui-dialog-footer button:active {
|
|
|
color: #909090;
|
|
|
border-color: #e1e1e1;
|
|
|
background-color: #fff;
|
|
|
color: #909090;
|
|
|
border-color: #e1e1e1;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
|
|
|
.my-dialog .ui-dialog-footer button:focus {
|
|
|
outline: none;
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
outline-offset: -2px;
|
|
|
outline: none;
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
outline-offset: -2px;
|
|
|
}
|
|
|
.my-dialog .ui-dialog-footer button.ui-dialog-autofocus{
|
|
|
color: #fff;
|
|
|
background-color: #0AD8C8;
|
|
|
border-color: #0AD8C8;
|
|
|
|
|
|
.my-dialog .ui-dialog-footer button.ui-dialog-autofocus {
|
|
|
color: #fff;
|
|
|
background-color: #0AD8C8;
|
|
|
border-color: #0AD8C8;
|
|
|
}
|
|
|
|
|
|
.ui-dialog-footer button.ui-dialog-autofocus:hover,
|
|
|
.ui-dialog-footer button.ui-dialog-autofocus:focus,
|
|
|
.ui-dialog-footer button.ui-dialog-autofocus:active {
|
|
|
color: #ffffff;
|
|
|
background-color: #0AD8C8;
|
|
|
border-color: #0AD8C8;
|
|
|
color: #ffffff;
|
|
|
background-color: #0AD8C8;
|
|
|
border-color: #0AD8C8;
|
|
|
}
|
|
|
|
|
|
.h50 {
|
|
|
height: 50px;
|
|
|
}
|
|
|
|
|
|
.h684 {
|
|
|
height: 684px;
|
|
|
}
|
|
|
|
|
|
.btn-primary {
|
|
|
border-color: #0AD8C8;
|
|
|
}
|
|
|
|
|
|
.div-btn {
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
|
width: 130px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.ml67 {
|
|
|
margin-left: 67px;
|
|
|
}
|
|
|
|
|
|
.mr16 {
|
|
|
margin-right: 16px;
|
|
|
}
|
|
|
|
|
|
.mt26 {
|
|
|
margin-top: 26px;
|
|
|
}
|
|
|
|
|
|
.mt18 {
|
|
|
margin-top: 18px;
|
|
|
}
|
|
|
|
|
|
#div_map {
|
|
|
height: 474px;
|
|
|
border: 1px solid #dcdcdc;
|
|
|
}
|