增加信息弹出等样式
This commit is contained in:
parent
ac105fd0c5
commit
6658118fba
|
|
@ -1779,4 +1779,64 @@ header{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mapboxgl-ctrl-logo {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup-table {
|
||||||
|
border-spacing: 0;
|
||||||
|
font-family: 'Microsoft YaHei';
|
||||||
|
color: #006400;
|
||||||
|
/*border-collapse: collapse;
|
||||||
|
empty-cells: show;*/
|
||||||
|
table-layout: fixed;
|
||||||
|
word-break: break-all;
|
||||||
|
word-wrap: break-word;
|
||||||
|
border-collapse: collapse;
|
||||||
|
/* min-width:300px;
|
||||||
|
max-width:400px;*/
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup-table caption {
|
||||||
|
font: italic 85%/1 arial, sans-serif;
|
||||||
|
padding: 1em 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup-table td,
|
||||||
|
.popup-table th {
|
||||||
|
border: 1px solid rgba(0, 100, 255, 0.2);
|
||||||
|
border-width: 1px 1px 1px 1px;
|
||||||
|
font-size: inherit;
|
||||||
|
padding: 3px;
|
||||||
|
overflow: visible;
|
||||||
|
/*white-space: normal;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup-table thead {
|
||||||
|
font-family: 'Microsoft YaHei';
|
||||||
|
background-color: rgba(0, 100, 255, 0.2);
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup-table td {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup-table-odd td {
|
||||||
|
background-color: #f2f2f2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup-table-td-left td {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup-table-td-center td {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popup-table-td-right td {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue