13 lines
		
	
	
		
			248 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			248 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /* components/dot/index.wxss */
 | |
| .dot {
 | |
|   background-color: #ee0a24;
 | |
|   width: 52rpx;
 | |
|   height: 52rpx;
 | |
|   border-radius: 50%;
 | |
|   text-align: center;
 | |
|   color: #fff;
 | |
|   font-size: 26rpx;
 | |
|   display: flex;
 | |
|   justify-content: center;
 | |
|   align-items: center;
 | |
| } |