syshxcx/pages/talk/talk.wxss

102 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-06-07 15:43:05 +08:00
.talk-container{
margin-bottom: 100rpx;
}
.talk{
padding: 20rpx;
background-color: #fff;
margin-bottom: 10rpx;
}
.talk-user, .user-info{
display: flex;
justify-content: space-between;
margin-bottom: 10rpx;
}
.user-info image{
width: 80rpx;
height: 80rpx;
margin-right: 20rpx;
border-radius: 50%;
}
.good image{
width: 40rpx;
height: 40rpx;
margin-top: -8rpx;
vertical-align: middle;
}
.name{
font-size: 32rpx;
line-height: 50rpx;
}
.time{
font-size: 24rpx;
color: #888;
}
.good text{
line-height: 80rpx;
}
.talk-content{
font-size: 30rpx;
line-height: 40rpx;
margin-bottom: 20rpx;
}
.reply{
padding: 20rpx;
background-color: #eee;
margin-top: 10rpx;
}
.reply-content{
padding-left: 100rpx;
}
.photo-box{
width: 32%;
height: 150rpx;
overflow: hidden;
display: inline-block;
margin-right: 2%;
text-align: center;
}
.photo-box:nth-child(3n){
margin-right: 0;
}
.photo-box image{
height: 100%;
}
.my-talk{
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
text-align: center;
font-size: 32rpx;
line-height: 100rpx;
color: #f55054;
}
.new-talk{
position: fixed;
bottom: 120rpx;
right: 20rpx;
width: 120rpx;
height:120rpx;
text-align: center;
line-height: 120rpx;
color: #fff;
border-radius: 50%;
font-size: 60rpx;
background-color: #f55054;
}
.video-box{
width: 100%;
height: auto !important;
}
.video-box video{
width: 100%;
}
.no-data{
margin-top: 150rpx;
text-align: center;
}
.no-data image{
width: 300rpx;
}