首页 给多按钮 里面布局

This commit is contained in:
Mr.jiang 2024-08-15 10:11:28 +08:00
parent 466dc282f7
commit 87289a8632
1 changed files with 2 additions and 1 deletions

View File

@ -1389,6 +1389,7 @@
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
}
.popup-mian-btn span:nth-child(1){
background: linear-gradient(90deg, #FE912E, #FF9970);
@ -1452,7 +1453,7 @@
}
.popup-content{
width: 613rpx;
height: 320rpx;
height: auto;
background:#fff url(../../static/background-img3.png)no-repeat ;
background-size: 130%;
border-radius: 36rpx;