网站
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

announcement.css 473 B

1234567891011121314151617181920212223242526272829303132
  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. line-height: 36px;
  7. }
  8. table tr td:first-child{
  9. border-left: 1px solid #e1e1e1;
  10. }
  11. table tr td:nth-child(odd){
  12. color: #777777;
  13. }
  14. table tr:last-child td{
  15. border-bottom: 1px solid #e1e1e1;
  16. }
  17. table{
  18. margin-top: 25px;
  19. width: 100%;
  20. }
  21. .titIndex span{
  22. color: var(--color);
  23. }
  24. .titIndex i{
  25. padding: 0px 10px;
  26. }