Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
上线
Browse files Browse the repository at this point in the history
  • Loading branch information
alexju committed Aug 23, 2020
1 parent 2c97657 commit 43f3cd7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
Binary file added img/school-life/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/school-life/bg.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pages/index/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<swiper-item class='pic_item radius-shadow'>
<navigator hover-class="banner-hover" url="{{'../school-life-2020/school-life-2020'}}">
<!-- TODO 填写海报数据 -->
<image src='' class="swiper_img" mode='scaleToFill'></image>
<image src='../../img/school-life/banner.png' class="swiper_img" mode='scaleToFill'></image>
</navigator>
</swiper-item>

Expand Down
1 change: 0 additions & 1 deletion pages/school-life-2020/school-life-2020.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<view>
<image class="bg" src="../../img/school-life/bg.jpeg"></image>
<view class="btn-view">
<view class="title">点滴校园2020</view>
<button class="btn" open-type="getUserInfo" bindgetuserinfo="tapGetUserInfo">点击进入</button>
</view>
</view>
7 changes: 1 addition & 6 deletions pages/school-life-2020/school-life-2020.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
z-index: 1;
}

.title {
margin-top: 80rpx;
font-size: 30px;
}

.btn {
margin-top: 500rpx;
margin-top: 700rpx;
}

0 comments on commit 43f3cd7

Please sign in to comment.