zoujiandong 4948f35fb3 1.22
2024-01-22 08:42:14 +08:00

43 lines
678 B
Plaintext

/* pages/payPlatform/payPlatform.wxss */
.page{
display: flex;
flex-direction: column;
align-items: center;
min-height: 100%;
overflow: hidden;
}
.img{
margin:257rpx 0 50rpx ;
width:300rpx;
height:230rpx;
}
.tips{
font-size: 28rpx;
font-weight: 400;
color: #333333;
}
.btnbox{
left:40rpx;
right:40rpx;
position: absolute;
bottom:150rpx;
}
.btnbox .btn{
height: 94rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 36rpx;
border: 1rpx solid #3CC7C0;
color: #FFFFFF;
width:100%;
background: #3CC7C0;
border-radius: 47rpx;
}
.btnbox .back{
margin-top: 48rpx;
color: #3CC7C0;
background: #FFFFFF;
border: 1rpx solid #3CC7C0;
}