Non puoi selezionare più di 25 argomenti
			Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- .success {
 -   width: 100%;
 -   height: 100%;
 -   background: #f6f6f6;
 -   position: absolute;
 - }
 - 
 - .success_logo {
 -   width: 201rpx;
 -   height: 281rpx;
 -   margin: 10% auto;
 -   display: flex;
 -   flex-direction: column;
 -   margin-bottom: 20%;
 - }
 - 
 - .success_logo icon {
 -   width: 201rpx;
 -   height: 201rpx;
 -   background: #00c0ff;
 -   border-radius: 50%;
 -   color: #fff;
 -   font-size: 40px;
 -   text-align: center;
 -   line-height: 201rpx;
 - }
 - 
 - .success_logo text {
 -   font-size: 36rpx;
 -   text-align: center;
 -   padding-top: 3%;
 - }
 - 
 - .success button {
 -   width: 504rpx;
 -   height: 88rpx;
 -   background: #00c0ff;
 -   color: #fff;
 -   margin: 3% auto;
 -   font-size: 36rpx;
 - }
 - 
 - .check {
 -   background: #fff!important;
 -   color: #00c0ff!important;
 -   border:1px solid #00c0ff;
 - }
 
 
  |