首页 给多按钮 里面布局
This commit is contained in:
parent
466dc282f7
commit
87289a8632
|
@ -1389,6 +1389,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
.popup-mian-btn span:nth-child(1){
|
.popup-mian-btn span:nth-child(1){
|
||||||
background: linear-gradient(90deg, #FE912E, #FF9970);
|
background: linear-gradient(90deg, #FE912E, #FF9970);
|
||||||
|
@ -1452,7 +1453,7 @@
|
||||||
}
|
}
|
||||||
.popup-content{
|
.popup-content{
|
||||||
width: 613rpx;
|
width: 613rpx;
|
||||||
height: 320rpx;
|
height: auto;
|
||||||
background:#fff url(../../static/background-img3.png)no-repeat ;
|
background:#fff url(../../static/background-img3.png)no-repeat ;
|
||||||
background-size: 130%;
|
background-size: 130%;
|
||||||
border-radius: 36rpx;
|
border-radius: 36rpx;
|
||||||
|
|
Loading…
Reference in New Issue