修改首页、公告样式、在线报修字段回显等

This commit is contained in:
zhouyanli
2026-05-07 18:05:36 +08:00
parent 0fb361ad64
commit b68766791d
8 changed files with 60 additions and 51 deletions

View File

@@ -91,10 +91,10 @@
<image src="http://47.104.199.163:9090/images/home/ad1.png" mode="" style="width: 100%;height: 100%;"></image>
</view>
</up-col>
<up-col span="8">
<up-col span="8">
<view class="demo-layout bg-purple-light titleLeft">
<text style="color: #fff;font-size: 18px;font-weight: 700;">便民服务</text>
<view style="color: #fff;font-size: 16px;">邻里便民服务 全新上线</view>
<text style="color: #fff;font-size: 40rpx;font-weight: 700;">便民服务</text>
<view style="color: #fff;font-size: 28rpx;">邻里便民服务 全新上线</view>
</view>
</up-col>
@@ -176,7 +176,8 @@ const activityList = ref([]) // 活动列表数据
const currentCommunity = ref('请认证小区')
const currentVillageId = ref('')
const bannerList = ref([
'http://47.104.199.163:9090/images/home/banner.png',
// 'http://47.104.199.163:9090/images/home/banner.png',
"http://47.104.199.163:9090/images/propertyImgs/serviceImg2.png"
])
const noticeText = ref('暂无公告')
@@ -446,13 +447,13 @@ const moreClick = () =>{
}
.bannarClass{
position: relative;
top: 110px;
top: 112px;
left: 0;
padding: 40rpx;
padding: 20rpx 40rpx;
}
.noticeClass{
position: relative;
top: 160rpx;
top: 184rpx;
left: 0;
padding: 40rpx 36rpx;
}
@@ -470,7 +471,7 @@ const moreClick = () =>{
}
.bg-card-open{
position: relative;
top: 98rpx;
top: 110rpx;
left: 0;
padding: 20rpx;
background-color: #fff;
@@ -508,7 +509,7 @@ const moreClick = () =>{
// margin-top: 30rpx;
border-radius: 28rpx;
position: relative;
top:45px;
top:49px;
left: 0;
.titleLeft{
text-align: left;
@@ -534,13 +535,13 @@ const moreClick = () =>{
margin: 18px !important;
}
.eventListClass{
margin: 20rpx;
margin: 10rpx 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.activity-name{
font-size: 16px;
font-size: 32rpx;
font-weight: 600;
color: #222;
@@ -571,25 +572,31 @@ const moreClick = () =>{
// background-color: #333333;
}
.activity-title{
font-size: 16px;
font-size: 32rpx;
font-weight: bold;
color: #333;
margin-bottom: 12px;
line-height: 1.4;
}
.activity-time,
.activity-organizer {
.activity-time{
display: flex;
align-items: center;
font-size: 14px;
font-size: 22rpx;
color: #999999;
margin-bottom: 8px;
}
.activity-organizer{
font-size: 28rpx;
display: flex;
align-items: center;
color: #999999;
margin-bottom: 8px;
}
.activity-enrollment{
display: flex;
align-items: center;
font-size: 15px;
font-size: 28rpx;
margin-top: 20rpx;
color: #666666;
}
@@ -609,9 +616,9 @@ const moreClick = () =>{
margin-bottom: 10rpx;
}
.look-more-title{
color: #3E8EFF;
font-size: 14px;
}
color: #3E8EFF;
font-size: 28rpx;
}
}