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.
158 lines
2.3 KiB
158 lines
2.3 KiB
/* pages/activity_list/activity_list.wxss */
|
|
|
|
.weui-media-box {
|
|
height: 120rpx;
|
|
padding: 15px;
|
|
margin-top: 10rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.weui-media-box:before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
border-top: 1rpx solid #f1f1f1;
|
|
color: #f1f1f1;
|
|
left: 0;
|
|
}
|
|
|
|
.weui-media-box_appmsg {
|
|
height: 120rpx;
|
|
margin-top: 10rpx;
|
|
background: #fff;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.weui-cell_active {
|
|
background-color: #f1f1f1;
|
|
}
|
|
|
|
.weui-media-box__bd_in-appmsg {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
flex: 1;
|
|
min-width: 0;
|
|
}
|
|
|
|
.weui-media-box__info {
|
|
list-style: none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.weui-media-box-info-meta {
|
|
float: left;
|
|
padding-right: 1px;
|
|
font-size: 13px;
|
|
margin-top: 12px;
|
|
color: #cecece;
|
|
}
|
|
|
|
.weui-media-box-name {
|
|
float: left;
|
|
padding-right: 1px;
|
|
margin-right: 4px;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
font-size: 18px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.item_status {
|
|
margin-right: 0.8em;
|
|
float: left;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
font-size: 16px;
|
|
color: #666;
|
|
}
|
|
|
|
.weui-media-box__thumb {
|
|
width: 60px;
|
|
height: 60px;
|
|
margin-right: 0.8em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.icon-arrow {
|
|
width: 16px;
|
|
height: 16px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
|
|
|
|
.weui-media-box__type{
|
|
width: 90rpx;
|
|
height: 40rpx;
|
|
float: left;
|
|
}
|
|
|
|
/* .weui-media-box__type10 {
|
|
color: #fff;
|
|
background: #f36619;
|
|
border-radius: 20rpx;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
width: 90rpx;
|
|
float: left;
|
|
}
|
|
|
|
.weui-media-box__type20 {
|
|
color: #fff;
|
|
background: #21be8d;
|
|
border-radius: 20rpx;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
width: 90rpx;
|
|
float: left;
|
|
}
|
|
|
|
.weui-media-box__type30 {
|
|
color: #fff;
|
|
background: #ffa043;
|
|
border-radius: 20rpx;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
width: 90rpx;
|
|
float: left;
|
|
} */
|
|
|
|
.view_hide {
|
|
display: none;
|
|
}
|
|
|
|
.empty-layout {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-top: 50%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.icon-empty {
|
|
width: 80px;
|
|
height: 80px;
|
|
vertical-align: top;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.text-empty {
|
|
font-size: 15px;
|
|
float: left;
|
|
}
|