qrcode fixed
This commit is contained in:
		
							parent
							
								
									0a9362d0cb
								
							
						
					
					
						commit
						2a546c3373
					
				
							
								
								
									
										13
									
								
								404.html
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								404.html
									
									
									
									
									
								
							@ -163,7 +163,6 @@
 | 
				
			|||||||
    <span id="ember-container">
 | 
					    <span id="ember-container">
 | 
				
			||||||
        Ember
 | 
					        Ember
 | 
				
			||||||
        <div id="qr-code" class="hidden">
 | 
					        <div id="qr-code" class="hidden">
 | 
				
			||||||
            <div class="qr-text">联系网站管理员</div> 
 | 
					 | 
				
			||||||
            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
					            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
@ -193,22 +192,15 @@
 | 
				
			|||||||
        border-radius: 10px;
 | 
					        border-radius: 10px;
 | 
				
			||||||
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
					        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
				
			||||||
        width: 200px;  
 | 
					        width: 200px;  
 | 
				
			||||||
    height: 210px;  
 | 
					        height: 200px;  
 | 
				
			||||||
        display: flex;
 | 
					        display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					        justify-content: center;
 | 
				
			||||||
        align-items: center;
 | 
					        align-items: center;
 | 
				
			||||||
        opacity: 0;
 | 
					        opacity: 0;
 | 
				
			||||||
        visibility: hidden;
 | 
					        visibility: hidden;
 | 
				
			||||||
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
					        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
