activity-detail.css 422 B

123456789101112131415161718
  1. .h120 {height: 120px;}
  2. .border-radius-10 {border-radius: 10px;}
  3. .over-hide {overflow: hidden;}
  4. .award-index span {
  5. display: inline-block;
  6. width: 8px;
  7. height: 8px;
  8. border-radius: 50%;
  9. background-color: #e1e1e1;
  10. }
  11. .award-index span.active {
  12. background-color: #52ce74;
  13. }
  14. .activity-intra li {
  15. background: url(../images/biaodian_img.png) no-repeat left center;
  16. background-size: 16px 16px;
  17. }
  18. .c-ff9526 {color: #ff9526;}