You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							55 lines
						
					
					
						
							930 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							55 lines
						
					
					
						
							930 B
						
					
					
				
								.container{
							 | 
						|
								  padding-top: 26rpx;
							 | 
						|
								  font-size: 28rpx;
							 | 
						|
								  color: #FFFFFF;
							 | 
						|
								  background: rgb(19, 161, 228);
							 | 
						|
								  box-sizing: border-box;
							 | 
						|
								  /* display: flex;
							 | 
						|
								  flex-direction: column; */
							 | 
						|
								}
							 | 
						|
								.menuBox{
							 | 
						|
								  margin:44rpx 24rpx 0;
							 | 
						|
								  border-radius: 40rpx;
							 | 
						|
								  background-color: #FFFFFF;
							 | 
						|
								  padding:60rpx;
							 | 
						|
								}
							 | 
						|
								.menuRow{
							 | 
						|
								  display: flex;
							 | 
						|
								  align-items: center;
							 | 
						|
								  margin-bottom:52rpx;
							 | 
						|
								}
							 | 
						|
								.menuItem{
							 | 
						|
								  width: 170rpx;
							 | 
						|
								  color:#3C3E41;
							 | 
						|
								  display: flex;
							 | 
						|
								  margin:0 18rpx;
							 | 
						|
								  align-items: center;
							 | 
						|
								  flex-direction: column;
							 | 
						|
								}
							 | 
						|
								.item-btn {
							 | 
						|
								  padding: 0;
							 | 
						|
								  width: 170rpx;
							 | 
						|
								  height: auto;
							 | 
						|
								  line-height: normal;
							 | 
						|
								  color:#3C3E41;
							 | 
						|
								  font-size:inherit;
							 | 
						|
								  background: none;
							 | 
						|
								  display: flex;
							 | 
						|
								  margin:0 18rpx;
							 | 
						|
								  align-items: center;
							 | 
						|
								  flex-direction: column;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								.icon{
							 | 
						|
								  width: 120rpx;
							 | 
						|
								  height: 120rpx;
							 | 
						|
								  margin-bottom:28rpx;
							 | 
						|
								}
							 | 
						|
								.bottom-text {
							 | 
						|
								  /* position: absolute; */
							 | 
						|
								  /* bottom: 0px; */
							 | 
						|
								  margin-top: 40rpx;
							 | 
						|
								  width: 100%;
							 | 
						|
								  color:#3C3E41;
							 | 
						|
								  padding-bottom:40rpx;
							 | 
						|
								}
							 |