修改服务页的跳转问题

This commit is contained in:
zhouyanli
2026-04-20 08:46:02 +08:00
parent 445e44b3d9
commit fc7ef36a93
8 changed files with 134 additions and 327 deletions

View File

@@ -37,7 +37,7 @@
<up-swiper :list="bannerList" indicator indicatorMode="dot" ></up-swiper>
</view>
<view class="noticeClass">
<image src="/static/首页/公告.png" style="width: 38px;height: 38px;position: absolute;top: 21px;left: 27px;"></image>
<image src="/static/首页/公告.png" style="width: 38px;height: 38px;position: absolute;top: 21px;left: 23px;"></image>
<uni-notice-bar show-icon :text="noticeText" type="line"
: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> -->
@@ -332,7 +332,7 @@ const moreClick = () =>{
position: relative;
top: 167rpx;
left: 0;
padding: 40rpx;
padding: 40rpx 36rpx;
}
.noticeClass.uni-noticebar{
padding: 10px 15px 10px 45px;
@@ -348,7 +348,7 @@ const moreClick = () =>{
padding: 20rpx;
background-color: #fff;
border-radius: 8rpx;
margin: 20px;
margin: 20px 18px;
}
.openClass{
display: flex;
@@ -371,7 +371,7 @@ const moreClick = () =>{
.adCardClass{
// width: 100%;
height: 200rpx;
margin: 40rpx;
margin: 40rpx 30rpx;
background-color: #3E8EFF;
// margin-top: 30rpx;
border-radius: 28rpx;