From 4eb31ea11f3d789d2cb248f39439af2d552aff1f Mon Sep 17 00:00:00 2001 From: pplokijuhyg <1162963624@qq.com> Date: Mon, 25 Nov 2019 14:15:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/normalize.css | 4 +- src/PersonalHomepage.vue | 122 +++++++++++++++++++++++++--- src/assets/share.png | Bin 0 -> 490 bytes src/components/PersonafFollow.vue | 129 ++++++++++++++++++++++++++++++ src/components/PersonalAnswer.vue | 38 +++++++++ 5 files changed, 282 insertions(+), 11 deletions(-) create mode 100644 src/assets/share.png create mode 100644 src/components/PersonafFollow.vue create mode 100644 src/components/PersonalAnswer.vue diff --git a/public/normalize.css b/public/normalize.css index 58efa68..a5cab8b 100644 --- a/public/normalize.css +++ b/public/normalize.css @@ -12,7 +12,9 @@ html { line-height: 1; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } - +p{ +margin: 0; +} /* Sections ========================================================================== */ diff --git a/src/PersonalHomepage.vue b/src/PersonalHomepage.vue index ea90a5e..4a238fa 100644 --- a/src/PersonalHomepage.vue +++ b/src/PersonalHomepage.vue @@ -1,20 +1,122 @@ \ No newline at end of file diff --git a/src/assets/share.png b/src/assets/share.png new file mode 100644 index 0000000000000000000000000000000000000000..202212160d5853de82d7654e60fda9e5a86a6e92 GIT binary patch literal 490 zcmV3l`wz?_F7c>aA!3jiBsPhq zmG}otObjFjiI^njA_BA&zoWiZdte0Cug(yULPQ zy95Z~$!Q1T@B;wQ3TPlQWIt!d8=b{kH3xaq1#F_MHo7AKyLr>?mPv%Jc8JP#+Vk(L zfGJTffDVN#QE~|Dz%YO)A7z(>Y#*DUc!>hgSJNu2i82DDfKP>F#`7<0(hkg&I&_9g zA?x|?vS-bMD1%zxr$bfJnH9g(OmeIdK!usivVR`QH5ESV4xzk6w*Jdy7Onf^w}CYq z^;5gm8(7o-$DOSSHtF3jl#NCj!$z94MAu=9|VouqGkO zS>-A6C@#WcZ32bR;j!iJ1lIHj>;TE8VT)3MHDdyW20In4GM-;lxcN7MwgCYs$4H2B g_bUc(Uoj@X0q!`2Gie&jApigX07*qoM6N<$f+a1;j{pDw literal 0 HcmV?d00001 diff --git a/src/components/PersonafFollow.vue b/src/components/PersonafFollow.vue new file mode 100644 index 0000000..7a9d8ad --- /dev/null +++ b/src/components/PersonafFollow.vue @@ -0,0 +1,129 @@ + + + \ No newline at end of file diff --git a/src/components/PersonalAnswer.vue b/src/components/PersonalAnswer.vue new file mode 100644 index 0000000..6619993 --- /dev/null +++ b/src/components/PersonalAnswer.vue @@ -0,0 +1,38 @@ + + + \ No newline at end of file