feat: friends link

This commit is contained in:
沈宇
2020-09-07 18:26:26 +08:00
parent 3bb55b8fcb
commit e95cdd5cd8
22 changed files with 129 additions and 10 deletions

View File

@@ -0,0 +1,29 @@
// friends
#friends_link
.friends_li
list-style none
float left
a
padding 15px 25px
display flex
align-items center
justify-content space-between
font-size 17px
text-decoration none
background-color rgba(6,129,208,.1)
color #000
border-radius 6px
margin-right 20px
margin-bottom 20px
img
display inline-block
width 40px
height 40px
border-radius 50%
margin-right 10px
i
font-size 25px
width 40px
height 40px
&:hover
background-color rgba(6,129,208,.15)

View File

@@ -71,6 +71,7 @@ button
@import "_partial/apple"
@import "_partial/reward"
@import "_partial/share"
@import "_partial/friends"
if sidebar
@import "_partial/sidebar"