vesh-cli
Version:
码农村nodejs版本VESH框架脚手架搭建器
320 lines (273 loc) • 4.06 kB
CSS
@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
margin: 0;
padding: 0
}
body {
font-size: 12px;
font-style: normal;
font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
overflow: hidden;
}
html,
body {
padding: 0;
margin: 0;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
width: 0;
height: 0;
}
small {
font-size: 12px
}
h1 {
font-size: 18px
}
h2 {
font-size: 16px
}
h3 {
font-size: 14px
}
h4,
h5,
h6 {
font-size: 100%
}
ul,
ol {
list-style: none
}
a {
text-decoration: none;
background-color: transparent
}
a:hover,
a:active {
outline-width: 0;
text-decoration: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
hr {
border: 0;
height: 1px
}
img {
border-style: none
}
img:not([src]) {
display: none
}
svg:not(:root) {
overflow: hidden
}
html {
-webkit-touch-callout: none;
-webkit-text-size-adjust: 100%
}
input,
textarea,
button,
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block
}
progress {
vertical-align: baseline
}
mark {
background-color: #ff0;
color: #000
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sub {
bottom: -0.25em
}
sup {
top: -0.5em
}
button,
input,
select,
textarea {
font-size: 100%;
outline: 0
}
button,
input {
overflow: visible;
outline: none;
border: 1px solid #d2d2d2;
background: #fff;
}
button,
select {
text-transform: none;
outline: none;
border: 1px solid #b2b2b2;
}
textarea {
overflow: auto
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-input-placeholder {
color: inherit;
opacity: .54
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
.clear:after {
display: block;
height: 0;
content: "";
clear: both
}
.textbox span,
.select span,
.c_searchBox span,
.c_textbox span,
.c_select span,
.c_passwordBox span,
.c_textArea span,
.c_checkBox span {
display: inline-block;
padding: 0 10px;
line-height: 30px;
color: #666;
}
.textbox input,
.select select,
.button input,
.c_searchBox input,
.c_textBox input,
.c_passwordBox input,
.c_button input {
margin: 5px 0;
padding: 0 5px;
width: 180px;
height: 28px;
border-radius: 5px;
border: 1px solid #b2b2b2;
color: #666;
cursor: pointer;
}
.select select,
.c_select select {
width: 80px;
height: 28px;
border-radius: 0px;
}
.select select option,
.c_select select option {
color: #666
}
.button input:hover,
.c_button input:hover {
border: 1px solid #31b0d5;
cursor: pointer;
color: #31b0d5
}
.c_button input {
width: 70px;
margin-left: 5px;
}
.c_textArea textarea {
width: 260px;
border-radius: 5px;
vertical-align: top;
padding: 5px 10px;
color: #666;
}
.c_checkBox input {
vertical-align: middle;
}