This commit is contained in:
zhangds 2024-05-29 15:21:31 +08:00
parent 04685947c4
commit 1a4b248b5d
2 changed files with 17 additions and 1 deletions

View File

@ -25,11 +25,15 @@
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/common/axios.js?v=1367936144999"></script>
<script src="./dof-api.js"></script>
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/libs/vue.global.js"></script>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="app">
银联1
<div class="header">
</div>
</div>
</body>
<script>

12
style.css Normal file
View File

@ -0,0 +1,12 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.header {
width: 100px;
height: 100px;
padding: 0.2rem;
border: 1px solid red;
}