This commit is contained in:
parent
c35641acd8
commit
51136cef0e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue