Skip to content

Commit b3b8eb5

Browse files
authored
En/v2 (#199)
* 添加部分图片,修改部分样式。 * 补充部分截图修改最新的图片圆角样式
1 parent 008e454 commit b3b8eb5

58 files changed

Lines changed: 797 additions & 25 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/css/extra.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/* ===============================
22
自定义进度条
33
=============================== */
4+
/* 所有图片 */
5+
.md-content img {
6+
border-radius: 0 0 10px 10px;
7+
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
8+
}
9+
410

511
.progress {
612
display: block;
@@ -64,19 +70,20 @@
6470
display: block;
6571
border: none;
6672
border-radius: 4px;
67-
box-shadow: 0 0.1em .5em 0 rgba(0, 0, 0, 0.4);
73+
box-shadow: 0 0.1em .5em 0 rgba(124, 83, 83, 0.4);
6874
}
6975

7076
/* 浏览器 mockup 布局样式 */
7177
.browser-mockup {
7278
position: relative;
7379
max-width: 1200px;
74-
margin: 0 auto;
80+
margin: 5 auto;
7581
border-top: 2em solid rgba(230, 230, 230, 0.8);
76-
border-radius: 4px 4px 4px 4px;
82+
border-radius: 10px;
7783
box-shadow: 0 0.1em .5em 0 rgba(0, 0, 0, 0.4);
7884
}
7985

86+
8087
.browser-mockup:before {
8188
display: block;
8289
position: absolute;
326 KB
373 KB

docs/img/ai/ai_benchmark_list.png

283 KB
645 KB
283 KB
317 KB
333 KB
310 KB
302 KB

0 commit comments

Comments
 (0)