.qr-text {
 | 
					 | 
				
			||||||
    margin-bottom: 1.5px;  
 | 
					 | 
				
			||||||
    color: #333;  
 | 
					 | 
				
			||||||
    font-size: 14px;  
 | 
					 | 
				
			||||||
    text-align: center;  
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    #qr-code img {
 | 
					    #qr-code img {
 | 
				
			||||||
        max-width: 100%;  
 | 
					        max-width: 100%;  
 | 
				
			||||||
        max-height: 100%;  
 | 
					        max-height: 100%;  
 | 
				
			||||||
@ -223,6 +215,7 @@
 | 
				
			|||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
    let menu = document.getElementById('menu')
 | 
					    let menu = document.getElementById('menu')
 | 
				
			||||||
    if (menu) {
 | 
					    if (menu) {
 | 
				
			||||||
 | 
				
			|||||||
@ -169,7 +169,6 @@
 | 
				
			|||||||
    <span id="ember-container">
 | 
					    <span id="ember-container">
 | 
				
			||||||
        Ember
 | 
					        Ember
 | 
				
			||||||
        <div id="qr-code" class="hidden">
 | 
					        <div id="qr-code" class="hidden">
 | 
				
			||||||
            <div class="qr-text">联系网站管理员</div> 
 | 
					 | 
				
			||||||
            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
					            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
@ -199,22 +198,15 @@
 | 
				
			|||||||
        border-radius: 10px;
 | 
					        border-radius: 10px;
 | 
				
			||||||
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
					        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
				
			||||||
        width: 200px;  
 | 
					        width: 200px;  
 | 
				
			||||||
    height: 210px;  
 | 
					        height: 200px;  
 | 
				
			||||||
        display: flex;
 | 
					        display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					        justify-content: center;
 | 
				
			||||||
        align-items: center;
 | 
					        align-items: center;
 | 
				
			||||||
        opacity: 0;
 | 
					        opacity: 0;
 | 
				
			||||||
        visibility: hidden;
 | 
					        visibility: hidden;
 | 
				
			||||||
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
					        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
.qr-text {
 | 
					 | 
				
			||||||
    margin-bottom: 1.5px;  
 | 
					 | 
				
			||||||
    color: #333;  
 | 
					 | 
				
			||||||
    font-size: 14px;  
 | 
					 | 
				
			||||||
    text-align: center;  
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    #qr-code img {
 | 
					    #qr-code img {
 | 
				
			||||||
        max-width: 100%;  
 | 
					        max-width: 100%;  
 | 
				
			||||||
        max-height: 100%;  
 | 
					        max-height: 100%;  
 | 
				
			||||||
@ -229,6 +221,7 @@
 | 
				
			|||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
    let menu = document.getElementById('menu')
 | 
					    let menu = document.getElementById('menu')
 | 
				
			||||||
    if (menu) {
 | 
					    if (menu) {
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										13
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								index.html
									
									
									
									
									
								
							@ -192,7 +192,6 @@
 | 
				
			|||||||
    <span id="ember-container">
 | 
					    <span id="ember-container">
 | 
				
			||||||
        Ember
 | 
					        Ember
 | 
				
			||||||
        <div id="qr-code" class="hidden">
 | 
					        <div id="qr-code" class="hidden">
 | 
				
			||||||
            <div class="qr-text">联系网站管理员</div> 
 | 
					 | 
				
			||||||
            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
					            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
@ -222,22 +221,15 @@
 | 
				
			|||||||
        border-radius: 10px;
 | 
					        border-radius: 10px;
 | 
				
			||||||
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
					        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
				
			||||||
        width: 200px;  
 | 
					        width: 200px;  
 | 
				
			||||||
    height: 210px;  
 | 
					        height: 200px;  
 | 
				
			||||||
        display: flex;
 | 
					        display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					        justify-content: center;
 | 
				
			||||||
        align-items: center;
 | 
					        align-items: center;
 | 
				
			||||||
        opacity: 0;
 | 
					        opacity: 0;
 | 
				
			||||||
        visibility: hidden;
 | 
					        visibility: hidden;
 | 
				
			||||||
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
					        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
.qr-text {
 | 
					 | 
				
			||||||
    margin-bottom: 1.5px;  
 | 
					 | 
				
			||||||
    color: #333;  
 | 
					 | 
				
			||||||
    font-size: 14px;  
 | 
					 | 
				
			||||||
    text-align: center;  
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    #qr-code img {
 | 
					    #qr-code img {
 | 
				
			||||||
        max-width: 100%;  
 | 
					        max-width: 100%;  
 | 
				
			||||||
        max-height: 100%;  
 | 
					        max-height: 100%;  
 | 
				
			||||||
@ -252,6 +244,7 @@
 | 
				
			|||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
    let menu = document.getElementById('menu')
 | 
					    let menu = document.getElementById('menu')
 | 
				
			||||||
    if (menu) {
 | 
					    if (menu) {
 | 
				
			||||||
 | 
				
			|||||||
@ -327,7 +327,6 @@
 | 
				
			|||||||
    <span id="ember-container">
 | 
					    <span id="ember-container">
 | 
				
			||||||
        Ember
 | 
					        Ember
 | 
				
			||||||
        <div id="qr-code" class="hidden">
 | 
					        <div id="qr-code" class="hidden">
 | 
				
			||||||
            <div class="qr-text">联系网站管理员</div> 
 | 
					 | 
				
			||||||
            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
					            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
@ -357,22 +356,15 @@
 | 
				
			|||||||
        border-radius: 10px;
 | 
					        border-radius: 10px;
 | 
				
			||||||
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
					        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
				
			||||||
        width: 200px;  
 | 
					        width: 200px;  
 | 
				
			||||||
    height: 210px;  
 | 
					        height: 200px;  
 | 
				
			||||||
        display: flex;
 | 
					        display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					        justify-content: center;
 | 
				
			||||||
        align-items: center;
 | 
					        align-items: center;
 | 
				
			||||||
        opacity: 0;
 | 
					        opacity: 0;
 | 
				
			||||||
        visibility: hidden;
 | 
					        visibility: hidden;
 | 
				
			||||||
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
					        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
.qr-text {
 | 
					 | 
				
			||||||
    margin-bottom: 1.5px;  
 | 
					 | 
				
			||||||
    color: #333;  
 | 
					 | 
				
			||||||
    font-size: 14px;  
 | 
					 | 
				
			||||||
    text-align: center;  
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    #qr-code img {
 | 
					    #qr-code img {
 | 
				
			||||||
        max-width: 100%;  
 | 
					        max-width: 100%;  
 | 
				
			||||||
        max-height: 100%;  
 | 
					        max-height: 100%;  
 | 
				
			||||||
@ -387,6 +379,7 @@
 | 
				
			|||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
    let menu = document.getElementById('menu')
 | 
					    let menu = document.getElementById('menu')
 | 
				
			||||||
    if (menu) {
 | 
					    if (menu) {
 | 
				
			||||||
 | 
				
			|||||||
@ -217,7 +217,6 @@
 | 
				
			|||||||
    <span id="ember-container">
 | 
					    <span id="ember-container">
 | 
				
			||||||
        Ember
 | 
					        Ember
 | 
				
			||||||
        <div id="qr-code" class="hidden">
 | 
					        <div id="qr-code" class="hidden">
 | 
				
			||||||
            <div class="qr-text">联系网站管理员</div> 
 | 
					 | 
				
			||||||
            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
					            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
@ -247,22 +246,15 @@
 | 
				
			|||||||
        border-radius: 10px;
 | 
					        border-radius: 10px;
 | 
				
			||||||
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
					        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
				
			||||||
        width: 200px;  
 | 
					        width: 200px;  
 | 
				
			||||||
    height: 210px;  
 | 
					        height: 200px;  
 | 
				
			||||||
        display: flex;
 | 
					        display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					        justify-content: center;
 | 
				
			||||||
        align-items: center;
 | 
					        align-items: center;
 | 
				
			||||||
        opacity: 0;
 | 
					        opacity: 0;
 | 
				
			||||||
        visibility: hidden;
 | 
					        visibility: hidden;
 | 
				
			||||||
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
					        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
.qr-text {
 | 
					 | 
				
			||||||
    margin-bottom: 1.5px;  
 | 
					 | 
				
			||||||
    color: #333;  
 | 
					 | 
				
			||||||
    font-size: 14px;  
 | 
					 | 
				
			||||||
    text-align: center;  
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    #qr-code img {
 | 
					    #qr-code img {
 | 
				
			||||||
        max-width: 100%;  
 | 
					        max-width: 100%;  
 | 
				
			||||||
        max-height: 100%;  
 | 
					        max-height: 100%;  
 | 
				
			||||||
@ -277,6 +269,7 @@
 | 
				
			|||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
    let menu = document.getElementById('menu')
 | 
					    let menu = document.getElementById('menu')
 | 
				
			||||||
    if (menu) {
 | 
					    if (menu) {
 | 
				
			||||||
 | 
				
			|||||||
@ -328,7 +328,6 @@
 | 
				
			|||||||
    <span id="ember-container">
 | 
					    <span id="ember-container">
 | 
				
			||||||
        Ember
 | 
					        Ember
 | 
				
			||||||
        <div id="qr-code" class="hidden">
 | 
					        <div id="qr-code" class="hidden">
 | 
				
			||||||
            <div class="qr-text">联系网站管理员</div> 
 | 
					 | 
				
			||||||
            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
					            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
@ -358,22 +357,15 @@
 | 
				
			|||||||
        border-radius: 10px;
 | 
					        border-radius: 10px;
 | 
				
			||||||
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
					        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
				
			||||||
        width: 200px;  
 | 
					        width: 200px;  
 | 
				
			||||||
    height: 210px;  
 | 
					        height: 200px;  
 | 
				
			||||||
        display: flex;
 | 
					        display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					        justify-content: center;
 | 
				
			||||||
        align-items: center;
 | 
					        align-items: center;
 | 
				
			||||||
        opacity: 0;
 | 
					        opacity: 0;
 | 
				
			||||||
        visibility: hidden;
 | 
					        visibility: hidden;
 | 
				
			||||||
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
					        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
.qr-text {
 | 
					 | 
				
			||||||
    margin-bottom: 1.5px;  
 | 
					 | 
				
			||||||
    color: #333;  
 | 
					 | 
				
			||||||
    font-size: 14px;  
 | 
					 | 
				
			||||||
    text-align: center;  
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    #qr-code img {
 | 
					    #qr-code img {
 | 
				
			||||||
        max-width: 100%;  
 | 
					        max-width: 100%;  
 | 
				
			||||||
        max-height: 100%;  
 | 
					        max-height: 100%;  
 | 
				
			||||||
@ -388,6 +380,7 @@
 | 
				
			|||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
    let menu = document.getElementById('menu')
 | 
					    let menu = document.getElementById('menu')
 | 
				
			||||||
    if (menu) {
 | 
					    if (menu) {
 | 
				
			||||||
 | 
				
			|||||||
@ -356,7 +356,6 @@ Edge或Chrome浏览器如果加载不出PDF预览,直接右键PDF区域选择
 | 
				
			|||||||
    <span id="ember-container">
 | 
					    <span id="ember-container">
 | 
				
			||||||
        Ember
 | 
					        Ember
 | 
				
			||||||
        <div id="qr-code" class="hidden">
 | 
					        <div id="qr-code" class="hidden">
 | 
				
			||||||
            <div class="qr-text">联系网站管理员</div> 
 | 
					 | 
				
			||||||
            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
					            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
@ -386,22 +385,15 @@ Edge或Chrome浏览器如果加载不出PDF预览,直接右键PDF区域选择
 | 
				
			|||||||
        border-radius: 10px;
 | 
					        border-radius: 10px;
 | 
				
			||||||
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
					        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
				
			||||||
        width: 200px;  
 | 
					        width: 200px;  
 | 
				
			||||||
    height: 210px;  
 | 
					        height: 200px;  
 | 
				
			||||||
        display: flex;
 | 
					        display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					        justify-content: center;
 | 
				
			||||||
        align-items: center;
 | 
					        align-items: center;
 | 
				
			||||||
        opacity: 0;
 | 
					        opacity: 0;
 | 
				
			||||||
        visibility: hidden;
 | 
					        visibility: hidden;
 | 
				
			||||||
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
					        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
.qr-text {
 | 
					 | 
				
			||||||
    margin-bottom: 1.5px;  
 | 
					 | 
				
			||||||
    color: #333;  
 | 
					 | 
				
			||||||
    font-size: 14px;  
 | 
					 | 
				
			||||||
    text-align: center;  
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    #qr-code img {
 | 
					    #qr-code img {
 | 
				
			||||||
        max-width: 100%;  
 | 
					        max-width: 100%;  
 | 
				
			||||||
        max-height: 100%;  
 | 
					        max-height: 100%;  
 | 
				
			||||||
@ -416,6 +408,7 @@ Edge或Chrome浏览器如果加载不出PDF预览,直接右键PDF区域选择
 | 
				
			|||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
    let menu = document.getElementById('menu')
 | 
					    let menu = document.getElementById('menu')
 | 
				
			||||||
    if (menu) {
 | 
					    if (menu) {
 | 
				
			||||||
 | 
				
			|||||||
@ -328,7 +328,6 @@ Edge或Chrome浏览器如果加载不出PDF预览,直接右键PDF区域选择
 | 
				
			|||||||
    <span id="ember-container">
 | 
					    <span id="ember-container">
 | 
				
			||||||
        Ember
 | 
					        Ember
 | 
				
			||||||
        <div id="qr-code" class="hidden">
 | 
					        <div id="qr-code" class="hidden">
 | 
				
			||||||
            <div class="qr-text">联系网站管理员</div> 
 | 
					 | 
				
			||||||
            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
					            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
@ -358,22 +357,15 @@ Edge或Chrome浏览器如果加载不出PDF预览,直接右键PDF区域选择
 | 
				
			|||||||
        border-radius: 10px;
 | 
					        border-radius: 10px;
 | 
				
			||||||
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
					        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
				
			||||||
        width: 200px;  
 | 
					        width: 200px;  
 | 
				
			||||||
    height: 210px;  
 | 
					        height: 200px;  
 | 
				
			||||||
        display: flex;
 | 
					        display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					        justify-content: center;
 | 
				
			||||||
        align-items: center;
 | 
					        align-items: center;
 | 
				
			||||||
        opacity: 0;
 | 
					        opacity: 0;
 | 
				
			||||||
        visibility: hidden;
 | 
					        visibility: hidden;
 | 
				
			||||||
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
					        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
.qr-text {
 | 
					 | 
				
			||||||
    margin-bottom: 1.5px;  
 | 
					 | 
				
			||||||
    color: #333;  
 | 
					 | 
				
			||||||
    font-size: 14px;  
 | 
					 | 
				
			||||||
    text-align: center;  
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    #qr-code img {
 | 
					    #qr-code img {
 | 
				
			||||||
        max-width: 100%;  
 | 
					        max-width: 100%;  
 | 
				
			||||||
        max-height: 100%;  
 | 
					        max-height: 100%;  
 | 
				
			||||||
@ -388,6 +380,7 @@ Edge或Chrome浏览器如果加载不出PDF预览,直接右键PDF区域选择
 | 
				
			|||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
    let menu = document.getElementById('menu')
 | 
					    let menu = document.getElementById('menu')
 | 
				
			||||||
    if (menu) {
 | 
					    if (menu) {
 | 
				
			||||||
 | 
				
			|||||||
@ -246,7 +246,6 @@
 | 
				
			|||||||
    <span id="ember-container">
 | 
					    <span id="ember-container">
 | 
				
			||||||
        Ember
 | 
					        Ember
 | 
				
			||||||
        <div id="qr-code" class="hidden">
 | 
					        <div id="qr-code" class="hidden">
 | 
				
			||||||
            <div class="qr-text">联系网站管理员</div> 
 | 
					 | 
				
			||||||
            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
					            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
@ -276,22 +275,15 @@
 | 
				
			|||||||
        border-radius: 10px;
 | 
					        border-radius: 10px;
 | 
				
			||||||
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
					        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
				
			||||||
        width: 200px;  
 | 
					        width: 200px;  
 | 
				
			||||||
    height: 210px;  
 | 
					        height: 200px;  
 | 
				
			||||||
        display: flex;
 | 
					        display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					        justify-content: center;
 | 
				
			||||||
        align-items: center;
 | 
					        align-items: center;
 | 
				
			||||||
        opacity: 0;
 | 
					        opacity: 0;
 | 
				
			||||||
        visibility: hidden;
 | 
					        visibility: hidden;
 | 
				
			||||||
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
					        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
.qr-text {
 | 
					 | 
				
			||||||
    margin-bottom: 1.5px;  
 | 
					 | 
				
			||||||
    color: #333;  
 | 
					 | 
				
			||||||
    font-size: 14px;  
 | 
					 | 
				
			||||||
    text-align: center;  
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    #qr-code img {
 | 
					    #qr-code img {
 | 
				
			||||||
        max-width: 100%;  
 | 
					        max-width: 100%;  
 | 
				
			||||||
        max-height: 100%;  
 | 
					        max-height: 100%;  
 | 
				
			||||||
@ -306,6 +298,7 @@
 | 
				
			|||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
    let menu = document.getElementById('menu')
 | 
					    let menu = document.getElementById('menu')
 | 
				
			||||||
    if (menu) {
 | 
					    if (menu) {
 | 
				
			||||||
 | 
				
			|||||||
@ -328,7 +328,6 @@
 | 
				
			|||||||
    <span id="ember-container">
 | 
					    <span id="ember-container">
 | 
				
			||||||
        Ember
 | 
					        Ember
 | 
				
			||||||
        <div id="qr-code" class="hidden">
 | 
					        <div id="qr-code" class="hidden">
 | 
				
			||||||
            <div class="qr-text">联系网站管理员</div> 
 | 
					 | 
				
			||||||
            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
					            <img src="https://www.xn--xhq44jb2fzpc.com/qrcode/ember.png" alt="QR Code" />
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
@ -358,22 +357,15 @@
 | 
				
			|||||||
        border-radius: 10px;
 | 
					        border-radius: 10px;
 | 
				
			||||||
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
					        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 | 
				
			||||||
        width: 200px;  
 | 
					        width: 200px;  
 | 
				
			||||||
    height: 210px;  
 | 
					        height: 200px;  
 | 
				
			||||||
        display: flex;
 | 
					        display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					        justify-content: center;
 | 
				
			||||||
        align-items: center;
 | 
					        align-items: center;
 | 
				
			||||||
        opacity: 0;
 | 
					        opacity: 0;
 | 
				
			||||||
        visibility: hidden;
 | 
					        visibility: hidden;
 | 
				
			||||||
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
					        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
.qr-text {
 | 
					 | 
				
			||||||
    margin-bottom: 1.5px;  
 | 
					 | 
				
			||||||
    color: #333;  
 | 
					 | 
				
			||||||
    font-size: 14px;  
 | 
					 | 
				
			||||||
    text-align: center;  
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    #qr-code img {
 | 
					    #qr-code img {
 | 
				
			||||||
        max-width: 100%;  
 | 
					        max-width: 100%;  
 | 
				
			||||||
        max-height: 100%;  
 | 
					        max-height: 100%;  
 | 
				
			||||||
@ -388,6 +380,7 @@
 | 
				
			|||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
    let menu = document.getElementById('menu')
 | 
					    let menu = document.getElementById('menu')
 | 
				
			||||||
    if (menu) {
 | 
					    if (menu) {
 | 
				
			||||||
 | 
				
			|||||||
Some files were not shown because too many files have changed in this diff Show More
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user