MrShi
2025-07-09 de39945b61c0ae3ad0acc39e889514b6c2dddda6
web/assets/dynamics_details.css
@@ -9,13 +9,7 @@
.index-a-tips {
    font-weight: 400;
    font-size: 16px;
    color: #191B1F;
}
.index-a-go {
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    margin: 0 10px;
    color: #7B7F87;
}
.index-a-tips1 {
    font-weight: 500;
@@ -23,19 +17,16 @@
    color: #191B1F;
}
.index-a-info {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
    box-sizing: border-box;
    flex: 1;
}
.index-a-info-title {
    font-weight: bold;
    font-size: 50px;
    font-size: 45px;
    color: #191B1F;
}
.index-a-info-date {
    font-weight: 400;
    font-size: 16px;
    font-size: 14px;
    color: #7B7F87;
    margin-top: 20px;
}
@@ -48,3 +39,45 @@
.index-a-info-content {
}
.index-a-hz {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.index-y-cate {
    width: 100%;
    margin-bottom: 40px;
}
.index-y-cate-list {
    width: 100%;
    margin-bottom: 26px;
}
.index-y-cate-l {
    width: 100%;
    padding-left: 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.index-y-cate-l-val {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
    cursor: pointer;
}
.index-y-cate-l-val:hover {
    color: #FF7900;
}
.index-y-cate-l-val:last-child {
    margin: 0 !important;
}
.index-y-cate-list-label {
    font-weight: 600;
    font-size: 24px;
    color: #191B1F;
    padding-bottom: 11px;
    border-bottom: 1px solid #DFE2E8;
}