forked from Tencent/vConsole
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
78de07b
commit 26b6e7e
Showing
7 changed files
with
571 additions
and
571 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
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
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 |
---|---|---|
@@ -1,39 +1,39 @@ | ||
html, body { | ||
height: 100%; | ||
height: 100%; | ||
} | ||
.page { | ||
padding: 25px 15px 0; | ||
height: 100%; | ||
background-color: #fbf9fe; | ||
-webkit-tap-highlight-color: transparent; | ||
padding: 25px 15px 0; | ||
height: 100%; | ||
background-color: #fbf9fe; | ||
-webkit-tap-highlight-color: transparent; | ||
} | ||
.page_title { | ||
color: #225fba; | ||
text-align: center; | ||
font-size: 34px; | ||
font-weight: 400; | ||
margin: 0 15%; | ||
color: #225fba; | ||
text-align: center; | ||
font-size: 34px; | ||
font-weight: 400; | ||
margin: 0 15%; | ||
} | ||
|
||
.weui_toptips.weui_notice { | ||
background-color: #FFBE00; | ||
background-color: #FFBE00; | ||
} | ||
|
||
.weui_text_area { | ||
margin: 15px 0 25px; | ||
padding: 0 20px; | ||
text-align: center; | ||
margin: 15px 0 25px; | ||
padding: 0 20px; | ||
text-align: center; | ||
} | ||
.weui_msg_desc { | ||
font-size: 14px; | ||
color: #888; | ||
font-size: 14px; | ||
color: #888; | ||
} | ||
|
||
.weui_extra_area { | ||
margin-bottom: 15px; | ||
font-size: 14px; | ||
color: #888; | ||
margin-bottom: 15px; | ||
font-size: 14px; | ||
color: #888; | ||
} | ||
.weui_extra_area a { | ||
color: #61749B; | ||
color: #61749B; | ||
} |
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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
<!-- vConsole --> | ||
<div id="__vconsole" class=""> | ||
<div class="vc-show">面板</div> | ||
<div class="vc-mask"> | ||
</div> | ||
<div class="vc-panel"> | ||
<div class="vc-tabbar"> | ||
<a class="vc-tab vc-actived" data-tab="default" id="__vc_tab_default" href="javascript:;">日志</a> | ||
<a class="vc-tab" data-tab="system" id="__vc_tab_system" href="javascript:;">系统</a> | ||
</div> | ||
<div class="vc-content"> | ||
<div class="vc-logbox vc-actived" id="__vc_log_default"> | ||
<div class="vc-log"></div> | ||
</div> | ||
<div class="vc-logbox" id="__vc_log_system"> | ||
<div class="vc-log"></div> | ||
</div> | ||
</div> | ||
<div class="vc-toolbar"> | ||
<a href="javascript:;" class="vc-tool vc-clear">清空</a> | ||
<a href="javascript:;" class="vc-tool vc-tool-last vc-hide">隐藏</a> | ||
</div> | ||
</div> | ||
<div class="vc-show">面板</div> | ||
<div class="vc-mask"> | ||
</div> | ||
<div class="vc-panel"> | ||
<div class="vc-tabbar"> | ||
<a class="vc-tab vc-actived" data-tab="default" id="__vc_tab_default" href="javascript:;">日志</a> | ||
<a class="vc-tab" data-tab="system" id="__vc_tab_system" href="javascript:;">系统</a> | ||
</div> | ||
<div class="vc-content"> | ||
<div class="vc-logbox vc-actived" id="__vc_log_default"> | ||
<div class="vc-log"></div> | ||
</div> | ||
<div class="vc-logbox" id="__vc_log_system"> | ||
<div class="vc-log"></div> | ||
</div> | ||
</div> | ||
<div class="vc-toolbar"> | ||
<a href="javascript:;" class="vc-tool vc-clear">清空</a> | ||
<a href="javascript:;" class="vc-tool vc-tool-last vc-hide">隐藏</a> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- /vConsole --> |
Oops, something went wrong.