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.
223 lines
3.8 KiB
223 lines
3.8 KiB
/* pages/topics/activity/activityDetail/index.wxss */
|
|
@import "../../../../components/wxParse/wxParse.wxss";
|
|
.contianer {
|
|
overflow: hidden;
|
|
}
|
|
.page_hd {
|
|
padding: 0 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 10px;
|
|
}
|
|
/* 标题 */
|
|
.artice_title {
|
|
color: #373737;
|
|
font-size: 20px;
|
|
font-family: PingFangSC-Medium;
|
|
}
|
|
.artice_info {
|
|
display: flex;
|
|
flex-direction: row;
|
|
font-size: 13px;
|
|
line-height: 27px;
|
|
}
|
|
.artice_origin {
|
|
max-width: 50vw;
|
|
color: #66708B;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
.artice_time {
|
|
color: #B3B3B3;
|
|
margin-left: 10px;
|
|
flex: 1;
|
|
}
|
|
.artice_collect {
|
|
padding: 0 10px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.artice_image {
|
|
margin-top: 10rpx;
|
|
}
|
|
.title_image {
|
|
width: 100%;
|
|
height: 160px;
|
|
}
|
|
/* 底部 button 区域 */
|
|
.page_footer {
|
|
background-color: white;
|
|
border-top: 1px solid #f7f7f7;
|
|
padding: 10px 20px 20px 20px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
position: fixed;
|
|
}
|
|
.page_bd {
|
|
padding: 0 10px;
|
|
}
|
|
.page_bd_short {
|
|
padding-bottom: 81px;
|
|
}
|
|
.read_collectNum {
|
|
padding: 20rpx 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
font-size: 16px;
|
|
}
|
|
.read_num, .collect_num {
|
|
color: #999;
|
|
}
|
|
|
|
.topic_comment{
|
|
padding: 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.topic_comment_top{
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 40px;
|
|
/* border-bottom: 1px solid #E7E7E7; */
|
|
}
|
|
.commnetBtn{
|
|
margin: 0;
|
|
}
|
|
.comment_info_left{
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 50%;
|
|
}
|
|
.comment_icon{
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
.comment_info_right{
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 0 10px;
|
|
}
|
|
.comment_top{
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
.comment_info_userName{
|
|
font-size: 14px;
|
|
color: #66708B;
|
|
}
|
|
.comment_info_detail{
|
|
font-size: 14px;
|
|
color: #3B3B3B;
|
|
}
|
|
.comment_info_time{
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.comment_info_time_left{
|
|
font-size: 10px;
|
|
color: #999999;
|
|
}
|
|
.comment_info_time_right{
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
.praiseNum{
|
|
font-size: 10px;
|
|
color: #ABABAB;
|
|
}
|
|
.praiseIcon{
|
|
margin-left: 5px;
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
.section_line {
|
|
padding: 0;
|
|
height: 20rpx;
|
|
width: 100%;
|
|
background-color: #FAFAFA;
|
|
}
|
|
.touch-item {
|
|
font-size: 14px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
/* border-top: 1px solid #E7E7E7; */
|
|
width: 100%;
|
|
overflow: hidden
|
|
}
|
|
.comment_content {
|
|
width: 100%;
|
|
line-height: 22px;
|
|
margin-right:0;
|
|
-webkit-transition: all 0.4s;
|
|
transition: all 0.4s;
|
|
-webkit-transform: translateX(120px);
|
|
transform: translateX(120px);
|
|
margin-left: -120px;
|
|
padding: 10px 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
border-top: 1px solid #E7E7E7;
|
|
|
|
}
|
|
.del {
|
|
background-color: orangered;
|
|
width: 120px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #fff;
|
|
-webkit-transform: translateX(120px);
|
|
transform: translateX(120px);
|
|
-webkit-transition: all 0.4s;
|
|
transition: all 0.4s;
|
|
}
|
|
.touch-move-active .comment_content,
|
|
.touch-move-active .del {
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
}
|
|
/* 底部 button 区域 */
|
|
.page_footer {
|
|
background-color: white;
|
|
border-top: 1px solid #f7f7f7;
|
|
padding: 10px 20px 20px 20px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
position: fixed;
|
|
}
|
|
.page_bd {
|
|
padding: 0 10px;
|
|
}
|
|
.page_bd_short {
|
|
padding-bottom: 81px;
|
|
}
|
|
.read_collectNum {
|
|
padding: 20rpx 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
font-size: 16px;
|
|
}
|
|
.read_num, .collect_num {
|
|
color: #999;
|
|
}
|
|
|
|
|
|
/* 占位view */
|
|
.standView{
|
|
width: 100%;
|
|
height: 160rpx;
|
|
}
|