网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

announcement.css 473 B

2 years ago
2 years ago
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. }