|
@@ -1,6 +1,7 @@
|
|
|
@font-face {
|
|
|
font-family: electronicFont;
|
|
|
- src: url(../font//SourceHanSansCN-Bold.otf)
|
|
|
+ /* src: url(../font//SourceHanSansCN-Bold.otf); */
|
|
|
+ src: url(../font/SourceHanSansCN-Regular.otf)
|
|
|
}
|
|
|
|
|
|
* {
|
|
@@ -138,6 +139,7 @@ left-panel .threeD-overlay {
|
|
|
.search-box #searchInput {
|
|
|
color: #fff !important;
|
|
|
font-size: 1em !important;
|
|
|
+ padding-bottom: 0 !important;
|
|
|
}
|
|
|
|
|
|
.search-box #searchInput::-webkit-input-placeholde {
|
|
@@ -1812,7 +1814,7 @@ button[title="保存所选"] .material-icons {
|
|
|
}
|
|
|
|
|
|
.route-box .route-last-position .padding-horizontal {
|
|
|
- color: #fff !important;
|
|
|
+ color: #999 !important;
|
|
|
}
|
|
|
|
|
|
.route-box .route-last-position:hover {
|
|
@@ -1821,10 +1823,11 @@ button[title="保存所选"] .material-icons {
|
|
|
|
|
|
.route-box .form {
|
|
|
margin-left: -40px !important;
|
|
|
+ margin-top: 53px;
|
|
|
}
|
|
|
|
|
|
.route-box .btn-reverse-route {
|
|
|
- right: 14px !important;
|
|
|
+ right: 5px !important;
|
|
|
}
|
|
|
|
|
|
poi-translation-editor[selected-language="vm.selectedLanguage"] {
|