excel.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. body {
  2. margin-left: 0px;
  3. margin-top: 0px;
  4. margin-right: 0px;
  5. margin-bottom: 0px;
  6. }
  7. table, tbody, tfoot, thead, tr, th, td {
  8. white-space: normal !important;
  9. }
  10. /* 该行会导致部分excel列变得又窄又高,从而变为竖长条
  11. table {
  12. table-layout: auto !important;
  13. }
  14. */
  15. .tab-content {
  16. position: relative;
  17. }
  18. img {
  19. max-width: none !important;
  20. }
  21. a{
  22. text-decoration: none;
  23. border: 1px solid #dddddd !important;
  24. white-space: normal !important;
  25. }
  26. /*默认状态*/
  27. h1 {
  28. background: #2B6695;
  29. border-radius: 6px 6px 6px 6px;
  30. box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  31. color: #FFFFFF;
  32. font-family:"微软雅黑", "宋体", "黑体", Arial;
  33. font-size: 18px;
  34. font-weight: bold;
  35. height: 25px;
  36. line-height: 25px;
  37. margin: 4px 0 !important;
  38. padding: 8px 0 5px 5px;
  39. text-shadow: 2px 2px 3px #222222;
  40. }
  41. table{
  42. width:100%;
  43. }