1 Star 0 Fork 7

Mia/frontend102

forked from quseit/react-test 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
teamChatRoomStyle.css 10.02 KB
一键复制 编辑 原始数据 按行查看 历史
hhh 提交于 2021-11-16 09:35 . 01
.loginBackground{
background:url(image/teamBackground.jpg) no-repeat;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-size: cover;
}
.loginbox{
height: 380px;
width: 480px;
position: absolute;
top:0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background: rgba(255,255,255,0.6);
border-radius: 12px;
}
.loginbox .title{
margin: 30px 0 0 39px;
}
.loginbox input{
padding: 11px 10px;
max-height: 40px;
background: #fff;
border: 1px solid #E0E0E0;
border-radius: 4px;
font-size: 14px;
width: 321px;
color: #000;
outline: none;
}
.loginbox .input{
margin-top: 30px;
}
.loginbox .input input{
outline: none;
}
.loginbox .input span{
display: inline-block;
font-size: 14px;
color: #000;
letter-spacing: 0;
text-align: right;
width: 82px;
height: 40px;
line-height: 40px;
margin-right: 15px;
font-weight: 200;
}
.loginbox .loginBox{
height: 38px;
position: relative;
}
.loginbox .loginBox .loginText{
margin: 0 auto;
padding-left: 10px;
}
.loginbox #login{
border-radius: 25px;
border:none;
width: 240px;
height: 45px;
position: absolute;
top: 0;bottom: 0;right: 0;left: 0;
margin: 70px auto;
color: white;
font-size: large;
letter-spacing:10px;
text-align: center;
background-color: rgba(120, 145, 137, 0.8);
outline: none;
}
.loginbox #login:checked{
border-radius: 25px;
border:none;
width: 240px;
height: 45px;
position: absolute;
top: 0;bottom: 0;right: 0;left: 0;
margin: 70px auto;
color: white;
font-size: large;
letter-spacing:10px;
text-align: center;
background-color: rgba(120, 145, 137, 0.8);
outline: none;
}
.loginbox #login:hover{
border-radius: 25px;
border:none;
width: 240px;
height: 45px;
position: absolute;
top: 0;bottom: 0;right: 0;left: 0;
margin: 70px auto;
color: white;
font-size: large;
letter-spacing:10px;
text-align: center;
background-color: rgba(113, 158, 144, 0.8);
}
.chatroom{
width: 100%;
height: 910px;
margin:auto;
display: none;
background:url(image/02.jpg);
}
.box{
display: flex;
flex-direction:column;
margin:0 auto;
border: 1px solid #e0e0e0;
background-color: rgba(255,255,255,0.8);
border-radius: 20px;
box-shadow: yellowgreen;
box-shadow: 1px 1px 4px #acb3b9;
}
.hd{
height: 60px;
width: 100%;
display: flex;
flex-direction: row;
}
.hdl{
width: 360px;
display: flex;
justify-content:space-evenly;
}
.body{
display: flex;
flex-direction: row;
}
.teamOnlines{
width: 360px;
height: 850px;
border-right:1px solid #D0D0C0;
border-top:1px solid #D0D0C0;
display: none;
flex-direction: column;
}
.cusOnlines{
width: 360px;
height: 850px;
border-right:1px solid #D0D0C0;
border-top:1px solid #D0D0C0;
display: flex;
flex-direction: column;
}
.onlineText{
color:#636db8;
font-weight: 700;
padding: 10px 5px;
}
.cl{
width: 800px;
display: flex;
flex-direction: column;
}
.clt{
padding:10px 18px;
height: 680px;
overflow: scroll;
overflow-x: hidden;
border: 1px solid #e6e3e3;
border-left:none;
border-bottom: none;
}
.clt::-webkit-scrollbar{
width: 10px;
height: 10px;
}
.clt::-webkit-scrollbar-thumb{
border-radius: 5px;
-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.05);
background: rgba(0, 0, 0,0.1);
}
.clb{
height: 0;
flex:1;
}
/* Cus按钮 */
.crCus{
border:none;
background-color: transparent;
color: #acb3b9;
font-size: large;
outline: none;
}
.crCus:hover{
border:none;
background-color: transparent;
color: #656db3;
font-size: large;
font-weight: 600;
border-bottom: 2px solid #656db3;
}
.crCuscClick{
border-top: none;
border-left: none;
border-right: none;
background-color: transparent;
color: #656db3;
font-size: large;
font-weight: 600;
border-bottom: 2px solid #656db3;
outline: none;
}
.crTeam{
border:none;
background-color: transparent;
color: #acb3b9;
font-size: large;
outline: none;
}
.crTeam:hover{
border:none;
background-color: transparent;
color: #656db3;
font-size: large;
font-weight: 600;
border-bottom: 2px solid #656db3;
}
.crTeamClick{
border-top: none;
border-left: none;
border-right: none;
border:none;
background-color: transparent;
color: #656db3;
font-size: large;
font-weight: 600;
border-bottom: 2px solid #656db3;
outline: none;
}
.isme{
color:rgb(248, 52, 52);
display: flex;
margin: 13px 0;
flex-direction: column;
align-items: flex-end;
}
.notMe{
color:rgb(119, 114, 114);
display: flex;
margin:13px 0;
flex-direction: column;
align-items: flex-start;
/* background-color: thistle; */
/* margin-left: 60px; */
}
.p2p{
width: 800px;
height: 650px;
box-shadow: -4px 4px 8px #acb8c1;
position: fixed;
z-index: 9;
display: none;
left: 50%;
top:15%;
transform: translateX(-50%);
background-color: rgba(255,255,255,0.9);
padding: 5px 0;
}
.p2p .list{
height: 450px;
overflow: scroll;
overflow-x:hidden;
padding: 0 15px;
}
.p2p .list::-webkit-scrollbar{
width: 10px;
height: 10px;
}
.p2p .list::-webkit-scrollbar-thumb{
border-radius: 5px;
-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.05);
background: rgba(0, 0, 0,0.1);
}
/* .clr{
border:1px solid #e0e0e0
} */
.p2pInput{
border:1px solid #ccc;
border-radius: 3px;
padding:10px 0;
width: 98%;
height: 80px;
word-wrap:break-word;
font-size: 15px;
margin:3px 7px;
background-color: rgba(255,255,255,0.5);
outline: none;
}
.p2phd{
height: 50px;
width: 800px;
border-bottom:1px solid #e2e2e2;
/* background-color: thistle; */
}
.p2phdT{
font-size: 18px;
margin: 0 18px;
line-height: 45px;
font-weight: 600;
}
.close{
position: fixed;
width: 35px;
height: 25px;
color: rgb(49, 44, 43);
padding: 5px;
font-size: 12px;
font-weight: 400;
top:0%;
right: 0%;
border: none;
background-color: transparent;
}
.close:hover{
color:rgb(236, 234, 234);
background-color: rgb(250, 89, 89);
}
.teamSend{
width: 66px;
height: 33px;
border-radius: 5px;
background-color: #596bd7;
border: none;
color: white;
font-size: 18px;
font-weight: 400;
margin-right: 10px;
margin-bottom: 5px;
float: right;
outline: none;
}
.a2c{
width: 800px;
height: 650px;
box-shadow: -4px 4px 8px #acb8c1;
position: fixed;
z-index: 9;
display: none;
left: 50%;
top:15%;
transform: translateX(-50%);
background-color: rgba(255,255,255,0.9);
padding: 5px 0;
}
.a2c .acList{
height: 450px;
overflow: scroll;
overflow-x:hidden;
padding: 0 15px;
}
.a2c .acList::-webkit-scrollbar{
width: 10px;
height: 10px;
}
.a2c .acList::-webkit-scrollbar-thumb{
border-radius: 5px;
-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.05);
background: rgba(0, 0, 0,0.1);
}
.acP2pInput{
border:1px solid #ccc;
border-radius: 3px;
padding:10px 0;
width: 98%;
height: 80px;
word-wrap:break-word;
font-size: 15px;
margin:3px 7px;
background-color: rgba(255,255,255,0.5);
outline: none;
}
.acP2phd{
height: 50px;
width: 800px;
border-bottom:1px solid #e2e2e2;
/* background-color: thistle; */
}
.acP2phdT{
font-size: 18px;
margin: 0 18px;
line-height: 45px;
font-weight: 600;
}
.acClose{
position: fixed;
width: 35px;
height: 25px;
color: rgb(49, 44, 43);
padding: 5px;
font-size: 12px;
font-weight: 400;
top:0%;
right: 0%;
border: none;
background-color: transparent;
}
.acClose:hover{
color:rgb(236, 234, 234);
background-color: rgb(250, 89, 89);
}
.ACteamSend{
width: 66px;
height: 33px;
border-radius: 5px;
background-color: #596bd7;
border: none;
color: white;
font-size: 18px;
font-weight: 400;
margin-right: 5px;
margin-bottom: 5px;
float: right;
outline: none;
}
.Text{
display: flex;
flex-direction: row;
}
.teamText{
padding:5px 20px;
margin: auto 10px;
/* height: 38px; */
border-radius: 15px;
background-color: #f4f4f4;
color:#515d8a;
max-width: 200px;
line-height: 38px;
font-size:16px;
word-break: break-word;
}
.ismeText{
background-color: #e8d3c3;
padding:5px 20px;
margin: auto 10px;
border-radius: 15px;
color:#7b3e34;
max-width: 200px;
line-height: 38px;
font-size:16px;
word-break: break-word;
}
.fromName{
border-radius: 50%;
font-weight: 600;
font-size: 16px;
color: white;
background-color: rgb(64, 92, 250);
height: 50px;
width: 50px;
text-align: center;
vertical-align: middle;
line-height: 50px;
}
.u{
margin: 8px 0;
height: 95px;
width: 100%;
background-color: rgba(255,255,255,0.7);
display: flex;
flex-direction: row;
}
.cus{
margin: 8px 0;
height: 95px;
width: 100%;
background-color: rgba(255,255,255,0.7);
display: flex;
flex-direction: row;
}
.onlineUser{
height: 50px;
width: 50px;
text-align: center;
vertical-align: middle;
line-height: 50px;
margin-left: 10px;
top:50%;
transform:translateY(50%);
border-radius: 50%;
font-weight: 600;
font-size: 16px;
color:white;
background-color: rgb(64, 92, 250);
}
.newMessage{
color:#80bd76;
margin-top:33px;
font-size: 17px;
}
.user_info{
display: flex;
flex-direction: column;
}
.infoFromName{
color: #615d5d;
margin: 33px 13px;
}
.userPortrait{
height: 50px;
width: 50px;
text-align: center;
vertical-align: middle;
line-height: 50px;
margin-left: 10px;
top:50%;
transform:translateY(50%);
border-radius: 50%;
font-weight: 600;
font-size: 16px;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mia-gitee/frontend102.git
git@gitee.com:mia-gitee/frontend102.git
mia-gitee
frontend102
frontend102
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385