Skip to content

Commit

Permalink
更新JS 态势标绘
Browse files Browse the repository at this point in the history
更新JS 态势标绘,增加态势符号,并完善范例。范例页面由JS Bev生成,并添加对JS态势标绘的支持。
  • Loading branch information
pasu committed Feb 9, 2015
1 parent 47bd460 commit 4fc5fbb
Show file tree
Hide file tree
Showing 210 changed files with 56,144 additions and 3,484 deletions.
27 changes: 27 additions & 0 deletions iClientJavaScriptPlottingSymbols/example/css/bev-base/theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.bev-logo{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: bold;
font-size: 36px;
font-style: italic;
color:#5E5E5E;
}
.bev-banner{
background-color: #F8F8F8;

background-image: -webkit-linear-gradient(top,white 0,#F8F8F8 100%);
background-image: linear-gradient(to bottom,white 0,#F8F8F8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

border: 1px solid #E7E7E7;
border-color: #E7E7E7;

-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 5px rgba(0, 0, 0, 0.075);
}
#canvas{
background: #f1f1f1;
box-shadow:0 0 20px #234878;
border: 7px solid #FCFCFC;
}
73 changes: 73 additions & 0 deletions iClientJavaScriptPlottingSymbols/example/css/demo3.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
body{
/*position: absolute;*/
/*height: 100%;*/
/*width: 100%;*/
margin: 0px;
background: #f1f1f1;
padding: 0px;
overflow: hidden;
}

#logo {
height: 56px;
/*width: 311px;*/
/*background: url(../img/banner-logo.png);*/
margin: 2px 0px 0px 10px;
line-height: 56px;
position: absolute;
}

#logoImg{
height: 56px;
margin-right:5px;
}
#logoTitle{
vertical-align: top;
}
#canvas{
/*border:1px solid #333;*/
position: absolute;
top: 60px;
left: 20px;
}
#mapContainer{
position: absolute;
height: 100%;
width: 100%;
border: 0px solid;
}
#toolbar{
position: absolute;
height: 36px;
top:0px;
left: 70px;
/*border: 1px solid #333;*/
display: inline-block;
}
.icon16_16 {
width: 16px;
height: 16px;
vertical-align: top;
display: inline-block;
margin: 0px 5px 0px 5px;
}
.bv-textarea {
height: 40px;
font-size: 2em;
line-height: 40px;
text-align: center;
border-radius: 10px;
border: 1px solid #74A1AF;
color: #000000;
background-color: #ffffff;
}
.ui-menu {
width: 100px;
}
.print-header{
margin: auto;
width: 936px;
height: 522px;
top: 50px;
position: relative;
}
Loading

0 comments on commit 4fc5fbb

Please sign in to comment.