纸板小程序:订单/送货单:列表与详情功能
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.page-container {
|
||||
background-image: url('../../assets/images/start_bg.png');
|
||||
background-repeat: no-repeat; /* 禁止重复 */
|
||||
background-size: 100% 106%; /* 宽高铺满容器 */
|
||||
background-position: center; /* 居中显示 */
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
Reference in New Issue
Block a user