首页 给多按钮 里面布局
This commit is contained in:
parent
466dc282f7
commit
87289a8632
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue