缴费新增对公支付(但是功能不可操作),开始调整首页

This commit is contained in:
2024-07-16 08:52:36 +08:00
parent e4a22af891
commit 765b3ad111
4 changed files with 64 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
/* components/avatar/index.wxss */
.wrapper {
width: 150rpx;
height: 150rpx;
width: 120rpx;
height: 120rpx;
border-radius: 50%;
background: radial-gradient(circle, var(--light-green), var(--middle-green),var(--deep-green) );
display: flex;
@@ -14,4 +14,5 @@
max-width: 100rpx;
overflow: hidden;
white-space: nowrap;
font-size: 30rpx;
}