_news.scss
404 Bytes
.news-select {
position: relative;
margin: (15rem / $remNum) 0;
text-align: center;
select {
font-size: 16rem / $remNum;
border: none;
outline: none;
font-family: "arial","helvetica","微软雅黑";
text-align: center;
background: #fff;
color: #000;
}
}
.news-main{
display: none;
}
.news-main.current{
display: block;
}