4/18 样式修改,缴费部分页面按照ui重做

This commit is contained in:
wangyuxin
2026-04-18 16:24:20 +08:00
parent 72ec4017e8
commit 452bf0b84d
36 changed files with 975 additions and 973 deletions

View File

@@ -3,7 +3,7 @@
<view class="status-bar"></view>
<uni-nav-bar title="选择缴费单位" left-icon="left" @clickLeft="goBack" backgroundColor="transparent" :border="false">
</uni-nav-bar>
<Loading mask="true" click="true" ref="loading"></Loading>
<!-- 表单区域 -->
<scroll-view class="page" scroll-y="true">
@@ -293,7 +293,7 @@
</script>
<style lang="scss">
page {
background: #f2f1f6;
background: #f9f9f9;
}
</style>
@@ -309,14 +309,14 @@
.page {
flex: 1;
overflow-y: auto;
padding: 0px 20px;
box-sizing: border-box;
background-color: #fff;
}
.search-section {
background-color: #fff;
padding: 10px;
padding:20rpx;
display: flex;
}
@@ -330,10 +330,10 @@
.city-select {
display: flex;
align-items: center;
padding: 4px 0;
padding:8rpx 0;
cursor: pointer;
width: 80px;
height: 35px;
height: 70rpx;
}
.ellipsis {
@@ -343,7 +343,7 @@
}
.city-text {
font-size: 14px;
font-size:28rpx;
/* 匹配截图字体大小 */
font-weight: 600;
color: #000000;
@@ -354,11 +354,11 @@
.arrow-icon {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid #333333;
border-left:10rpx solid transparent;
border-right:10rpx solid transparent;
border-top:16rpx solid #333333;
/* 纯黑实心三角,和截图一致 */
margin-top: 2px;
margin-top: 4rpx;
}
@@ -368,10 +368,10 @@
width: 100%;
align-items: center;
background-color: #f3f4f6;
border-radius: 50rpx;
border-radius:20rpx;
/* margin: 0rpx 30rpx 20rpx 30rpx; */
padding: 0 15px;
margin: 0px 0px 0px 5px;
padding: 0 30rpx;
margin:10rpx 0px 0px10rpx;
height: 70rpx;
}
@@ -395,20 +395,20 @@
/* 列表 */
.list-scroll {
height: calc(100vh - 44px - 70px);
}
.group-title {
padding: 10px 15px;
font-size: 14px;
padding:20rpx 40rpx;
font-size:28rpx;
color: #666;
background-color: #f3f3f3;
}
.item {
background: #fff;
padding: 10px 15px;
font-size: 14px;
border-bottom: 1px solid #f2f2f2;
padding:20rpx 40rpx;
font-size:28rpx;
border-bottom: 2rpx solid #f2f2f2;
}
.item:active {
@@ -416,8 +416,8 @@
}
::v-deep .selected-item {
margin-left: 5px !important;
margin-right: 5px !important;
margin-left:10rpx !important;
margin-right:10rpx !important;
}
.status-bar {