practice.css 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .block-introduce .panel{min-height: 190px}
  2. [lang^=zh] .block-introduce .panel{min-height: 160px}
  3. .introduce-image img{padding: 30px}
  4. .introduce-source{float: right}
  5. .introduce-source {padding-right: 20px}
  6. .block-all-practice .panel-body{min-height: 300px}
  7. .all-practice-heading{padding: 12px 16px 12px 20px;}
  8. .update-practice{background: white;}
  9. .block-latest-practice .panel-body{min-height: 115px}
  10. .block-recommend-practice .panel-body{min-height: 115px}
  11. #cards .panel-content {margin: 8px 0 5px 0; border: 1px solid #EDEEF2; border-radius: 2px; box-shadow: none; cursor: pointer;}
  12. #cards .col-sm-3{width: 20%}
  13. .block-all-practice .panel .panel-body{padding: 0 6px 11px 6px;}
  14. .block-latest-practice .panel .panel-body{padding: 0 16px 6px 16px;}
  15. .block-recommend-practice .panel .panel-body{padding: 0 12px 6px 16px;}
  16. .category .panel-heading, .second-category{cursor: default;}
  17. .first-category {overflow: hidden; white-space: nowrap;}
  18. .category {min-height: 140px}
  19. .category .panel-heading{padding: 7px 5px 7px 13px;}
  20. .category .second-category{padding: 0 12px 0 6px; min-height: 121px}
  21. .category .second-category li{color: #5E626D; line-height: 30px; height: 27px;}
  22. .first-category .icon-angle-right{color: #898B90;font-size: 16px;}
  23. .childrenName{font-size: 14px; overflow: hidden; white-space: nowrap;}
  24. .childrenName a{color: #2E7FFF;}
  25. .category .second-category li::marker{color: #D9D9D9;}
  26. ol, ul {margin-top: 0;margin-bottom: 0;}
  27. .latest-practice , .recommend-practice{height: 35px; margin: 8px 0; border: 1px solid #EDEEF2; padding: 6px;}
  28. .practice-name{color: #313C52; overflow: hidden; white-space: nowrap; line-height: 23px;}
  29. .contributor{color: #5E626D; line-height: 23px; white-space: nowrap; overflow: hidden;}
  30. .label-item {padding: 0 4px; margin-left: 5px; font-size:12px; border-radius: 2px; line-height: 20px; max-width: 57px; overflow: hidden; white-space: nowrap;}
  31. .label-item-secondary {color: #31BEEB; border: 1px solid #b3ebfd;}
  32. .label-item-special {color: #A38CF8; border: 1px solid #e4ddfd;}
  33. .label-item-primary {color: #66A2F8; border: 1px solid #d1e3fd; background: #fff;}
  34. .label-item-primary:hover {color: #66A2F8; border: 1px solid #d1e3fd; background: #fff;}
  35. .label-item-secondary:hover {color: #31BEEB; background: #fff;}
  36. .label-item-special:hover {color: #A38CF8; background: #fff;}
  37. #loadImages .modal-title {font-weight: bold; font-size: 16px;}
  38. #loadImages .modal-dialog {width: 600px;}
  39. #loadImages .modal-body li {font-weight: normal;}
  40. .load-images {background: white;}