-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
页面中暂时没有引入中国地图。
- Loading branch information
Showing
48 changed files
with
4,916 additions
and
26,138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
html { | ||
|
||
height: 100%; | ||
|
||
} | ||
|
||
body { | ||
|
||
height: 100%; | ||
|
||
margin: 0; | ||
color: #938E8E; | ||
|
||
/*background-color: #111;*/ | ||
|
||
background-image: url('../Image/3.jpg'); | ||
|
||
background-size:100% 100%; | ||
|
||
overflow-x:hidden; | ||
|
||
overflow-y:hidden; | ||
|
||
} | ||
|
||
#bgmp{ | ||
|
||
width: 100%; | ||
height: 100%; | ||
z-index:0; | ||
|
||
} | ||
|
||
|
||
#vMEM{ | ||
|
||
top: 5%; | ||
left: 2%; | ||
width: 30%; | ||
height: 35%; | ||
position: absolute; | ||
float: left; | ||
z-index: 1; | ||
background-color: rgba(145,143,143, 0.1); | ||
|
||
|
||
} | ||
|
||
#storage{ | ||
|
||
top: 50%; | ||
left: 2%; | ||
width: 30%; | ||
height: 35%; | ||
bottom: 15%; | ||
position: absolute; | ||
float: left; | ||
z-index: 1; | ||
background-color: rgba(145,143,143, 0.1); | ||
|
||
} | ||
|
||
#vCPU{ | ||
|
||
top: 5%; | ||
left: 68%; | ||
right: 2%; | ||
width: 30%; | ||
height: 35%; | ||
position: absolute; | ||
float: left; | ||
z-index: 1; | ||
background-color: rgba(145,143,143, 0.1); | ||
} | ||
|
||
#warn{ | ||
|
||
top: 50%; | ||
right: 2%; | ||
left: 68%; | ||
width: 30%; | ||
height: 35%; | ||
bottom: 15%; | ||
position: absolute; | ||
float: left; | ||
z-index: 1; | ||
|
||
} | ||
|
||
#foot{ | ||
top: 85%; | ||
width: 100%; | ||
height: 15%; | ||
bottom: 0%; | ||
z-index: 1; | ||
position: absolute; | ||
float: left; | ||
} | ||
|
||
.box{ | ||
width: 45%; | ||
height: 38%; | ||
background-color: rgba(145,143,143, 0.1); | ||
float: left; | ||
position: relative; | ||
text-align: center; | ||
font-weight: bold; | ||
background-image: url('../Image/boxbg.png'); | ||
|
||
background-size:100% 100%; | ||
|
||
} | ||
p{ | ||
color: #fff; | ||
font-weight: normal; | ||
|
||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.