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

139 lines
1.5 KiB

/*关闭图标尺寸*/
.closeIcon40{
height: 40px;
width: 40px;
}
/*关闭图标尺寸*/
.closeIcon20{
height: 20px;
width: 20px;
}
/*用户图标尺寸*/
.userIcon{
height: 20px;
width: 20px;
}
/*活动背景图尺寸*/
.activityImage{
height: 100px;
width: 100px;
}
/*好友列表*/
.friend-list{
height: 300px;
}
/**
聊天记录框
*/
.chat-history{
height: 400px;
}
/**
聊天头像大小
*/
.chat-headImg{
width:100px;
height: 100px;
}
.leave-word-headImg{
width:100px;
height: 100px;
}
/**
* 文本省略
*/
.text-ellipsis{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}
/**
* 留言正文内容
*/
.leave-word-height{
-webkit-line-clamp:2;
height: 50px;
}
/**
* 活动首页正文内容限制
*/
.activity-text-limit{
-webkit-line-clamp:3;
}
/**
* 名字
*/
.user-name{
width: 100px;
}
/**
* 留言
*/
.leave-word-parent-height{
height: 140px;
}
/**
发送信息框
*/
.chat-send{
height: 200px;
}
/**
发送信息内容框
*/
.chat-send-content{
height: 140px;
}
/*
* 个人信息介绍
*/
.my-info-desc{
height: 100px;
}
/**
*帮助信息高度
*/
.my-help-height{
height: 400px;
}
/**
*求助信息宽高
*/
.seek-help-height{
height: 400px;
}
/**
* 我的留言高度
*/
.my-leave-world-height{
height: 450px;
}
/**
*志愿者页面信息宽度
*/
.volunteer{
width: 1400px;
}
/**
* 活动详情高度
*/
.activity-detail-height{
height: 450px;
}