Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
syntax_j
mycard
Commits
5940a8e3
Commit
5940a8e3
authored
Feb 16, 2017
by
2breakegg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加好友列表
parent
982a9a17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
110 additions
and
1 deletion
+110
-1
app/roster.component.css
app/roster.component.css
+43
-0
app/roster.component.html
app/roster.component.html
+67
-1
No files found.
app/roster.component.css
View file @
5940a8e3
#friend_list
>
ul
>
li
>
div
>
p
{
font-size
:
12px
;
padding
:
3px
5px
;
margin
:
0
;
cursor
:
default
;
}
#friend_list
>
ul
>
li
>
img
{
border-radius
:
25.5px
;
}
#friend_list
>
ul
>
li
{
padding
:
3px
;
list-style-type
:
none
;
position
:
relative
;
}
#friend_list
>
ul
>
li
:hover
{
padding
:
3px
;
list-style-type
:
none
;
position
:
relative
;
background
:
#aaa
;
}
#friend_list
>
ul
>
li
>
i
{
position
:
absolute
;
top
:
38px
;
left
:
38px
;
}
#friend_list
>
ul
{
padding
:
0
;
}
.fl
{
float
:
left
;}
#friend_list
i
{
font-size
:
10px
;}
.red
{
color
:
red
;}
.green_light
{
color
:
#8f8
;}
.red_light
{
color
:
#f88
;}
.grey
{
color
:
grey
;}
.blue_light
{
color
:
#88f
;}
\ No newline at end of file
app/roster.component.html
View file @
5940a8e3
Roster
<!--<link href="roster.component.css" type="text/css" rel="stylesheet">-->
\ No newline at end of file
<!--<link rel="stylesheet" href="../node_modules/font-awesome/css/font-awesome.min.css">-->
<!--<link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">-->
<!--<script src="../node_modules/core-js/client/shim.min.js"></script>-->
<!--<script src="../node_modules/zone.js/dist/zone.js"></script>-->
<!--<script src="../node_modules/reflect-metadata/Reflect.js"></script>-->
<!--<script src="../node_modules/systemjs/dist/system.src.js"></script>-->
<!--<script src="../systemjs.config.js"></script>-->
<div
>
<div
class=
"input-group"
id=
"friend_search"
>
<div
class=
"input-group "
>
<i
class=
"fa fa-search input-group-addon search"
id=
"basic-addon1"
></i>
<input
type=
"text"
class=
"form-control"
aria-label=
"Amount (to the nearest dollar)"
>
<!--<span class="input-group-addon">+</span>-->
<button
type=
"button"
class=
"input-group-addon btn btn-sm btn-primary blue_light"
>
+
</button>
</div>
</div>
<div
id=
"friend_list"
>
<ul>
<li>
<img
class=
"fl"
src=
"https://ygobbs.com//letter_avatar_proxy/v2/letter/q/cdc98d/45.png"
>
<i
class=
"fa fa-circle green_light"
></i>
<div
class=
"fl"
>
<p>
我叫什么名来着
</p>
<p>
发呆ing
</p>
</div>
<div
style=
"clear: both"
></div>
</li>
<li>
<img
class=
"fl"
src=
"https://ygobbs.com/user_avatar/ygobbs.com/sky%E7%A5%9E%E6%99%BA/45/16501_1.png"
>
<i
class=
"fa fa-play-circle red_light"
></i>
<div
class=
"fl"
>
<p>
我叫什么名来着
</p>
<p
class=
"red"
>
东方妖妖梦
</p>
</div>
<div
style=
"clear: both"
></div>
</li>
<li>
<img
class=
"fl"
src=
"https://ygobbs.com/user_avatar/ygobbs.com/%E6%98%9F%E5%85%89pokeboy/45/10237_1.png"
>
<i
class=
"fa fa-question-circle blue_light"
></i>
<div
class=
"fl"
>
<p>
我叫什么名来着
</p>
<p>
发呆ing
</p>
</div>
<div
style=
"clear: both"
></div>
</li>
<li>
<img
class=
"fl"
src=
"https://ygobbs.com//user_avatar/ygobbs.com/%E7%B1%B3%E7%B1%B3%E7%B1%B3%E5%BE%B7%E6%8B%89%E4%BB%80/45/17187_1.png"
>
<i
class=
"fa fa-clock-o grey"
></i>
<div
class=
"fl"
>
<p>
我叫什么名来着
</p>
<p>
发呆ing
</p>
</div>
<div
style=
"clear: both"
></div>
</li>
</ul>
</div>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment