Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
feat: (#321) 新增 圈子详情
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonleex committed Dec 20, 2017
1 parent 6615404 commit 5d1db47
Show file tree
Hide file tree
Showing 7 changed files with 486 additions and 16 deletions.
7 changes: 7 additions & 0 deletions src_v2/components/common/svgIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
</symbol>
<!-- 三方登录 icons End -->
<!-- Base icons -->
<symbol viewBox="0 0 24 24" id='base-checked'>
<path d="M9.1,19.7l-7.4-7.6c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l6.1,6.2L20.9,6.2c0.4-0.4,1-0.3,1.4,0.1 c0.4,0.4,0.3,1-0.1,1.4L9.1,19.7z"></path>
</symbol>
<symbol viewBox="0 0 24 24" id='base-filter-list'>
<path class="st17" d="M8,6.7h14.1c0.5,0,0.9-0.4,0.9-0.9S22.6,5,22.1,5H8C7.6,5,7.2,5.4,7.2,5.8S7.6,6.7,8,6.7L8,6.7z M22.1,11.1H8 c-0.5,0-0.9,0.4-0.9,0.9c0,0.5,0.4,0.9,0.9,0.9h14.1c0.5,0,0.9-0.4,0.9-0.9C23,11.5,22.6,11.1,22.1,11.1L22.1,11.1z M22.1,17.3H8 c-0.5,0-0.9,0.4-0.9,0.9S7.6,19,8,19h14.1c0.5,0,0.9-0.4,0.9-0.9S22.6,17.3,22.1,17.3L22.1,17.3z M1,5.8c0,1,0.8,1.8,1.8,1.8 s1.8-0.8,1.8-1.8S3.7,4.1,2.8,4.1S1,4.9,1,5.8L1,5.8z M1,12c0,1,0.8,1.8,1.8,1.8S4.5,13,4.5,12s-0.8-1.8-1.8-1.8S1,11,1,12L1,12z M1,18.2c0,1,0.8,1.8,1.8,1.8s1.8-0.8,1.8-1.8s-0.8-1.8-1.8-1.8S1,17.2,1,18.2L1,18.2z" />
</symbol>
<symbol viewBox="0 0 24 24" id='base-circle-time'>
<g>
<path class="st14" d="M12,23C5.9,23,1,18.1,1,12c0-0.4,0.3-0.7,0.7-0.7s0.7,0.3,0.7,0.7c0,5.3,4.3,9.6,9.6,9.6 c5.3,0,9.6-4.3,9.6-9.6c0-5.3-4.3-9.6-9.6-9.6c-3.4,0-6.6,1.8-8.3,4.7C3.5,7.4,3.1,7.5,2.8,7.3C2.5,7.1,2.3,6.7,2.5,6.4 C4.5,3.1,8.1,1,12,1c6.1,0,11,4.9,11,11C23,18.1,18.1,23,12,23z" /> </g>
Expand Down Expand Up @@ -332,5 +338,6 @@ export default { name: 'svgIcon' }
}
/*#group-add {.st0 {fill: #4A4D5E; } .st1 {fill: #FFFFFF; } .st2 {fill: #333333; } .st3 {fill: #999999; } }*/
</style>
Loading

0 comments on commit 5d1db47

Please sign in to comment.