星油闪充小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.0 KiB

8 months ago
.ButtonGroup-container{
.skip-buttom{
display: flex;
justify-content: center;
color: #bbbbbb;
}
.wx-buttom{
font-size: 28rpx;
width: 563rpx !important;
height: 88rpx !important;
background-color: #46BB36;
margin-bottom: 59rpx;
color: #ffffff;
border-radius: 15rpx 15rpx 15rpx 15rpx;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
.wx-logo{
width: 41.96rpx;
height: 34.42rpx;
margin-right: 20rpx;
}
}
.ButtonGroup-footer{
width: 100%;
position: absolute;
bottom: env(safe-area-inset-bottom);
color: #B6B6B6;
font-size: 22rpx;
left: 0;
display:flex;
justify-content: center;
.agreement-text{
color: #525252;
}
}
.phone-buttom{
box-sizing: border-box;
border-radius: 15rpx 15rpx 15rpx 15rpx;
font-size: 28rpx;
width: 563rpx !important;
height: 88rpx !important;
border: 1px solid #121836;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 59rpx;
}
}