Skip to content

Commit

Permalink
fix:修改历年分数线查询标题显示
Browse files Browse the repository at this point in the history
  • Loading branch information
hey-a-pple committed May 17, 2024
1 parent 4fed3ec commit 434e83a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions miniprogram/pages/sydw/lnbmrs/index.wxml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!--pages/wdxt/lnfs-cc/index.wxml-->

<view style=" background:{{backgroundColor}};min-height: 100vh;">
<view class="tit">{{title}}</view>
<image mode="widthFix" src="{{imageUrl}}" class="banner_bk w100"></image>
<view class="container">
<view class="select_wrap">
Expand Down
15 changes: 11 additions & 4 deletions miniprogram/pages/sydw/lnbmrs/index.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@
margin-top: -700rpx;
}
.tit{
color: #fff;
text-align: center;
position: absolute;
top: 180rpx;
width: 100vw;
font-size:50rpx;
top: 200rpx;
left:120rpx ;
width: 500rpx;
height: 100rpx;
line-height: 90rpx;
border-radius: 60rpx;
border: 1rpx solid #fff;
color: #fff;
font-size:40rpx;
font-weight: bold;

}
.select_wrap {
width:680rpx;
Expand Down

0 comments on commit 434e83a

Please sign in to comment.