mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add component
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.hljs{display:block;padding:.5em;background:#002b36;color:#839496}.hljs-comment,.hljs-template_comment,.diff .hljs-header,.hljs-doctype,.hljs-pi,.lisp .hljs-string,.hljs-javadoc{color:#586e75}.hljs-keyword,.hljs-winutils,.method,.hljs-addition,.css .hljs-tag,.hljs-request,.hljs-status,.nginx .hljs-title{color:#859900}.hljs-number,.hljs-command,.hljs-string,.hljs-tag .hljs-value,.hljs-rules .hljs-value,.hljs-phpdoc,.tex .hljs-formula,.hljs-regexp,.hljs-hexcolor,.hljs-link_url{color:#2aa198}.hljs-title,.hljs-localvars,.hljs-chunk,.hljs-decorator,.hljs-built_in,.hljs-identifier,.vhdl .hljs-literal,.hljs-id,.css .hljs-function{color:#268bd2}.hljs-attribute,.hljs-variable,.lisp .hljs-body,.smalltalk .hljs-number,.hljs-constant,.hljs-class .hljs-title,.hljs-parent,.haskell .hljs-type,.hljs-link_reference{color:#b58900}.hljs-preprocessor,.hljs-preprocessor .hljs-keyword,.hljs-pragma,.hljs-shebang,.hljs-symbol,.hljs-symbol .hljs-string,.diff .hljs-change,.hljs-special,.hljs-attr_selector,.hljs-subst,.hljs-cdata,.clojure .hljs-title,.css .hljs-pseudo,.hljs-header{color:#cb4b16}.hljs-deletion,.hljs-important{color:#dc322f}.hljs-link_label{color:#6c71c4}.tex .hljs-formula{background:#073642}
|
||||
@@ -0,0 +1,17 @@
|
||||
html body{margin: 0;background-color:#F8F8F8;}
|
||||
.fl{float:left;} .fr{float: right;}
|
||||
body{width:100%;height:100%;font-family: georgia,"微软雅黑";}
|
||||
header{height:35px;width:100%;background-color:#222222;margin-top:-15px;}
|
||||
header ul{list-style:none;margin-left:10px;color:#CCCCCC;line-height:35px; font-size:14px;}
|
||||
header ul li{float:left;margin-right:25px;}
|
||||
.item_list{position:absolute;top:70px;width:200px;left:10px;color:#fff;}
|
||||
.item_list div{height:50px;line-height:50px;width:100%;margin-bottom:10px;text-align:center;cursor:pointer;border-radius:3px;}
|
||||
.item_list div:nth-child(1){background-color:#6F5499;}
|
||||
.item_list div:nth-child(2){background-color:#E74C3C;}
|
||||
.item_list div:nth-child(3){background-color:#1FA67A;}
|
||||
.item_list div:nth-child(4){background-color:#3498DB;}
|
||||
.item_list div:nth-child(5){background-color:#0A64A4;}
|
||||
.codeshow{position:absolute;top:70px;left:240px;/*border:1px solid red;*/min-height:400px;min-width:850px;}
|
||||
.code{background-color:#272822;min-height:400px;width:570px;border:1px dashed #FFF;font-size:14px;}
|
||||
.show{margin-left:10px;}
|
||||
|
||||
Reference in New Issue
Block a user