Skip to content

Commit 3ba771b

Browse files
调整iclient9站点样式
1 parent ec20eef commit 3ba771b

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

examples/css/header.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@
8181
}
8282

8383
.main-header .sidebar-toggle:before {
84-
/* content: "\f03b";*/
85-
content: "\f015";
84+
content: "\f03b";
8685
}
8786

8887
.navbar-brand {

web/css/header.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
/*logo的样式*/
1010
#logo {
11-
width: 35px;
12-
height: 35px;
11+
width: 28px;
12+
height: 28px;
1313
float: left;
1414
margin-left: 8px;
1515
}
@@ -177,11 +177,6 @@
177177
}
178178

179179
/*尺寸小于768px时,logo和产品名称的样式*/
180-
#logo {
181-
width: 28px;
182-
height: 28px;
183-
}
184-
185180
#title {
186181
font-size: 20px;
187182
}

web/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--<a href="#" class="navbar-brand" id="title">SuperMap iClient for javaScript 9D<span style="vertical-align:super; font-size:14px; color:#ffffff; margin-left:5px">alpha</span></a>-->
33
<a class="navbar-brand" href="#">
44
<span class="dinlineblock width55 mr10"><img class="project-logo" src="iclient.png" style="visibility: visible;" id ="logo"></span>
5-
<span class="project-title vm" id="title">SuperMap iClient for javaScript 9D<span
5+
<span class="project-title vm" id="title">SuperMap iClient for JavaScript 9D<span
66
style="vertical-align:super; font-size:14px; color:#ffffff; margin-left:5px;">alpha</span></span>
77
</a>
88
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3 class="tc pt50">开放式 GIS 客户端开发包</h3>
8181
<div class="col-md-10" role="main">
8282
<div class="bs-docs-section">
8383
<p class="lead" style="font-size: 20px;text-align: left;color:#505666;margin-top: 40px ">
84-
SuperMap iClient for javaScript 9D <sup style="font-size: 60%">&nbsp;alpha&nbsp;</sup> 是空间信息和服务的可视化交互开发平台,是SuperMap服务器和在线GIS平台系列产品的统一JS客户端。支持多源数据地图,支持多终端,跨浏览器,通过本产品可快速实现浏览器上美观、流畅的地图呈现。</p>
84+
SuperMap iClient for JavaScript 9D <sup style="font-size: 60%">&nbsp;alpha&nbsp;</sup> 是空间信息和服务的可视化交互开发平台,是SuperMap服务器和在线GIS平台系列产品的统一JS客户端。支持多源数据地图,支持多终端,跨浏览器,通过本产品可快速实现浏览器上美观、流畅的地图呈现。</p>
8585

8686
<h2 id="quick-start">快速入门</h2>
8787
<!--leaflet-->

0 commit comments

Comments
 (0)