123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- .news_ct {
- margin: 0.7rem 0;
- padding: 0 0.31rem;
- }
- .news_jp p {
- font-size: 2.6em;
- text-align: center;
- width: 1.64rem;
- height: 0.6rem;
- line-height: 0.6rem;
- }
- .news_jp a {
- color: #3d3c40;
- }
- .news_jp p.active {
- background: url(img/news/jp_bg.jpg) no-repeat;
- background-size: 100%;
- background-position: center;
- }
- .news_sw {
- margin-top: 0.7rem;
- }
- .news_title {
- font-size: 3.0em;
- color: #3d3c40;
- }
- .news_detail {
- color: #8c8b8b;
- font-size: 2.4em;
- line-height: 0.36rem;
- }
- .news_time {
- line-height: 0.43rem;
- text-align: center;
- width: 1.49rem;
- height: 0.43rem;
- font-size: 2.4em;
- background-color: #f7f8f9;
- color: #8c8b8b;
- }
- .news_sw p {
- margin-top: 0.4rem;
- }
- .news_li {
- padding-bottom: 0.4rem;
- border-bottom: 1px solid #E2E2E2;
- }
- .stores_top {
- box-sizing: border-box;
- background: #f7f8f9;
- color: #8c8b8b;
- height: 2.56rem;
- width: 100%;
- padding: 0.79rem 0.31rem;
- }
- .stores_top h2 {
- font-weight: 300;
- font-size: 6.0em;
- }
- .stores_top h3 {
- font-weight: 500;
- font-size: 2.4em;
- }
- div.select_ul {
- margin-bottom: 0.5rem;
- height: 0.6rem;
- line-height: 0.6rem;
- font-size: 2.6em;
- position: relative;
- border-radius: 5px;
- border: 1px solid #e2e2e2;
- }
- div.select_ul:after {
- position: absolute;
- top: 50%;
- right: 10%;
- content: '';
- width: 0;
- height: 0;
- border-top: 0.1rem solid #5ea7ec;
- border-right: 0.1rem solid transparent;
- border-left: 0.1rem solid transparent;
- }
- div.select_ul,
- p.select_li {
- box-sizing: border-box;
- text-align: left;
- width: 3.59rem;
- padding: 0 0.21rem;
- }
- p.select_li {
- font-size: 1em;
- }
- p.select_li:hover {
- background: #8c8b8b;
- }
- p.select_li:hover a {
- color: #FFFFFF;
- }
- .all_stli {
- display: none;
- /*float: left;*/
- background: #FFFFFF;
- position: absolute;
- left: 0;
- top: 0.7rem;
- }
- .li_active {
- display: block;
- }
|