CSS
<style type="text/css">
@media(max-width:768px) {
.overflow-maxview {
display: none!important
}
}
@media(min-width:769px) {
.overflow-minview {
display: none!important
}
}
</style>
HTML
<html>
<head></head>
<body>
<span class="overflow-maxview">content</span>
<span class="overflow-minview">content</span>
</body>
</html>
0 条评论
做第一个吃螃蟹的人,快快评论吧~