You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
help_user/src/index.css

53 lines
594 B

/*关闭图标尺寸*/
.closeIcon40{
height: 40px;
width: 40px;
}
/*关闭图标尺寸*/
.closeIcon20{
height: 20px;
width: 20px;
}
/*用户图标尺寸*/
.userIcon{
height: 20px;
width: 20px;
}
/*活动背景图尺寸*/
.activeImage{
height: 100px;
width: 100px;
}
/*好友列表*/
.friend-list{
height: 300px;
}
/**
聊天记录框
*/
.chat-history{
height: 400px;
}
/**
聊天头像大小
*/
.chat-headImg{
width:100px;
height: 100px;
}
/**
发送信息框
*/
.chat-send{
height: 200px;
}
/**
发送信息内容框
*/
.chat-send-content{
height: 140px;
}