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

пре 4 година
пре 1 година
пре 4 година
пре 1 година
пре 4 година
пре 1 година
пре 1 година
пре 1 година
пре 4 година
пре 4 година
пре 1 година
123456789101112131415161718192021222324252627282930313233
  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. }