From d649e27156accc1ebf58527db8fc75891abe6463 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 1 Jan 2026 21:10:02 -0600 Subject: [PATCH] '588' --- src/pages/index/index.jsx | 7 ++++--- src/pages/index/index.md | 40 ++++++++++++++++++++++++++++++++------ src/pages/index/index.scss | 33 ++++++++++++++++++++++++++++--- 3 files changed, 68 insertions(+), 12 deletions(-) diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 3561f2d..562aeed 100755 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -706,7 +706,8 @@ const Index = () => { */} {/* 卡片 */} - + + {/* { } else { // window.alert('isWeChat--', isWeChat) if (!!isWeChat) { - //288元 - payh5("vip", 28800); + //588元 + payh5("vip", 58800); } else { window.location.href = `https://mp.weixin.qq.com/s/16xcMIgxEEGBPY7fanNq0g`; } diff --git a/src/pages/index/index.md b/src/pages/index/index.md index bdee087..07f3f07 100755 --- a/src/pages/index/index.md +++ b/src/pages/index/index.md @@ -1,10 +1,38 @@ -📚 资源共享 + 即时问答 +image_20251231_015321_20586.jpg + -📖 付费解锁教程: 电子书(含视频): -1️⃣《数字游民》:地理套利 + 自动化杠杆 -2️⃣ 《云手机》:低成本工作室搭建指南 🌟你将收获: -🚀 业务方向:无人直播、RPA 自动化、聊天机器人 +🚀 业务方向:无人直播、RPA 自动化、web开发 + ⚙️ 技术杠杆:云手机、PVE 虚拟化、服务器集群 -🌐 海外平台:YouTube、TikTok、SaaS 运营实战 \ No newline at end of file + +🌐 海外平台:YouTube、TikTok、SaaS 运营实战 + + + + + +📖 解锁=>电子书+视频教程 + +1️⃣[《数字游民》:地理套利 + 自动化杠杆](https://hackrobot.cn) + +2️⃣ [《云手机》:低成本工作室搭建指南](https://android.hackrobot.cn) + +20260101205143_20260101_205202_1552.png + + + + + +📚 即时问答 (技术咨询) + +20260101203904_20260101_204741_699.png + + + + + +㊙️私密社群 + +20260101204456_20260101_204802_768.png diff --git a/src/pages/index/index.scss b/src/pages/index/index.scss index 50dee78..13f2196 100755 --- a/src/pages/index/index.scss +++ b/src/pages/index/index.scss @@ -18,9 +18,18 @@ .markVip { padding-left: 100px; padding-right: 100px; + img { + display: block; + margin: 20px auto; // 上下间距 + 水平居中 + max-width: 100%; // 响应式:不超过容器宽度 + height: auto; // 保持比例 + border-radius: 12px; // 可选:圆角美化 + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); // 可选:轻微阴影提升质感 + } } .markdown-body p { font-size: 30px; + // text-align: center !important; } .book_header_div { width: 100%; @@ -65,7 +74,20 @@ justify-content: center; color: #69b1ff; } + + // Markdown 图片居中 + 响应式优化 + // .markdown-body img { + // display: block; + // margin: 20px auto; // 上下间距 + 水平居中 + // max-width: 100%; // 响应式:不超过容器宽度 + // height: auto; // 保持比例 + // border-radius: 12px; // 可选:圆角美化 + // box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); // 可选:轻微阴影提升质感 + // } } + + + .index { // background-color: #002329; // width: 100vw; @@ -84,6 +106,8 @@ flex-direction: column-reverse; align-items: center; justify-content: space-between; + // justify-content: center; + // background-color: #f0f0f0; // background-color: #f0f5ff; // background-color: yellow; @@ -94,7 +118,9 @@ flex-direction: column; align-items: center; justify-content: space-around; + // justify-content: center; // background-color: rgb(208, 255, 0); + .left_title { font-size: 50px; font-weight: 700; @@ -121,6 +147,7 @@ flex-direction: column; align-items: center; justify-content: center; + // background-color: #69b1ff; .cardItem { padding: 20px; // padding-top: 20px; @@ -217,6 +244,7 @@ margin-top: 30px; width: 400px; height: 400px; + // margin: 0 auto; } } @@ -391,7 +419,6 @@ } } - -.payBtntext{ +.payBtntext { font-size: 20px; -} \ No newline at end of file +}