shop_news.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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(img/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. .stores_top {
  49. box-sizing: border-box;
  50. background: #f7f8f9;
  51. color: #8c8b8b;
  52. height: 2.56rem;
  53. width: 100%;
  54. padding: 0.79rem 0.31rem;
  55. }
  56. .stores_top h2 {
  57. font-weight: 300;
  58. font-size: 6.0em;
  59. }
  60. .stores_top h3 {
  61. font-weight: 500;
  62. font-size: 2.4em;
  63. }
  64. div.select_ul {
  65. margin-bottom: 0.5rem;
  66. height: 0.6rem;
  67. line-height: 0.6rem;
  68. font-size: 2.6em;
  69. position: relative;
  70. border-radius: 5px;
  71. border: 1px solid #e2e2e2;
  72. }
  73. div.select_ul:after {
  74. position: absolute;
  75. top: 50%;
  76. right: 10%;
  77. content: '';
  78. width: 0;
  79. height: 0;
  80. border-top: 0.1rem solid #5ea7ec;
  81. border-right: 0.1rem solid transparent;
  82. border-left: 0.1rem solid transparent;
  83. }
  84. div.select_ul,
  85. p.select_li {
  86. box-sizing: border-box;
  87. text-align: left;
  88. width: 3.59rem;
  89. padding: 0 0.21rem;
  90. }
  91. p.select_li {
  92. font-size: 1em;
  93. }
  94. p.select_li:hover {
  95. background: #8c8b8b;
  96. }
  97. p.select_li:hover a {
  98. color: #FFFFFF;
  99. }
  100. .all_stli {
  101. display: none;
  102. /*float: left;*/
  103. background: #FFFFFF;
  104. position: absolute;
  105. left: 0;
  106. top: 0.7rem;
  107. }
  108. .li_active {
  109. display: block;
  110. }