修改问题

This commit is contained in:
duan
2025-02-25 15:10:11 +08:00
parent 0c5e5798ea
commit a56aabb05a
14 changed files with 271 additions and 150 deletions

View File

@@ -18,7 +18,7 @@
<swiper :autoplay="true" :vertical="true" :interval="4000" :circular="true" :indicator-dots="false"
class="swiperstyle">
<swiper-item v-for="(item, index) in datas.noticeList" :key="index">
<view style="height: 80rpx;line-height: 80rpx;">{{ item.title }}</view>
<view style="height: 80rpx;line-height: 80rpx;font-size: 14px;">{{ item.title }}</view>
</swiper-item>
</swiper>
</view>
@@ -297,12 +297,12 @@
<style lang="scss" scoped>
.indexStyle {
height: 555rpx;
height: 350rpx;
position: relative;
>image {
width: 100%;
height: 555rpx;
height: 100%;
position: absolute;
}
@@ -334,11 +334,11 @@
.gongao {
position: absolute;
bottom: 75rpx;
bottom: 85rpx;
left: 70rpx;
border-radius: 21rpx 21rpx 21rpx 21rpx;
border-radius: 12rpx 12rpx 12rpx 12rpx;
width: 611rpx;
height: 78rpx;
height: 60rpx;
background-color: rgba(255, 255, 255, .65);
display: flex;
align-items: center;
@@ -348,10 +348,10 @@
.gongaoicon {
color: #ffffff;
width: 98rpx;
height: 50rpx;
line-height: 50rpx;
height: 40rpx;
line-height: 40rpx;
text-align: center;
font-size: 25rpx;
font-size: 20rpx;
background-image: url('../../static/index/gonggaobg.png');
background-size: 98rpx 50rpx;
}