完善站点组件的手机端样式

This commit is contained in:
2022-11-01 10:34:19 +08:00
parent e4980cbe46
commit bef8467c76
5 changed files with 71 additions and 22 deletions

View File

@@ -78,4 +78,11 @@
background-image : url("img/view.jpg");
background-size : cover;
background-position: center;
}
.ul-demo-mobile-page {
width : 360px;
height : 660px;
border : 0;
box-shadow: 0 0 3px #bbb;
}