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

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

.top {
    text-align: center;
    height: 90px;
    font-size: 14px;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 14px;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
    justify-items: auto;
    align-items: center;
    flex-width: wrap;
}

.top > div {
    margin: 0 auto;
    display: inline-block;
}

.top input {
    width: 360px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #CBCBCB;
}

.top button {
    width: 120px;
    height: 40px;
    background: #0091FF;
    border: none;
    border-radius: 3px;
    color: white;
}

/*.top-date input:before {
    content: attr(placeholder)
}*/

.filter {
    display: flex;
    justify-content: left;
}

.filter div {
    display: inline-block;
    padding: 20px;
    background: #FFFFFF;
    width: 102px;
    font-size: 16px;
    font-weight: 500;
    color: #6D7278;
    line-height: 20px;
}

.filter div:first-child {
    width: 102px;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 20px;
}

.body {
    display: flex;
    justify-items: left;
    border-top: 1px solid #CBCBCB;
}

.body div {
    display: inline-block;
}

.left {
    border-right-style: inset;
    border-right: 1px solid #DEDEDE;
}

.right {
    width: 400px;
}

.left, .right {
    float: left;
}

.gg-tag {
    background-color: #FA6800;
    width: 40px;
    height: 15px;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 15px;
    padding-left: 8px;
}

.gg {
    text-overflow: clip;
    overflow: hidden;
    border-bottom: 1px solid #DEDEDE;
    height: 100px;
    font-size: 20px;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 104px;
    padding-left: 20px;
    padding-right: 20px;
}

.right {
    width: 200px;
    margin-left: 15px;
}

.right-top {
    width: 100px;
    height: 18px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 18px;
    padding-top: 20px;
}

.right-body {
    display: inline-block;
    margin-bottom: 20px;
}

.tj {
    /*margin-bottom: 10px;*/
}

.tj img {
    width: 200px;
    height: 125px;
    margin-top: 20px;
}

.tj img, .tj span {
    float: left;
}

.tj-title {
    width: 203px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 21px;
}

.tj-date {
    width: 90px;
    height: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 12px;
}

.right-bottom {
    border-top-style: inset;
    border-top: 1px solid #DEDEDE;
}

.right-bottom-top {
    width: 108px;
    height: 18px;
    font-size: 18px;
    margin-top: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 18px;
}

.zcfg {
    margin-top: 20px;
    display: inline-block;
}

.zcfg div {
    float: left;
}

.zcfg-top {
    width: 200px;
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 14px;
}

.zcfg-body {
    width: 200px;
    font-size: 14px;
    display: inline-block;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6D7278;
    line-height: 21px;
}

.zcfg-bottom {
    width: 90px;
    height: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 12px;
}