Skip to content

Commit

Permalink
移动到layim.netclient/content目录下
Browse files Browse the repository at this point in the history
  • Loading branch information
fanpan26 committed Jun 22, 2017
1 parent b0a487d commit 00c83f8
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 0 deletions.
62 changes: 62 additions & 0 deletions src/LayIM.NetClient/Content/css/apply.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
.layim-msgbox {
margin: 15px;
}

.layim-msgbox li {
position: relative;
margin-bottom: 10px;
padding: 0 130px 10px 60px;
padding-bottom: 10px;
line-height: 22px;
border-bottom: 1px dotted#e2e2e2;
}

.layim-msgbox.layim-msgbox-tips {
margin: 0;
padding: 10px 0;
border: none;
text-align: center;
color: #999;
}

.layim-msgbox.layim-msgbox-system {
padding: 0 10px 10px 10px;
}

.layim-msgbox li p span {
padding-left: 5px;
color: #999;
}

.layim-msgbox li p em {
font-style: normal;
color: #FF5722;
}

.layim-msgbox-avatar {
position: absolute;
left: 0;
top: 0;
width: 50px;
height: 50px;
}

.layim-msgbox-user {
padding-top: 5px;
}

.layim-msgbox-content {
margin-top: 3px;
}

.layim-msgbox.layui-btn-small {
padding: 0 15px;
margin-left: 5px;
}

.layim-msgbox-btn {
position: absolute;
right: 0;
top: 12px;
color: #999;
}
2 changes: 2 additions & 0 deletions src/LayIM.NetClient/Content/css/chatlog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/LayIM.NetClient/Content/css/layui.css

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions src/LayIM.NetClient/Content/js/jquery.js

Large diffs are not rendered by default.

0 comments on commit 00c83f8

Please sign in to comment.