Skip to content

Commit 557d9ca

Browse files
author
潘卓然Y7000P
committed
【示例站点】【新增】【增加首页的资源&Cesium的模型数据】
1 parent 2b3843d commit 557d9ca

14 files changed

Lines changed: 1736 additions & 0 deletions

File tree

775 KB
Loading
551 KB
Loading
1.47 MB
Loading
687 KB
Loading
206 KB
Loading
7.62 MB
Binary file not shown.
1.15 MB
Binary file not shown.

website/public/static/data/model/WuRenJi.gltf

Lines changed: 1665 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
#GlobeView {
2+
width: 100%;
3+
height: 100%;
4+
position: absolute;
5+
}
6+
7+
.message {
8+
position: absolute;
9+
top: 16px;
10+
height: auto;
11+
width: auto;
12+
background-color: rgba(255, 255, 255, 0.3);
13+
border-radius: 5px;
14+
color: #ffffff;
15+
font-size: 12px;
16+
border: 1px solid #dddddd;
17+
z-index: 200;
18+
}
19+
20+
.message p {
21+
text-align: center;
22+
height: 15px;
23+
margin: 0;
24+
border-bottom: groove 1px #dddddd;
25+
margin-bottom: 3px;
26+
}
27+
28+
.message span {
29+
display: block;
30+
width: 230px;
31+
}
32+
33+
.message span font {
34+
width: 95px;
35+
text-align: center;
36+
display: inline-block;
37+
}
38+
39+
.message input {
40+
float: right;
41+
width: 125px;
42+
height: 14px;
43+
margin-left: 5px;
44+
margin-right: 5px;
45+
border: none;
46+
font-family: Microsoft YaHei;
47+
color: #373d41;
48+
outline: none;
49+
}
50+
51+
.message button {
52+
width: auto;
53+
border: none;
54+
background-color: white;
55+
color: #373d41;
56+
outline: none;
57+
font-size: 12px;
58+
font-family: "微软雅黑";
59+
border: 1px solid #dddddd;
60+
}
61+
62+
.message select {
63+
position: absolute;
64+
width: 90px;
65+
height: 21px;
66+
line-height: 1;
67+
border: none;
68+
color: #000000;
69+
background-color: #f4f7fb;
70+
outline: none;
71+
}
19.1 KB
Loading

0 commit comments

Comments
 (0)