网站
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

33 satır
473 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. }
  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. }