12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .page-success{
- display: flex;
- height: 100%;
- padding:0;
- box-sizing: border-box;
- flex-direction: column;
- }
- .page-success .success-icon{
- width:160rpx;
- height:134rpx;
- margin:0 auto;
- margin-top:158rpx;
- }
- .page-success .success-icon image{
- width:100%;
- }
- .page-success .tip1{
- font-size:48rpx;
- color:#161616;
- text-align:center;
- margin-top:74rpx;
- }
- .page-success .tip2{
- font-size:28rpx;
- color:rgba(22,22,22,1);
- text-align:center;
- width: 70%;
- margin: 12px auto 40rpx auto;
- }
- .page-success .btn1{
- width:420rpx;
- line-height:90rpx;
- background:rgba(255,255,255,1);
- border:2rpx solid #161616;
- color:rgba(22,22,22,1);
- text-align:center;
- margin:0 auto;
- margin-top:74rpx;
- font-size:32rpx;
- }
- .page-success .btn2{
- width:420rpx;
- height:90rpx;
- line-height:90rpx;
- background:rgba(255,255,255,1);
- border:2rpx solid rgba(236,238,243,1);
- color:rgba(178,178,191,1);
- text-align:center;
- margin:0 auto;
- font-size:32rpx;
- margin-top:30rpx;
- }
|