123456789101112131415161718192021222324252627 |
- body {background:#fffee9;}
- a {text-decoration:none;color:white;}
- .filter-group {background:none;border-bottom:1px solid #eee;top:-40px;}
- .br {border-right:1px solid #eee;}
- .filter-group .filter-list {padding:.1rem;height:auto;}
- .filter-group .filter-list:after {width:0;}
- .filter-group .con-filter {top: .65rem;}
- .filter-group.x2 .filter-list .filter-cell .filter-cell-txt {color:black;}
- .qs-btn-orange {background-color:#ec0d00;}
- .online2021_header img {width:100%;display:block;}
- .online2021_title {background-image:url("../images/online2021/bg_title_special.png");width:100%;height:100px;background-size:100% 100%;}
- .online2021_title p {color:#fffcd7;font-size:.32rem;text-align:center;padding-top:27px;font-weight:600;}
- .online2021_content {background-image:url("../images/online2021/bg_special.png");width:100%;height:300px;background-size:100% 100%;}
- .online2021_content h3{padding-top: 30px; color: black; text-align: center; font-size: .4rem; width: 80%; margin: 0 auto;height: 66px;}
- .online2021_content .online2021_line {height:31px;display:flex;width:80%;margin:0 auto;color:white;align-items:center;}
- .online2021_content .online2021_line .line_left,.online2021_content .online2021_line .line_right {flex:1;}
- .online2021_content .online2021_line .line_left{text-align:left;}
- .online2021_content .online2021_line .line_right{text-align:right;}
- .online2021_content .online2021_line .line_right.more {font-size:.25rem;}
- .online2021_content .online2021_line.end {height:25px;}
- .online2021_content .online2021_line.end .tag{height:20px;line-height:20px;font-size:.25rem;color:#fbf801;border:1px solid #fbf801;border-radius:5px;padding:0 5px;margin-right:5px;}
- .online2021_content .btn {width:35%;height:30px;background-color:#b20c02;display:flex;align-items:center;justify-content:center;color:white;margin:0 auto;margin-top: 15px;border-radius: 5px;}
- .online2021_content .btn img {height:25px;}
|