You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<div th:fragment="css">
|
|
<link rel="stylesheet" href="/layui/css/layui.css">
|
|
<style type="text/css">
|
|
.app {
|
|
display: none;
|
|
}
|
|
|
|
@media (max-width: 360px) {
|
|
.app {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
.pc {
|
|
display: block;
|
|
}
|
|
|
|
@media (max-width: 360px) {
|
|
.pc {
|
|
display: none;
|
|
}
|
|
}
|
|
</style>
|
|
</div> |