mirror of
				https://github.com/PaddlePaddle/FastDeploy.git
				synced 2025-10-31 20:02:53 +08:00 
			
		
		
		
	 0a22979c35
			
		
	
	0a22979c35
	
	
	
		
			
			* add application include paddle.js web demo and xcx * cp PR #5 * add readme * fix comments and link * fix xcx readme * fix Task 1 * fix bugs * refine readme * delete ocrxcx readme * refine readme * fix bugs * delete old readme * 200px to 300px * revert 200px to 300px Co-authored-by: Jason <jiangjiajun@baidu.com>
		
			
				
	
	
		
			57 lines
		
	
	
		
			758 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			758 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| text {
 | |
|     display: block;
 | |
| }
 | |
| 
 | |
| .title {
 | |
|     margin-top: 10px;
 | |
|     font-size: 16px;
 | |
|     line-height: 32px;
 | |
|     font-weight: bold;
 | |
| }
 | |
| 
 | |
| .imgWrapper {
 | |
|     margin: 10px 10px 0;
 | |
|     white-space: nowrap;
 | |
| }
 | |
| .img {
 | |
|     width: 960px;
 | |
|     height: 960px;
 | |
|     border: 1px solid #f1f1f1;
 | |
| }
 | |
| 
 | |
| .result {
 | |
|     margin-top: 5px;
 | |
| }
 | |
| 
 | |
| .selected {
 | |
|     border: 1px solid #999;
 | |
| }
 | |
| 
 | |
| .select-btn {
 | |
|     margin-top: 20px;
 | |
|     width: 60%;
 | |
| }
 | |
| 
 | |
| .mask {
 | |
|     position: absolute;
 | |
|     top: 0;
 | |
|     left: 0;
 | |
|     right: 0;
 | |
|     bottom: 0;
 | |
|     background-color: rgba(0, 0, 0, .7);
 | |
| }
 | |
| 
 | |
| .loading {
 | |
|     color: #fff;
 | |
|     font-size: 20px;
 | |
|     position: absolute;
 | |
|     top: 50%;
 | |
|     left: 50%;
 | |
|     transform: translate(-50%, -50%);
 | |
| }
 | |
| 
 | |
| .img-view {
 | |
|     padding-bottom: 20px;
 | |
|     border-bottom: 1px solid #f1f1f1;
 | |
| }
 |