Skip to content

Commit

Permalink
fix:后缀位置修改
Browse files Browse the repository at this point in the history
  • Loading branch information
hey-a-pple committed Jan 16, 2024
1 parent 5f7ac95 commit b40f8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion miniprogram/pages/sydw/yuce/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
<image wx:else mode="widthFix" src="{{successimageUrl}}" class="banner_bk "></image>

<!-- 后缀 -->
<view>{{suffixStr}}</view>
<view class="dingw">{{suffixStr}}</view>
1 change: 1 addition & 0 deletions miniprogram/pages/sydw/yuce/index.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
page{
background:#000 ;
}
.dingw{position: absolute; bottom: 5%;}
.banner_bk {

width: 100vw;
Expand Down

0 comments on commit b40f8f4

Please sign in to comment.