46 lines
693 B
Plaintext
46 lines
693 B
Plaintext
/* pages/vedio/index.wxss */
|
|
.list{
|
|
overflow: hidden;
|
|
clear: both;
|
|
padding: 0 10rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.item{
|
|
margin-top: 15rpx;
|
|
float: left;
|
|
width: 49%;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
}
|
|
.item:nth-child(odd){
|
|
margin-right: 2%;
|
|
}
|
|
.item image{
|
|
max-width: 100%;
|
|
height: 400rpx !important;
|
|
}
|
|
.title{
|
|
font-size: 16px;
|
|
color: #333;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.user-info{
|
|
font-size: 24rpx;
|
|
}
|
|
.mt{
|
|
margin-top: 8px;
|
|
}
|
|
.user-info image{
|
|
width: 30rpx;
|
|
height: 30rpx !important;
|
|
border-radius: 50%;
|
|
vertical-align: -3px;
|
|
margin-right: 5px;
|
|
}
|
|
.date{
|
|
color: #666;
|
|
font-size: 12px;
|
|
} |