'commit'
This commit is contained in:
@@ -32,9 +32,26 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="background-container">
|
||||
<!-- 新增红色箭头 -->
|
||||
<!-- 1.png 图片 -->
|
||||
<div
|
||||
class="red-arrow"
|
||||
class="red-arrow"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 10%;
|
||||
left: 10%;
|
||||
transform: translate(-50%,-50%);
|
||||
z-index: 2;
|
||||
width: 155px;
|
||||
height: 173px;
|
||||
background-image: url('./1.png');
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
">
|
||||
</div>
|
||||
|
||||
<!-- 新增2.png 图片 -->
|
||||
<div
|
||||
class="red-arrow"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
@@ -43,8 +60,26 @@
|
||||
z-index: 2;
|
||||
width: 155px;
|
||||
height: 173px;
|
||||
background-image: url('./redArraw.png');
|
||||
background-image: url('./2.png');
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
">
|
||||
</div>
|
||||
|
||||
<!-- 新增3.png 图片 -->
|
||||
<div
|
||||
class="red-arrow"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
left: 90%;
|
||||
transform: translate(-50%,-50%);
|
||||
z-index: 2;
|
||||
width: 155px;
|
||||
height: 173px;
|
||||
background-image: url('./3.png');
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
">
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user