127 lines
1.9 KiB
Plaintext
127 lines
1.9 KiB
Plaintext
/* pages/my/publish.wxss */
|
|
.tab-wrap{
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
background: #fff;
|
|
font-size: 30rpx;
|
|
color: #333333;
|
|
}
|
|
.tab-con{
|
|
margin-left: 50rpx;
|
|
padding: 13rpx;
|
|
}
|
|
.tab-wrap text{
|
|
display: inline-block;
|
|
position: relative;
|
|
margin-right: 30rpx;
|
|
}
|
|
.tab-active{
|
|
color: #3D98FF;
|
|
}
|
|
.tab-active::after{
|
|
content: "";
|
|
position: absolute;
|
|
width: 25rpx;
|
|
height: 7rpx;
|
|
background: #3D98FF;
|
|
border-radius: 5px;
|
|
bottom: -12rpx;
|
|
left: 50%;
|
|
margin-left: -12.5rpx;
|
|
}
|
|
.pub-container{
|
|
padding-top: 72rpx;
|
|
}
|
|
.list-con{
|
|
background: #fff;
|
|
padding: 30rpx;
|
|
}
|
|
.list-des{
|
|
padding-top: 10rpx;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|
|
.list-right view{
|
|
padding: 0;
|
|
display: block;
|
|
width: 100px;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
margin: 0;
|
|
text-align: center;
|
|
/* background: #3D98FF; */
|
|
/* color: #fff; */
|
|
font-size: 24rpx;
|
|
border-radius: 10rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.pl-img{
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 50%;
|
|
vertical-align: -5rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.pl-img1{
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
vertical-align: -5rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.list-title{
|
|
margin-top: 10rpx;
|
|
/* height: 40px; */
|
|
}
|
|
.list-desc{
|
|
font-size: 20rpx;
|
|
/* margin-top: 10rpx; */
|
|
height: 40px;
|
|
}
|
|
|
|
.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;
|
|
} |