success.wxss 1.0 KB
/* pages/kind/success/success.wxss */
.box{
 width:464rpx;
 height:700rpx;
 margin:144rpx auto 0;
}
.succ_img{
 width:192rpx;
 height:192rpx;
 margin: auto;
}
.succ_img image{
 width:100%;
 height:100%;
}
.succ_txt{
 text-align: center;
 font-size:34rpx;
 margin-top:48rpx;
 font-family:PingFang SC;
 font-weight:600;
 color:rgba(51,51,51,1);
}
.succ_txt2{
 text-align: center;
 font-size:26rpx;
 margin-top:26rpx;
 font-family:PingFang SC;
 font-weight:400;
 color:rgba(153,153,153,1);
}
.succ_btn1,.succ_btn2{
 width:464rpx;
 height:96rpx;
 text-align: center;
 line-height:96rpx;
 font-size:34rpx;
 box-sizing: border-box;
 font-family:PingFang SC;
 font-weight:400;
 color:rgba(51,51,51,1);
 border-radius:254rpx;
}
.succ_btn1{
 margin-top:66rpx;
 color:rgba(255,255,255,1);
 background:linear-gradient(164deg,rgba(181,222,150,1) 0%,rgba(74,172,32,1) 100%,rgba(0,0,0,1) 100%);
 box-shadow:0px 6px 40px rgba(157,254,29,0.17);
}
.succ_btn2{
 margin-top:48rpx;
 border:2px solid rgba(230,230,230,1);
 color:rgba(51,51,51,1);
}