MrShi
2025-07-04 82d483406921aa92b6ce3a1af5d17d80ccb78256
web/assets/dynamics_details.css
对比新文件
@@ -0,0 +1,50 @@
.index-a {
    width: 1200px;
    height: 84px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.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;
}
.index-a-tips1 {
    font-weight: 500;
    font-size: 16px;
    color: #191B1F;
}
.index-a-info {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.index-a-info-title {
    font-weight: bold;
    font-size: 50px;
    color: #191B1F;
}
.index-a-info-date {
    font-weight: 400;
    font-size: 16px;
    color: #7B7F87;
    margin-top: 20px;
}
.index-a-info-x {
    width: 100%;
    height: 1px;
    margin: 40px 0;
    background-color: #DFE2E8;
}
.index-a-info-content {
}