main.css 2.66 KB
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
    font-size: 12px;
    color: #407aaa;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.code {
    font-size: 12px;
    color: #595959;
    border: 1px dashed #cecfcf;
    background-color: #f5f6f7;
    padding: 6px 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.code pre {
    border: 0px;
    color: #595959;
    font-family: Tahoma, "SimSun"!important;
    font-weight: 100;
    line-height: 24px;
    font-size: 12px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.layout {
    /*border: 1px solid #d7dde4;*/
    background: #f5f7f9;
}

.layout-breadcrumb {
    margin-bottom: 5px;
    border: 1px solid #f5f7f9;
    background: #fff;
}

.layout-assistant {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    background: #B0C4DE;
    /*background: #657180;*/
}

.layout-assistant .layout-assistant-content {
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
}

.ass-input {
    width: 300px;
    float: right;
}

.layout-content {
    min-height: 500px;
    margin: 15px auto;
    width: 95%;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.layout-content-main {
    padding: 10px 10px 0 20px;
    background: #fff;
}

.layout-content-main:after {
    content: "";
    display: block;
    width: 1px;
    background: #d7dde4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
}

.layout-copy {
    text-align: center;
    background: #fff;
    padding: 10px 0 20px;
    color: #9ea7b4;
}