index.css 3.9 KB
* {
    padding: 0;
    margin: 0;
}

.main {
    padding-left: 20px;
    padding-right: 20px;
}

.top li {
    width: 160px;
    height: 60px;
    font-size: 22px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 60px;
    background-color: transparent !important;
    border: none!important;
}

.xsbl-sort {
    display: flex;
    justify-content: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.xsbl-sort > li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #6D7278;
    line-height: 16px;
    margin-right: 10px;
}

.td {
    height: auto;
}

.td-title {
    height: auto;
    font-size: 16px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 40px;
    background-color: #DEDEDE;
    border: 1px solid #DEDEDE;
    padding-left: 15px;
}

.layui-tab-title {
    height: auto;
    border-bottom-style:none;
}

.td-body {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

.td-item {
    width: 48%;
    height: auto;
    background: #FFFFFF;
    border-radius: 2px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px dashed #DEDEDE;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.td-item div {

}

.td-item button {
    width: 90px;
    height: 30px;
    background: #2FA5FF;
    border-radius: 4px;
    border: none;
    color: white;
    line-height: 30px;
}

.fw {
    height: auto;
}

.fw-title {
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 40px;
    background-color: #DEDEDE;
    border: 1px solid #DEDEDE;
    padding-left: 15px;
}

.fw-body {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

.fw-item {
    width: 48%;
    background: #FFFFFF;
    border-radius: 2px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px dashed #DEDEDE;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.fw-item div {

}

.fw-item button {
    width: 90px;
    height: 30px;
    background: #2FA5FF;
    border-radius: 4px;
    border: none;
    color: white;
    line-height: 30px;
}

.gzw {
    height: auto;
}

.gzw-title {
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 40px;
    background-color: #DEDEDE;
    border: 1px solid #DEDEDE;
    padding-left: 15px;
}

.gzw-body {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

.gzw-item {
    width: 48%;
    height: auto;
    background: #FFFFFF;
    border-radius: 2px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px dashed #DEDEDE;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.gzw-item div {

}

.gzw-item button {
    width: 90px;
    height: 30px;
    background: #2FA5FF;
    border-radius: 4px;
    border: none;
    color: white;
    line-height: 30px;
}

.sl {
    height: auto;
}

.sl-title {
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 40px;
    background-color: #DEDEDE;
    border: 1px solid #DEDEDE;
    padding-left: 15px;
}

.sl-body {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

.sl-item {
    width: 48%;
    height: auto;
    background: #FFFFFF;
    border-radius: 2px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px dashed #DEDEDE;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.sl-item div {

}

.sl-item button {
    width: 90px;
    height: 30px;
    background: #2FA5FF;
    border-radius: 4px;
    border: none;
    color: white;
    line-height: 30px;
}