|
11 | 11 | <div class="container mx-auto p-4"> |
12 | 12 | <div class="grid grid-cols-1 gap-6"> |
13 | 13 | <!-- Image 1 --> |
14 | | - <a href="#" onclick="milib.download('https://edu.qpython.org/static/yhc-startup.png','image/jpg')" class="block bg-white rounded-lg shadow-lg overflow-hidden"> |
| 14 | + <a href="#" onclick="milib.download('https://edu.qpython.org/static/yhc-startup.png','image/jpg')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden"> |
15 | 15 | <img src="https://qpyio.oss-cn-shenzhen.aliyuncs.com/website/2024/12/qpy-course.png" width="100%"> |
16 | | - <div class="p-4"> |
| 16 | + <div class="p-4 bg-white"> |
17 | 17 | <p style='padding:0px 10px;color:grey'>截图 & 扫码关注学习应用(服务号:QPython编程)或添加River+(微信号yhc-startup)获得学习帮助</p> |
18 | 18 | </div> |
19 | 19 | </a> |
20 | 20 | <!-- Image 2 --> |
21 | | - <a href="#" onclick="milib.openUrl('https://www.bilibili.com/video/BV1bw4m1C7bP/')" class="block bg-grey-100 rounded-lg shadow-lg overflow-hidden"> |
| 21 | + <a href="#" onclick="milib.openUrl('https://www.bilibili.com/video/BV1bw4m1C7bP/')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden"> |
22 | 22 | <img src="https://edu.qpython.org/static/qpython2.jpeg" alt="QPython起源" class="w-full"> |
23 | 23 | <div class="p-4 bg-white"> |
24 | 24 | <h2 class="text-xl font-bold text-center">QPython起源</h2> |
25 | 25 | </div> |
26 | 26 | </a> |
27 | | - <a href="#" onclick="milib.openUrl('https://www.bilibili.com/video/BV1Gi9iYYE6b/')" class="block bg-grey-100 rounded-lg shadow-lg overflow-hidden"> |
| 27 | + <a href="#" onclick="milib.openUrl('https://www.bilibili.com/video/BV1Gi9iYYE6b/')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden"> |
28 | 28 | <img src="https://edu.qpython.org/static/shiyong-nobg.png" alt="QPython使用介绍" class="w-full"> |
29 | 29 | <div class="p-4 bg-white"> |
30 | 30 | <h2 class="text-xl font-bold text-center">QPython使用介绍</h2> |
31 | 31 | </div> |
32 | 32 | </a> |
33 | 33 |
|
34 | 34 | <!-- Image 3 --> |
35 | | - <a href="#" onclick="milib.openUrl('https://mp.weixin.qq.com/s/UVpkhDtnL-00CpgS11PkWg')" class="block bg-grey-100 rounded-lg shadow-lg overflow-hidden"> |
| 35 | + <a href="#" onclick="milib.openUrl('https://mp.weixin.qq.com/s/UVpkhDtnL-00CpgS11PkWg')" class="block bg-gray-100 rounded-lg shadow-lg overflow-hidden"> |
36 | 36 | <img src="https://edu.qpython.org/static/zhishi-nobg.png" alt="QPython知识星球" class="w-full"> |
37 | 37 | <div class="p-4 bg-white"> |
38 | 38 | <h2 class="text-xl font-bold text-center">QPython VIP社区</h2> |
|
0 commit comments