💪 optimize: 优化代码并删除部分文件
This commit is contained in:
parent
bc00a73766
commit
0354811ad1
BIN
ysf-but.png
BIN
ysf-but.png
Binary file not shown.
Before Width: | Height: | Size: 7.3 KiB |
BIN
ysf-pop.png
BIN
ysf-pop.png
Binary file not shown.
Before Width: | Height: | Size: 84 KiB |
6
ysf.css
6
ysf.css
|
@ -80,7 +80,8 @@ body {
|
|||
align-items: center;
|
||||
}
|
||||
.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;
|
||||
height: 3rem;
|
||||
width: 2.6rem;
|
||||
|
@ -125,7 +126,8 @@ body {
|
|||
color: #fae5e5;
|
||||
}
|
||||
.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;
|
||||
height: 0.44rem;
|
||||
width: 2rem;
|
||||
|
|
2
ysf.html
2
ysf.html
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport"
|
||||
content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<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"
|
||||
type="text/javascript" charset="utf-8"></script>
|
||||
<script type="text/javascript" src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/common/axios.js?v=1367936144322">
|
||||
|
|
Loading…
Reference in New Issue