create.css 4.6 KB
.container {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.panel-body {
    padding-bottom: 5px;
}
.margin-l-2 {
    margin-left: 2px;
}
.mobile_steps {
    margin: 0 -10px;
    font-size: 12px;
}
.mobile_steps > li + li:before {
    content: "/\00a0";
    padding: 0 0px;
    color: #ccc;
}
.mobile_steps > li > a {
    color: #333;
}
.mobile_steps > .after_step a {
    color: #99CBED;
}
.mobile_steps > .active a {
    color: #3498DB;
}
.steps {
    box-sizing: border-box;
    padding-left: 5px;
}
.step_item {
    height: 30px;
    padding-left: 0px;
    padding-right: 5px;
    color: #333333;
}
.step_item a {
    color: #333333;
    text-decoration: none;
}
.step_item .step_body {
    background: #F4F6F8;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.step_body span {
    padding-right: 2px;
}
.after_step .step_body {
    background: rgba(52, 152, 219, .5);
    color: #FFFFFF;
}
.action_step .step_body {
    background: #3498DB;
    color: #FFFFFF;
}
.search_form {
    width: 150px;
}
.search_form input {
    height: 28px;
    border: 1px solid #ccc;
}
.xs_search_form {
    padding: 20px 5px;
}
.xs_search_form div {
    padding: 0;
}
.search_form .input-group-addon, .xs_search_form .input-group-addon {
    padding: 6px 8px;
    color: #999999;
}
.selects {
    clear: both;
    overflow: hidden;
}
.selects_title {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 5px 10px 5px;
}
.select_ul {
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.select_item {
    display: inline-block;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: -webkit-match-parent;
    padding-left: 5px;
    padding-right: 5px;
}
.select_empty {
    display: block;
    font-size: 13px;
    text-align: center;
    color: #888;
}
.select_item a {
    height: 90px;
    background-color: #f2f2f2;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.select_item .item_icon {
    padding: 0 15px 0 15px;
    border-right: 1px solid #ddd;
    margin-right: 15px;
}
.select_item .item_icon img {
    height: 32px;
    width: 32px;
}
.select_item .item_content {
    width: 67%;
    display: inline-block;
    padding: 5px 0;
}
.select_item .item_content .item_content_title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    width: 72%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select_item .item_content .item_content_text {
    display: inline-block;
    color: #888;
    font-size: 12px;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.kbs {
}
.kbs_title {
    color: #333;
    font-size: 15px;
    margin: 5px 5px 10px 5px;
}
.kbs_title_dashed {
    border-bottom: 1px dashed #f5f5f5;
    margin: 5px 5px 10px 5px;
}
.kbs_list {
    padding: 0;
    list-style: none;
    margin: 5px 5px 10px 5px;
}
.kbs_list li {
    margin: 3px 0;
    padding-left: 0px;
}
.kbs_list li a {
    display: inline-block;
    line-height: 20px;
    padding: 1px 3px;
    color: #4b4d4e;
    text-decoration: none;
    font-size: 13px;
}
.kbs_list li a:hover {
    background: #e1e6eb;
    text-decoration: none;
}
.h-60 {
    height: 60px;
}
.h-20 {
    height: 20px;
}
.kbs_divider {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #F4F6F8;
}
.submit_select {
    clear: both;
}
.submit_select .kbs_title {
    margin: 15px 5px;
}
.pading-lr-5 {
    padding: 0 5px;
}
.submit_select_item {
    height: 100px;
    background: #F4F6F8;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.submit_select_item:hover {
    background: #e1e6eb;
}
.submit_select_item img {
    height: 50px;
    width: 50px;
    margin: 0 20px;
}
.submit_select_item div {
    height: 60px;
    width: 64%;
    font-size: 12px;
}
.submit_select_item_title {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 0;
}
.submit_select_item_text {
    font-size: 12px;
    color: #4b4d4e;
}
.create_form .panel-default {
    padding: 0px;
}
.create_form_text {
    color: #888;
}
.radio_label {
    padding-right: 10px;
}
.radio_label input {
    vertical-align: -2px;
}
.text_field {
    padding-top: 7px;//
}
.input_notice {
    display: block;
    color: #888;
    font-size: 12px;
}
@media (min-width: 768px) {
    .radio_label {
        padding-top: 7px;
    }
    .create_form_text {
        padding-top: 7px;
    }
}