Files
ClassContent/历届学生/逯帅帅/项目开发/上课项目/聊天室/fontend/css/index.css
2024-09-27 02:06:13 +08:00

207 lines
3.3 KiB
CSS

.big{
display: flex;
justify-content: center;
width: 1000px;
height: 1000px;
margin: 0 auto;
box-shadow: 0 0 35px rgba(0, 0, 0, .2);
}
/* ----------------------------------------- */
.left{
width: 1000px;
background-color: #fff;
position: relative;
}
.left_header{
display: flex;
justify-content: space-between;
background-color: #fff;
align-items: center;
height: 50px;
position: relative;
border-bottom: solid 1px #ddddde;
}
.left_header>div{
display: flex;
}
.user{
display: flex;
align-items: center;
}
.left_content{
height: 72%;
overflow-y: scroll;
}
.conp{
margin: 0 auto;
width: 200px;
}
.conp p{
margin-top: 30px;
color: #9d9d9d;
background-color: #f8f8f8;
border-radius: 10px;
height: 30px;
width: 230px;
text-align: center;
line-height: 30px;
}
.liaotian div{
padding-left: 20px;
}
.liaotian div p{
padding-bottom: 20px;
}
.liaotian div span{
box-sizing: border-box;
padding: 15px;
width: 90%;
border-radius: 20px;
font-size: 30px;
display: block;
background-color: red;
}
.liaotian div img{
border-radius: 20px;
padding: 10px;
}
.liaotian{
margin-top: 20px;
display: flex;
align-items: flex-start;
}
.liaotianmast{
margin-top: 20px;
display: flex;
justify-content: flex-end;
}
.liaotianmast div{
padding-right: 20px;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.liaotianmast div p{
padding-bottom: 20px;
}
.liaotianmast div span{
box-sizing: border-box;
padding: 15px;
border-radius: 20px;
font-size: 30px;
display: block;
background-color: red;
}
.liaotianmast div img{
border-radius: 20px;
padding: 10px;
}
/* ------------------------------------------- */
.right{
width: 300px;
background-color: #f5f8f8;
}
.right_header{
background-color: #f5f8f8;
display: flex;
align-items: center;
font-size: 20px;
padding-left: 20px;
color: #727575;
height: 50px;
position: relative;
border-bottom: solid 1px #ddddde;
}
.right_header p{
padding-left: 15px;
}
.right_content{
height: 94%;
overflow-y: scroll;
}
.right_content div{
display: flex;
}
.right_content div{
display: flex;
align-items: center;
padding-top: 10px;
}
.right_content div p{
padding-left: 10px;
}
.user_log i{
font-size: 25px;
padding-left: 10px;
position: relative;
}
.bq {
width: 500px;
height: 250px;
background: #fff;
border: 1px solid #000;
position: absolute;
left: 0;
bottom: 40px;
overflow-y: scroll;
display: none;
}
.bq li {
margin-right: 5px;
float: left;
}
.bq img {
width: 30px;
height: 30px;
}
.floot_con{
background-color: #f5f8f8;
height: 35px;
line-height: 35px;
}
.floot_con div{
padding-left: 20px;
float: left;
}
.floot .shuru {
width: 100%;
height: 100px;
outline: none;
overflow-y: scroll;
}
.floot_con select{
margin-top: 8px;
line-height: 35px;
height: 20px;
outline: none;
float: left;
}
.icon-icon23:before {
content: "\e62d";
font-size: 45px;
}
p{
font-size: 20px;
}
.right_content img {
width: 40px;
height: 40px;
border-radius: 100%;
}