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

@@ -199,7 +199,7 @@
.page {
flex: 1;
overflow-y: auto;
padding: 0px 20px;
padding: 0px 40rpx;
box-sizing: border-box;
/* background-color: #fff; */
}
@@ -207,21 +207,21 @@
.container {
/* padding: 20px; */
/* padding: 40rpx; */
}
/* Banner 轮播 */
.banner-box {
width: 100%;
border-radius: 10px;
border-radius: 20rpx;
overflow: hidden;
margin-bottom: 20px;
height: 111px;
margin-bottom: 40rpx;
height: 122rpx;
}
.banner-img {
width: 100%;
height: 111px;
height: 122rpx;
}
@@ -230,28 +230,28 @@
.func-section {
width: 100%;
background-color: #ffffff;
border-radius: 10px;
padding: 10px;
border-radius: 20rpx;
padding: 20rpx;
box-sizing: border-box;
margin-bottom: 20px;
margin-bottom: 40rpx;
}
.section-title {
display: flex;
align-items: center;
margin-bottom: 10px;
margin-bottom: 20rpx;
}
.title-line {
width: 6px;
height: 24px;
width:12rpx;
height: 48rpx;
background-color: #007aff;
border-radius: 3px;
margin-right: 10px;
border-radius:6rpx;
margin-right: 20rpx;
}
.title-text {
font-size: 16px;
font-size: 32rpx;
font-weight: 600;
color: #000000;
}
@@ -268,18 +268,18 @@
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20px;
margin-bottom: 40rpx;
}
.func-icon {
width: 42px;
height: 42px;
width: 84rpx;
height: 84rpx;
border-radius: 50%;
background-color: #f0f5ff;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
margin-bottom: 20rpx;
position: relative;
}
@@ -294,7 +294,7 @@
}
.func-name {
font-size: 14px;
font-size: 28rpx;
color: #000000;
font-weight: 400;
text-align: center;