网站
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.
 
 
 

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