This commit is contained in:
kbing1981 2024-07-11 17:38:02 +08:00
parent c35641acd8
commit 51136cef0e
1 changed files with 3 additions and 4 deletions

View File

@ -2652,7 +2652,7 @@
box-sizing: border-box;
}
.huiBtn{
background: #E2E2E2;
background: #f6f6f6;
color: #333333;
}
.lanBtn{
@ -2760,17 +2760,16 @@
}
.popup-head{
width: 100%;
height: 99.38rpx;
background-color: rgba(21, 171, 141, 0.09);
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 0 15px;
padding:42rpx 20rpx;
}
.popup-content{
width: 100%;
height: 510px;
height: 540px;
background: #FFFFFF;
border-top-left-radius: 56rpx;
border-top-right-radius: 56rpx;