marketApplication.css 2.05 KB
@import "./m-bar.css";/*工具条*/
@import "./makeIcon.css";/*图标样式*/
@import "./m-public.css";/*基类*/
@import "./m-header.css";/*头部*/
@import "./m-footer.css";/*底部*/
@import "./m-form.css";/*表单*/
@import "./m-steps.css";/*进度条*/
@import "./m-pack.select.css";/*下拉框*/
@import "./manage.public.css";/*管理后台通用样式*/

/* market application css */
h3 {
    font-size: 14px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}
.data-hint {
    color: #999;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 10px 20px;
}
h3, .data-hint {
    margin-bottom: 20px;
}
.s-validate td {
    vertical-align: top;
    padding: 10px 0;
}
.s-validate p {
    margin-top: 10px;
}
.s-validate table {
    width: 100%;
}
.s-validate .align-right {
    font-size: 14px;
    padding: 17px 10px 0 0;
    width: 15%;
}
.s-select {
    width: 245px;
}
.m-region,
.m-selected div,
.m-add,
.m-del { 
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ccc;
}
.m-add,
.m-del {
    vertical-align: top;
    background-color: #f5f5f5;
    padding: 6px;
    cursor: pointer;
    *margin-left: 10px;
}
.m-del {
    visibility: hidden;
}
.m-selected {
    margin-top: 10px;
}
.m-selected div {
    width: 258px;
    height: 30px; 
    line-height: 30px;
    border-style: dashed;
    background-color: #f9f9f9;
    padding-left: 10px;
}
.edui-container {
    margin: 10px 0 20px 0;
}
label.error {
    width: 248px;
}
.zindex-a,
.zindex-b,
.zindex-c {
    position: relative;
}
.zindex-a {
    z-index: 5;
}
.zindex-b {
    z-index: 4;
}
.zindex-c {
    z-index: 3;
}
.input-hidden {
    height: 0;
    visibility: hidden;
    border: 0 !important;
}
.hasarrow i.left-arrow,
.hasarrow i.left-arrow-border {
    left: -6px;
    top: 10px;
    border-color: transparent #c13d2c transparent transparent;
    border-width: 5px 6px 5px 0;
}
.hasarrow i.left-arrow-border {
    left: -5px;
    border-color: transparent #ffffe6 transparent transparent;
}

/*响应式*/
@media screen and (max-width: 1200px){

}