css.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .adsd-wrapper {
  2. width: 100%;
  3. margin: 10px auto;
  4. overflow: hidden;
  5. }
  6. .adsd-wrapper {
  7. background-color: #faf8f2;
  8. }
  9. .ads-right .ads-box > div a {
  10. white-space: nowrap;
  11. text-overflow: ellipsis;
  12. overflow: hidden;
  13. }
  14. @media screen and (max-width:769px) {
  15. .desc-pc {
  16. display: none;
  17. }
  18. .ads-desc {
  19. text-align: left;
  20. }
  21. .ads-desc p {
  22. text-indent: 1rem;
  23. line-height: 2.6rem;
  24. font-size: 1.6rem;
  25. color: #c31a00;
  26. }
  27. .ads-right {
  28. width: 100%;
  29. }
  30. .ads-right .ads-box {
  31. width: 100%;
  32. overflow: hidden;
  33. }
  34. .ads-right .ads-box > div {
  35. width: 50%;
  36. float: left;
  37. text-align: center;
  38. line-height: 35px;
  39. ;
  40. }
  41. .ads-right .ads-box > div a {
  42. font-size: 1.4rem;
  43. display: block;
  44. border: 1px solid #dddddd;
  45. }
  46. .ads-right .ads-box > div:nth-child(odd) a {
  47. border-right: none;
  48. }
  49. .ads-right .ads-box > div:nth-child(1) a, .ads-right .ads-box > div:nth-child(2) a, .ads-right .ads-box > div:nth-child(3) a, .ads-right .ads-box > div:nth-child(4) a, .ads-right .ads-box > div:nth-child(5) a, .ads-right .ads-box > div:nth-child(6) a {
  50. border-bottom: none;
  51. }
  52. }
  53. @media screen and (min-width:769px) {
  54. .desc-mobile {
  55. display: none;
  56. }
  57. .ads-desc {
  58. width: 3%;
  59. float: left;
  60. text-align: center;
  61. }
  62. .ads-desc p {
  63. border: 1px solid #dddddd;
  64. border-right: none;
  65. height: 83px;
  66. font-size: 1.8rem;
  67. padding: 5px 0;
  68. box-sizing: border-box;
  69. }
  70. .ads-right {
  71. width: 97%;
  72. float: left;
  73. }
  74. .ads-right .ads-box {
  75. width: 100%;
  76. overflow: hidden;
  77. }
  78. .ads-right .ads-box > div {
  79. width: 25%;
  80. float: left;
  81. text-align: center;
  82. line-height: 40px;
  83. ;
  84. }
  85. .ads-right .ads-box > div a {
  86. display: block;
  87. border: 1px solid #dddddd;
  88. font-size: 1.8rem;
  89. }
  90. .ads-right .ads-box > div:nth-child(1) a, .ads-right .ads-box > div:nth-child(2) a, .ads-right .ads-box > div:nth-child(3) a, .ads-right .ads-box > div:nth-child(4) a {
  91. border-bottom: none;
  92. }
  93. .ads-right .ads-box > div:nth-child(1) a, .ads-right .ads-box > div:nth-child(2) a, .ads-right .ads-box > div:nth-child(3) a, .ads-right .ads-box > div:nth-child(5) a, .ads-right .ads-box > div:nth-child(6) a, .ads-right .ads-box > div:nth-child(7) a {
  94. border-right: none;
  95. }
  96. .ads-right .ads-box > div a.no-right {
  97. border-right: none;
  98. }
  99. }