139 lines
1.9 KiB
Plaintext
139 lines
1.9 KiB
Plaintext
.container {
|
|
background: #ebeef5;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.uni-flex {
|
|
background: #fff;
|
|
padding: 10px;
|
|
}
|
|
|
|
.flex-item-avatar {
|
|
line-height: 30px;
|
|
width: 12%;
|
|
}
|
|
|
|
.flex-item-avatar ._img {
|
|
border-radius: 50%;
|
|
height: 30px;
|
|
width: 30px;
|
|
}
|
|
|
|
.flex-item-content {
|
|
width: 88%;
|
|
}
|
|
|
|
.line-header {
|
|
padding: 0;
|
|
width: 30px;
|
|
width: 100%;
|
|
}
|
|
|
|
.username {
|
|
font-weight: 700;
|
|
height: 30px;
|
|
width: 80%;
|
|
}
|
|
|
|
.user-zan {
|
|
color: #666;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.container-text,.container-toContent {
|
|
color: #666;
|
|
font-size: 12px;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.container-toContent {
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.reply_line {
|
|
font-size: 12px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
margin-top: 10px;
|
|
padding: 0;
|
|
}
|
|
|
|
.container-return {
|
|
background: #f8f8f8;
|
|
color: #666;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.bottom-comment {
|
|
background: #f8f8f8;
|
|
padding: 5rpx 10rpx;
|
|
}
|
|
|
|
.bottom-comment-wrap {
|
|
width: 40%;
|
|
}
|
|
|
|
.card-actions {
|
|
border-top: 1px solid #eee;
|
|
height: 45px;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.card-actions,.card-actions-item {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.card-actions {
|
|
border-top: 0;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
width: 60%;
|
|
}
|
|
|
|
.card-actions-item {
|
|
width: 33%;
|
|
}
|
|
|
|
.card-actions-item-text {
|
|
color: #666;
|
|
font-size: 12px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.bottom-actions {
|
|
bottom: 40px;
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
.comment-action-wrap {
|
|
background: #fff;
|
|
border: 1px solid #ebeef5;
|
|
box-shadow: 0 0 3px 1px rgba(0,0,0,.08);
|
|
padding: 5px;
|
|
}
|
|
|
|
.comment-textarea {
|
|
border: 1px solid #ebeef5;
|
|
font-size: 12px;
|
|
height: 240rpx;
|
|
padding: 5px;
|
|
}
|
|
|
|
.comment-button-wrap {
|
|
margin-top: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.comment-button-wrap button {
|
|
margin: 5px;
|
|
}
|
|
|
|
.listDesc {
|
|
color: #666;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
} |