修改弹出样式

This commit is contained in:
kbing1981 2024-08-23 15:53:08 +08:00
parent 83cef0a93d
commit 3156d79b1f
2 changed files with 13 additions and 12 deletions

View File

@ -2525,15 +2525,15 @@ export default {
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
}
.popup-mian-btn span{
width: 247rpx;
height: 77rpx;
line-height: 77rpx;
width:220rpx;
height:69rpx;
line-height:69rpx;
text-align: center;
font-weight: 400;
font-size: 32rpx;
color: #FFFEFE;
border-radius: 39rpx;
margin-right: 10rpx;
margin-right:15rpx;
}
.popup-mian-btn{
width: 100%;

View File

@ -2280,14 +2280,15 @@
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
}
.popup-mian-btn span{
width: 247rpx;
height: 77rpx;
line-height: 77rpx;
text-align: center;
font-weight: 400;
font-size: 32rpx;
color: #FFFEFE;
border-radius:40rpx;
width:220rpx;
height:69rpx;
line-height:69rpx;
text-align: center;
font-weight: 400;
font-size: 32rpx;
color: #FFFEFE;
border-radius: 39rpx;
margin-right:15rpx;
}
.popup-mian-btn{
width: 100%;