星油积分商城
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.
 
 
 
 

51 lines
1.0 KiB

.ButtonGroup-container {
.skip-buttom {
display: flex;
justify-content: center;
color: #bbbbbb;
}
.wx-buttom {
font-size: 28rpx;
width: 563rpx !important;
height: 88rpx !important;
background: linear-gradient(270deg, #fa6b47 0%, #ff3a66 100%);
margin-bottom: 59rpx;
color: #ffffff;
border-radius: 181rpx;
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: 181rpx;
font-size: 28rpx;
width: 563rpx !important;
height: 88rpx !important;
border: 1px solid #FF4B4F;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 59rpx;
color: #FF4B4F;
}
}