This commit is contained in:
yanran200730
2022-11-02 17:23:17 +08:00
parent 5061c0d950
commit 33b9400e4a
5 changed files with 164 additions and 66 deletions

View File

@@ -11,9 +11,10 @@
<image src="/static/img/left.png"/>
</div>
<div class="photo-header">
<image src="https://cdn.cunwuyun.cn/wxmp/tianfuxing/photo-bg.png" />
<image class="bg-img" src="https://cdn.cunwuyun.cn/wxmp/tianfuxing/photo-bg.png" />
<h2>随手拍</h2>
<p>将身边文明或不文明行为拍照上传即可获得积分奖励</p>
<image class="right-icon" src="https://cdn.cunwuyun.cn/wxmp/tianfuxing/right2.png" />
</div>
<div class="phone-wrapper">
<h2>我上传的</h2>
@@ -275,7 +276,7 @@
height: 448px;
padding: 150px 48px 0;
image {
.bg-img {
position: absolute;
top: 0;
left: 0;
@@ -284,6 +285,15 @@
height: 448px;
}
.right-icon {
position: absolute;
top: 105px;
right: 0;
z-index: 2;
width: 304px;
height: 240px;
}
h2 {
position: relative;
z-index: 2;
@@ -333,9 +343,9 @@
top: 16px;
right: 16px;
z-index: 2;
width: 110px;
height: 48px;
line-height: 48px;
padding: 0 16px;
font-size: 26px;
text-align: center;
color: #FF883C;