Merge branch 'Branch_1' of https://git.u8t.cn/tangxinyue/alipay-emulator into Branch_1

This commit is contained in:
小李 2026-03-19 17:05:48 +08:00
commit 6229949c1a
3 changed files with 36 additions and 4 deletions

View File

@ -367,13 +367,16 @@ onMounted(() => {
.number-box {
height: 36rpx;
font-size: 24rpx;
min-width: 36rpx;
text-align: center;
font-size: 12px;
line-height: 24rpx;
padding: 6rpx 10rpx;
border-radius: 18rpx;
color: #fff;
background-color: #0276FF;
margin-left: 4rpx;
flex-shrink: 0;
}
}

View File

@ -161,6 +161,11 @@ const editItem = (item) => {
.edit {
background-color: #5855D6;
image {
width: 48rpx;
height: 48rpx;
}
}
.main-box {
@ -240,7 +245,7 @@ const editItem = (item) => {
.border-box {
position: relative;
padding: 18rpx 14rpx 14rpx 0;
padding: 18rpx 24rpx 14rpx 0;
height: 100%;
// box-shadow: inset 0 -0.3px 0 0 #D8D8D8;
}
@ -272,6 +277,7 @@ const editItem = (item) => {
color: #838383;
font-size: 28rpx;
line-height: 28rpx;
margin-right: 18rpx;
}
}
@ -401,6 +407,11 @@ const editItem = (item) => {
.edit {
background-color: #5855D6;
image {
width: 48rpx;
height: 48rpx;
}
}
}
@ -599,6 +610,15 @@ const editItem = (item) => {
background-color: #F4F4F4;
}
.edit {
background-color: #5855D6;
image {
width: 48rpx;
height: 48rpx;
}
}
}
// vivo
@ -683,5 +703,14 @@ const editItem = (item) => {
background-color: #F4F4F4;
}
.edit {
background-color: #5855D6;
image {
width: 48rpx;
height: 48rpx;
}
}
}
</style>

View File

@ -279,8 +279,8 @@ page {
}
.border-nav-bar-box {
::v-deep .nav-bar {
border-bottom: 1rpx solid #B5B5B5;
::v-deep .nav-bar-container {
box-shadow: 0 -0.3px 0 0 #B5B5B5 inset;
}
}