shop_news.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .news_ct {
  2. margin: 0.7rem 0;
  3. padding: 0 0.31rem;
  4. }
  5. .news_jp p {
  6. font-size: 2.6em;
  7. text-align: center;
  8. width: 1.64rem;
  9. height: 0.6rem;
  10. line-height: 0.6rem;
  11. }
  12. .news_jp a {
  13. color: #3d3c40;
  14. }
  15. .news_jp p.active {
  16. background: url(https://img.x-motion.cn/home/m/image/news/jp_bg.jpg) no-repeat;
  17. background-size: 100%;
  18. background-position: center;
  19. }
  20. .news_sw {
  21. margin-top: 0.7rem;
  22. }
  23. .news_title {
  24. font-size: 3.0em;
  25. color: #3d3c40;
  26. }
  27. .news_detail {
  28. color: #8c8b8b;
  29. font-size: 2.4em;
  30. line-height: 0.36rem;
  31. }
  32. .news_time {
  33. line-height: 0.43rem;
  34. text-align: center;
  35. width: 1.49rem;
  36. height: 0.43rem;
  37. font-size: 2.4em;
  38. background-color: #f7f8f9;
  39. color: #8c8b8b;
  40. }
  41. .news_sw p {
  42. margin-top: 0.4rem;
  43. }
  44. .news_li {
  45. padding-bottom: 0.4rem;
  46. border-bottom: 1px solid #E2E2E2;
  47. }
  48. .all-simg{
  49. margin-bottom: 0.94rem;
  50. }
  51. .stores_top {
  52. box-sizing: border-box;
  53. background: #f7f8f9;
  54. color: #8c8b8b;
  55. height: 2.56rem;
  56. width: 100%;
  57. padding: 0.79rem 0.31rem;
  58. }
  59. .stores_top h2 {
  60. font-weight: 300;
  61. font-size: 6.0em;
  62. }
  63. .stores_top h3 {
  64. font-weight: 500;
  65. font-size: 2.4em;
  66. }
  67. div.select_ul {
  68. margin-bottom: 0.5rem;
  69. height: 0.6rem;
  70. line-height: 0.6rem;
  71. font-size: 2.6em;
  72. position: relative;
  73. border-radius: 5px;
  74. border: 1px solid #e2e2e2;
  75. }
  76. div.select_ul:after {
  77. position: absolute;
  78. top: 50%;
  79. right: 10%;
  80. content: '';
  81. width: 0;
  82. height: 0;
  83. border-top: 0.1rem solid #5ea7ec;
  84. border-right: 0.1rem solid transparent;
  85. border-left: 0.1rem solid transparent;
  86. }
  87. div.select_ul,
  88. p.select_li {
  89. box-sizing: border-box;
  90. text-align: left;
  91. width: 3.59rem;
  92. padding: 0 0.21rem;
  93. }
  94. p.select_li {
  95. font-size: 1em;
  96. background-color: #f7f8f9;
  97. }
  98. p.select_li:hover {
  99. background: #8c8b8b;
  100. color: #FFFFFF;
  101. }
  102. .all_stli {
  103. display: none;
  104. /*float: left;*/
  105. background: #FFFFFF;
  106. position: absolute;
  107. left: 0;
  108. top: 0.7rem;
  109. }
  110. .li_active {
  111. display: block;
  112. }
  113. .news_jp p.active {
  114. background: url(https://img.x-motion.cn/home/m/image/news/jp_bg.jpg) no-repeat;
  115. background-size: 100%;
  116. background-position: center;
  117. }
  118. .select_ul {
  119. margin-top: 0.5rem;
  120. }