网站
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

announcement.css 389 B

123456789101112131415161718192021222324252627
  1. table tr td{
  2. padding: 20px 0px;
  3. text-align: center;
  4. border-top: 1px solid #e1e1e1;
  5. border-right: 1px solid #e1e1e1;
  6. }
  7. table tr td:first-child{
  8. border-left: 1px solid #e1e1e1;
  9. }
  10. table tr:last-child td{
  11. border-bottom: 1px solid #e1e1e1;
  12. }
  13. table{
  14. margin-top: 25px;
  15. width: 100%;
  16. }
  17. .titIndex span{
  18. color: #007b76;
  19. }
  20. .titIndex i{
  21. padding: 0px 10px;
  22. }