docs: improve documentation content and styling

- add centered image styling in CSS
- enhance introduction section with practical tips
- expand AI capabilities explanation with new paradigm details
- improve prototype building section with business insights
This commit is contained in:
sanbuphy
2026-02-08 01:27:05 +08:00
parent be0ac668be
commit 2fef9d052b
4 changed files with 75 additions and 19 deletions
+7
View File
@@ -170,6 +170,13 @@
margin-bottom: 0 !important;
}
/* 图片默认居中显示 */
.vp-doc img {
display: block;
margin-left: auto;
margin-right: auto;
}
/* 图片高度限制策略:根据长宽比调整最大高度 */
/* 越高的图片(长宽比越大),限制的高度越小,避免占用过多纵向空间 */
.vp-doc img.img-tall {