Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
febobo committed Oct 13, 2020
1 parent 6c42723 commit 82c7658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions docs/.vuepress/components/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,21 +306,14 @@ export default {
transition: all .2s ease-in-out;
font-weight: 200;
border: 1px solid #f1f1f1;
/* background: url(https://vue3js.cn/docs/logo.png) no-repeat right bottom; */
/* background-size: 80px; */
}
.sub .cover:hover{
box-shadow: 0 18px 32px -18px #000!important;
transform: translateY(-3px);
}
.sub .desc{
/* position: absolute; */
width: 100%;
color: #9c9c9c;
/* text-shadow: 0 2px 4px rgba(7,17,27,.5); */
/* font-weight: 700; */
/* background: rgba(28,31,33,.6); */
/* bottom: 0; */
line-height: 28px;
padding: 5px 8px;
font-weight: 400;
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
home: true
heroImage: https://vue3js.cn/docs/logo.png
# heroImage: https://vue3js.cn/docs/logo.png
heroText: Vue.js
tagline: 渐进式<br> JavaScript 框架
heroImage: https://static.vue-js.com/6280b990-ff19-11ea-85f6-6fac77c0c9b3.png
heroText: Vue3 One Piece
tagline: 下一代web开发方式,更快,更轻,易维护,更多的原生支持
navbar: false
actionText: Get Started
actionLink: http://vue3js.cn/docs
Expand Down

0 comments on commit 82c7658

Please sign in to comment.