修改弹出样式
This commit is contained in:
parent
83cef0a93d
commit
3156d79b1f
|
@ -2525,15 +2525,15 @@ export default {
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
}
|
}
|
||||||
.popup-mian-btn span{
|
.popup-mian-btn span{
|
||||||
width: 247rpx;
|
width:220rpx;
|
||||||
height: 77rpx;
|
height:69rpx;
|
||||||
line-height: 77rpx;
|
line-height:69rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
color: #FFFEFE;
|
color: #FFFEFE;
|
||||||
border-radius: 39rpx;
|
border-radius: 39rpx;
|
||||||
margin-right: 10rpx;
|
margin-right:15rpx;
|
||||||
}
|
}
|
||||||
.popup-mian-btn{
|
.popup-mian-btn{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -2280,14 +2280,15 @@
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
}
|
}
|
||||||
.popup-mian-btn span{
|
.popup-mian-btn span{
|
||||||
width: 247rpx;
|
width:220rpx;
|
||||||
height: 77rpx;
|
height:69rpx;
|
||||||
line-height: 77rpx;
|
line-height:69rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
color: #FFFEFE;
|
color: #FFFEFE;
|
||||||
border-radius:40rpx;
|
border-radius: 39rpx;
|
||||||
|
margin-right:15rpx;
|
||||||
}
|
}
|
||||||
.popup-mian-btn{
|
.popup-mian-btn{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue