This commit is contained in:
zhouyanli
2026-04-18 17:35:00 +08:00
parent 6ab4904deb
commit 71f422d254

View File

@@ -37,7 +37,7 @@
<up-swiper :list="bannerList" indicator indicatorMode="dot" ></up-swiper> <up-swiper :list="bannerList" indicator indicatorMode="dot" ></up-swiper>
</view> </view>
<view class="noticeClass"> <view class="noticeClass">
<image src="/static/首页/公告.png" style="width: 81rpx;height: 81rpx;position: absolute;top: 10px;left: 16px;"></image> <image src="/static/首页/公告.png" style="width: 38px;height: 38px;position: absolute;top: 21px;left: 27px;"></image>
<uni-notice-bar show-icon :text="noticeText" type="line" <uni-notice-bar show-icon :text="noticeText" type="line"
:showIcon="true" show-get-more scrollable color="#000" background-color="#fff" moreColor="#000" @getmore="getNoticeMore"/> :showIcon="true" show-get-more scrollable color="#000" background-color="#fff" moreColor="#000" @getmore="getNoticeMore"/>
<!-- <up-notice-bar class="notice-bar" :text="noticeText" mode="link" speed="100" bgColor="#FFF" color="#000" url="pages/notice-list/noticeList"></up-notice-bar> --> <!-- <up-notice-bar class="notice-bar" :text="noticeText" mode="link" speed="100" bgColor="#FFF" color="#000" url="pages/notice-list/noticeList"></up-notice-bar> -->
@@ -326,13 +326,13 @@ const moreClick = () =>{
position: relative; position: relative;
top: 110px; top: 110px;
left: 0; left: 0;
padding: 20rpx; padding: 40rpx;
} }
.noticeClass{ .noticeClass{
position: relative; position: relative;
top: 205rpx; top: 167rpx;
left: 0; left: 0;
padding: 20rpx; padding: 40rpx;
} }
.noticeClass.uni-noticebar{ .noticeClass.uni-noticebar{
padding: 10px 15px 10px 45px; padding: 10px 15px 10px 45px;
@@ -343,12 +343,12 @@ const moreClick = () =>{
} }
.bg-card-open{ .bg-card-open{
position: relative; position: relative;
top: 180rpx; top: 102rpx;
left: 0; left: 0;
padding: 20rpx; padding: 20rpx;
background-color: #fff; background-color: #fff;
border-radius: 8rpx; border-radius: 8rpx;
margin: 9px; margin: 20px;
} }
.openClass{ .openClass{
display: flex; display: flex;
@@ -371,12 +371,12 @@ const moreClick = () =>{
.adCardClass{ .adCardClass{
// width: 100%; // width: 100%;
height: 200rpx; height: 200rpx;
margin: 17rpx; margin: 40rpx;
background-color: #3E8EFF; background-color: #3E8EFF;
// margin-top: 30rpx; // margin-top: 30rpx;
border-radius: 20rpx; border-radius: 28rpx;
position: relative; position: relative;
top:99px; top:50px;
left: 0; left: 0;
.titleLeft{ .titleLeft{
text-align: left; text-align: left;
@@ -394,10 +394,13 @@ const moreClick = () =>{
} }
.activity-card{ .activity-card{
position: relative; position: relative;
top: 102px; top: 45px;
left: 0; left: 0;
bottom: 20; bottom: 20;
} }
.uni-card{
margin: 18px !important;
}
.eventListClass{ .eventListClass{
margin: 20rpx; margin: 20rpx;
display: flex; display: flex;