|
138 | 138 | /* 第二屏样式 */
|
139 | 139 | .screen-2 {
|
140 | 140 | background: linear-gradient(135deg, #43e97b, #38f9d7);
|
| 141 | + padding-top: 100px; |
| 142 | + padding-bottom: 100px; |
141 | 143 | }
|
142 | 144 |
|
143 | 145 | /* 标题样式 */
|
|
192 | 194 | border-radius: 15px;
|
193 | 195 | backdrop-filter: blur(5px);
|
194 | 196 | border: 2px solid rgba(255, 255, 255, 0.2);
|
| 197 | + overflow-y: auto; |
| 198 | + max-height: 80vh; |
195 | 199 | }
|
196 | 200 |
|
197 | 201 | .join-group h2 {
|
|
201 | 205 |
|
202 | 206 | .join-group p {
|
203 | 207 | font-size: 1.2rem;
|
204 |
| - margin-bottom: 20px; |
| 208 | + margin-bottom: 10px; |
| 209 | + margin-top: 20px; |
205 | 210 | line-height: 1.6;
|
206 | 211 | }
|
207 | 212 |
|
208 | 213 | .qr-code {
|
209 | 214 | max-width: 200px;
|
210 |
| - margin: 20px auto; |
| 215 | + margin: 10px auto; |
211 | 216 | display: block;
|
212 | 217 | border: 5px solid white;
|
213 | 218 | border-radius: 10px;
|
| 219 | + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); |
| 220 | + transition: transform 0.3s ease; |
| 221 | + } |
| 222 | + |
| 223 | + .qr-code:hover { |
| 224 | + transform: scale(1.05); |
214 | 225 | }
|
215 | 226 |
|
216 | 227 | .join-button {
|
217 | 228 | display: inline-block;
|
218 |
| - padding: 12px 30px; |
| 229 | + padding: 8px 20px; |
219 | 230 | background: rgba(255, 255, 255, 0.2);
|
220 | 231 | color: white;
|
221 | 232 | text-decoration: none;
|
222 | 233 | border-radius: 30px;
|
223 | 234 | font-size: 1.1rem;
|
224 |
| - margin-top: 20px; |
225 | 235 | transition: all 0.3s ease;
|
226 | 236 | border: 2px solid rgba(255, 255, 255, 0.3);
|
| 237 | + margin: 0 5px; |
227 | 238 | }
|
228 | 239 |
|
229 | 240 | .join-button:hover {
|
@@ -293,13 +304,15 @@ <h1>Goat List</h1>
|
293 | 304 | <!-- 第二屏:加群信息 -->
|
294 | 305 | <div class="screen screen-2" id="screen-2">
|
295 | 306 | <div class="join-group">
|
296 |
| - <h2>加入我们的技术社区</h2> |
297 |
| - <p>欢迎加入我们的JavaScript逆向工程交流群,与其他开发者一起讨论技术、分享经验,共同进步。</p> |
298 |
| - <p>扫描下方二维码或点击按钮加入:</p> |
299 |
| - <!-- 这里可以放置实际的二维码图片 --> |
300 |
| - <img src="https://placeholder-for-qrcode.com/200x200" alt="QR Code" class="qr-code"> |
301 |
| - <p>或添加微信: <strong>JSREI-Group</strong></p> |
302 |
| - <a href="https://github.com/JSREI" class="join-button" target="_blank">了解更多</a> |
| 307 | + <h2>逆向技术交流群</h2> |
| 308 | + <p>扫码加入逆向技术交流群:</p> |
| 309 | + <img src="https://cdn.jsdelivr.net/gh/JSREI/.github/profile/README.assets/image-20241016230653669.png" alt="逆向技术交流群二维码" class="qr-code"> |
| 310 | + |
| 311 | + <p>如群二维码过期,可以加我个人微信,发送【逆向群】拉你进群:</p> |
| 312 | + <img src="https://cdn.jsdelivr.net/gh/JSREI/.github/profile/README.assets/image-20231030132026541-7614065.png" alt="个人微信二维码" class="qr-code"> |
| 313 | + |
| 314 | + <p><a href="https://t.me/jsreijsrei" target="_blank" class="join-button">点此</a>或扫码加入TG交流群:</p> |
| 315 | + <img src="https://cdn.jsdelivr.net/gh/JSREI/.github/profile/README.assets/image-20241016231143315.png" alt="TG交流群二维码" class="qr-code"> |
303 | 316 | </div>
|
304 | 317 | </div>
|
305 | 318 | </div>
|
|
0 commit comments