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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- /* pages/canvas/index.wxss */
 - 
 - .content {
 -   margin: 0;
 -   padding: 0;
 -   width: 100%;
 -   height: 100%;
 -   background: #f3f3f3;
 -   position: relative;
 - }
 - 
 - .poster {
 -   height: 100%;
 -   padding: 20rpx;
 -   position: absolute;
 -   top: 0;
 -   left: 0;
 - }
 - button::after{ border: none; }
 - .bottomsave {
 -   width: 100%;
 -   height: 140rpx;
 -   line-height: 140rpx;
 -   margin: auto 0;
 -   bottom: 0;
 -   left: 0;
 -   right: 0;
 -   border-top: 1px solid #ccc;
 -   box-shadow: 0 0rpx 150rpx #ccc;
 -   background: #fff;
 - }
 - 
 - .saveposter {
 -   color: #fff;
 -   width: 380rpx;
 -   height: 80rpx;
 -   border-radius: 50rpx;
 -   background: #f08f04;
 -   margin-top: 30rpx;
 -   font-size: 32rpx;
 - }
 
 
  |