农燊高科官方网站
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.
 
 
 

27 line
394 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. }
  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: var(--color);
  19. }
  20. .titIndex i{
  21. padding: 0px 10px;
  22. }