123456789101112131415161718 |
- .h120 {height: 120px;}
- .border-radius-10 {border-radius: 10px;}
- .over-hide {overflow: hidden;}
- .award-index span {
- display: inline-block;
- width: 8px;
- height: 8px;
- border-radius: 50%;
- background-color: #e1e1e1;
- }
- .award-index span.active {
- background-color: #52ce74;
- }
- .activity-intra li {
- background: url(../images/biaodian_img.png) no-repeat left center;
- background-size: 16px 16px;
- }
- .c-ff9526 {color: #ff9526;}
|