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