tablet.css 679 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .tdd {
  2. border: 1px solid #585a61;
  3. height: 35px !important;
  4. line-height: 26px;
  5. }
  6. .tdd_z {
  7. text-align: right;
  8. }
  9. .tdd_c {
  10. background: #389eb5;
  11. }
  12. .tdd_k {
  13. width: 100px
  14. }
  15. .tdd_k1 {
  16. width: 150px
  17. }
  18. .input_w {
  19. border: none;
  20. }
  21. /*自适应宽度*/
  22. td {
  23. white-space: nowrap;
  24. }
  25. .tab_w {
  26. width: 950px;
  27. }
  28. .t_dl {
  29. border: 1px solid red;
  30. box-sizing: border-box;
  31. display: inline-block;
  32. }
  33. .tdd-title {
  34. width: 50px !important;
  35. /* -webkit-writing-mode: vertical-rl;
  36. writing-mode: vertical-rl; */
  37. text-align: center;
  38. line-height: 20px;
  39. height: 120px !important;
  40. }