submit_yes.wxss
566 字节
/* pages/ submit_yes/submit_yes.wxss */
.submit_img{
width:128rpx;
height: 146rpx;
margin: 145rpx auto 40rpx auto;
}
.submit_img image{
width:100%;
height: 100%;
}
.thank_txt{
color:#292929;
font-size:34rpx;
text-align: center;
margin: 0 0 10rpx 0;
}
.thank_mini_txt{
color:#808080;
font-size:28rpx;
margin: 0 0 60rpx 0;
text-align: center;
}
.thank_btn{
border:1rpx solid #8DE063;
width:482rpx;
height: 80rpx;
border-radius: 40rpx;
margin: 0 auto;
color:#8DE063;
font-size:34rpx;
display: flex;
align-items: center;
justify-content: center;
}