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.
 
 
 
 
 
 

82 lines
1.1 KiB

  1. table,
  2. tr,
  3. td {
  4. padding: 0;
  5. margin: 0;
  6. border-collapse: collapse;
  7. }
  8. table {
  9. table-layout: fixed;
  10. font-size: 14px;
  11. }
  12. .tableT {
  13. text-align: center;
  14. font-size: 20px;
  15. margin-bottom: 15px;
  16. }
  17. .table {
  18. width: 100%;
  19. text-align: center;
  20. border-top: 1px solid #000;
  21. border-right: 1px solid #000;
  22. }
  23. .table tr {
  24. border-bottom: 1px solid #000;
  25. }
  26. .table td {
  27. border-left: 1px solid #000;
  28. line-height: 20px;
  29. padding: 8px 5px;
  30. }
  31. .tableImg {
  32. height: 0;
  33. overflow: hidden;
  34. padding-bottom: 140%;
  35. }
  36. .table img {
  37. width: 100%;
  38. }
  39. .tableTxt {
  40. text-align: left;
  41. }
  42. .table .table {
  43. border: 0;
  44. }
  45. .table .table tr:last-child {
  46. border-bottom: 0;
  47. }
  48. .table .table td:first-child {
  49. border-left: 0;
  50. }
  51. .btn {
  52. width: 100px;
  53. height: 34px;
  54. line-height: 34px;
  55. text-align: center;
  56. margin: 30px auto;
  57. border: 1px solid #ccc;
  58. cursor: pointer;
  59. border-radius: 4px;
  60. }
  61. .tableBox {
  62. width: 90%;
  63. margin: 30px auto;
  64. }
  65. #table {
  66. /* display: none; */
  67. }