city_card/pages/talk/myTalk.wxss
2023-07-15 14:25:28 +08:00

105 lines
1.4 KiB
Plaintext

.tab {
background-color: #fff;
border-bottom: 1px solid #ddd;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 100;
}
.tab,.tab-box {
display: flex;
}
.tab-box {
align-items: center;
flex: 1;
font-size: 32rpx;
height: 100rpx;
justify-content: center;
}
.tab-box.active {
border-bottom: 1px solid #f55054;
color: #f55054;
}
.talk-container {
margin-top: 100rpx;
}
.talk {
background-color: #fff;
border-bottom: 1px solid #ddd;
padding: 20rpx;
}
.talk:last-child {
border-bottom: none;
}
.talk-user,.user-info {
display: flex;
justify-content: space-between;
margin-bottom: 10rpx;
}
.user-info image {
height: 80rpx;
margin-right: 20rpx;
width: 80rpx;
}
.good image {
height: 40rpx;
margin-top: -8rpx;
vertical-align: middle;
width: 40rpx;
}
.name {
font-size: 32rpx;
line-height: 50rpx;
}
.time {
color: #888;
font-size: 24rpx;
}
.good text {
line-height: 80rpx;
}
.talk-content {
font-size: 30rpx;
line-height: 40rpx;
}
.reply {
background-color: #eee;
margin-top: 10rpx;
padding: 20rpx;
}
.reply-content {
padding-left: 100rpx;
}
.photo-box {
display: inline-block;
height: 150rpx;
margin-right: 2%;
overflow: hidden;
text-align: center;
width: 32%;
}
.photo-box:nth-child(3n) {
margin-right: 0;
}
.photo-box image {
height: 100%;
}