1 Star 0 Fork 2

KeatsLi20100320/HackChat

forked from XsJIONG/HackChat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Main.css 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
XsJIONG 提交于 2018-09-01 15:22 . 修复滑动问题,增加图标
.LeftCover {
margin: 0;
padding: 0;
transition: left;
transition-duration: 1s;
position: fixed;
width: 50vw;
height: 100vh;
background-color: #2196F3;
left: 0;
}
.RightCover {
margin: 0;
padding: 0;
transition: left;
transition-duration: 1s;
position: fixed;
width: 50vw;
height: 100vh;
background-color: #2196F3;
left: 50vw;
}
.LeftCoverHide {
left: -50vw;
}
.RightCoverHide {
left: 100vw;
}
#StatusText {
margin: 0 auto;
width: 100%;
text-align: center;
font-size: 3em;
position: absolute;
height: 100vh;
line-height: 100vh;
color: white;
transition: all;
transition-duration: 0.5s;
}
.Max {
width: 100vw;
height: 100vh;
}
body {
background: url(https://xsjiong.gitee.io/images/header.jpg) fixed;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 0;
margin: 0;
overflow-x: hidden;
overflow-y: hidden;
}
#InputContainer {
display: table-cell;
vertical-align: middle;
text-align: center;
height: 100vh;
width: 100vw;
z-index: 2147483647;
position: fixed;
transition: all;
transition-duration: 0.7s;
}
#Chats {
width: 80vw;
margin-left: 10vw;
border-left: 1px solid white;
padding-top: 2em;
background: white;
top: 0;
}
#ChatPanel {
width: 100vw;
min-height: 100vh;
}
#ChatContent2 footer {
width: 100%;
bottom: 0;
position: fixed;
}
.Message {
padding-bottom: 1em;
}
.Content {
padding-left: 1em;
}
.Name {
float: left;
width: 16em;
margin-left: -17em;
margin-right: 1em;
text-align: right;
white-space: nowrap;
overflow: hidden;
}
#MarkdownPanel {
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/keatsli20100320/HackChat.git
git@gitee.com:keatsli20100320/HackChat.git
keatsli20100320
HackChat
HackChat
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385