From f7cb253ead1a73f2e33da153162e1b38db06cdba Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 7 Jan 2020 16:29:11 +0800 Subject: [PATCH] 链接 --- src/views/home/index.vue | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+), 0 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index afcb542..1a102e2 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -182,6 +182,45 @@ + + + + + @@ -380,5 +419,23 @@ export default { .sign p:nth-of-type(2){ font-size: 12px; } + .link-wrapper{ + display: flex; + justify-content: center; + } + .link-wrapper li{ + margin-right: 150px; + } + .link-wrapper li:last-of-type{ + margin-right: 0; + } + .link-wrapper li div{ + font-size: 16px; + color: #333; + } + .link-wrapper li p{ + margin-top: 10px; + font-size: 12px; + } -- libgit2 0.21.4