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

34 行
489 B

  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. width: 15%;
  14. }
  15. table tr:last-child td{
  16. border-bottom: 1px solid #e1e1e1;
  17. }
  18. table{
  19. margin-top: 25px;
  20. width: 100%;
  21. }
  22. .titIndex span{
  23. color: var(--color);
  24. }
  25. .titIndex i{
  26. padding: 0px 10px;
  27. }