Skip to content

Commit 82c7658

Browse files
author
febobo
committed
update styles
1 parent 6c42723 commit 82c7658

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

Diff for: docs/.vuepress/components/Card.vue

-7
Original file line numberDiff line numberDiff line change
@@ -306,21 +306,14 @@ export default {
306306
transition: all .2s ease-in-out;
307307
font-weight: 200;
308308
border: 1px solid #f1f1f1;
309-
/* background: url(https://vue3js.cn/docs/logo.png) no-repeat right bottom; */
310-
/* background-size: 80px; */
311309
}
312310
.sub .cover:hover{
313311
box-shadow: 0 18px 32px -18px #000!important;
314312
transform: translateY(-3px);
315313
}
316314
.sub .desc{
317-
/* position: absolute; */
318315
width: 100%;
319316
color: #9c9c9c;
320-
/* text-shadow: 0 2px 4px rgba(7,17,27,.5); */
321-
/* font-weight: 700; */
322-
/* background: rgba(28,31,33,.6); */
323-
/* bottom: 0; */
324317
line-height: 28px;
325318
padding: 5px 8px;
326319
font-weight: 400;

Diff for: docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
home: true
3-
heroImage: https://vue3js.cn/docs/logo.png
43
# heroImage: https://vue3js.cn/docs/logo.png
5-
heroText: Vue.js
6-
tagline: 渐进式<br> JavaScript 框架
4+
heroImage: https://static.vue-js.com/6280b990-ff19-11ea-85f6-6fac77c0c9b3.png
5+
heroText: Vue3 One Piece
6+
tagline: 下一代web开发方式,更快,更轻,易维护,更多的原生支持
77
navbar: false
88
actionText: Get Started
99
actionLink: http://vue3js.cn/docs

0 commit comments

Comments
 (0)