💪 optimize: 优化代码并删除部分文件

This commit is contained in:
wangsongsole 2023-07-12 16:41:45 +08:00
parent bc00a73766
commit 0354811ad1
4 changed files with 5 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

View File

@ -80,7 +80,8 @@ body {
align-items: center; align-items: center;
} }
.random-pop { .random-pop {
background: url('./ysf-pop.png') no-repeat; background: url('https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/ysf-pop.png')
no-repeat;
background-size: cover; background-size: cover;
height: 3rem; height: 3rem;
width: 2.6rem; width: 2.6rem;
@ -125,7 +126,8 @@ body {
color: #fae5e5; color: #fae5e5;
} }
.r-p-but { .r-p-but {
background: url('./ysf-but.png') no-repeat; background: url('https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/ysf-but.png')
no-repeat;
background-size: cover; background-size: cover;
height: 0.44rem; height: 0.44rem;
width: 2rem; width: 2rem;

View File

@ -6,7 +6,7 @@
<meta name="viewport" <meta name="viewport"
content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>云闪付红包</title> <title>云闪付红包</title>
<link rel="stylesheet" href="./ysf.css"> <link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/ysf.css">
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/common/vue.min.js?v=20210302151401" <script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/common/vue.min.js?v=20210302151401"
type="text/javascript" charset="utf-8"></script> type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/common/axios.js?v=1367936144322"> <script type="text/javascript" src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/common/axios.js?v=1367936144322">