85 lines
1.7 KiB
Plaintext
85 lines
1.7 KiB
Plaintext
/* mycomponent/yz_comment_popup/commentCellItem/commentCellItem.wxss */
|
|
.components-comment-list {
|
|
display: flex;
|
|
padding: 0.375rem 0.875rem;
|
|
}
|
|
|
|
.components-comment-list .components-comment-main-left {
|
|
width: 2rem;
|
|
height: 2rem;
|
|
margin-right: 0.72rem;
|
|
overflow: hidden;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.components-comment-list .components-comment-main-left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
|
|
.components-comment-list .components-comment-main-right {
|
|
flex: 1;
|
|
}
|
|
|
|
.components-comment-list .components-comment-main-right .master-main {
|
|
width: 100%;
|
|
display: flex;
|
|
height: 2rem;
|
|
}
|
|
|
|
.components-comment-list .components-comment-main-right .master-main .master-main-left {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.components-comment-list .components-comment-main-right .master-main .master-main-left .master-name {
|
|
font-size: 12px;
|
|
color: #1c96fe;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
width: 100%;
|
|
}
|
|
|
|
.components-comment-list .components-comment-main-right .master-main .master-main-left .master-time {
|
|
width: 100%;
|
|
font-size: 10px;
|
|
color: #999;
|
|
}
|
|
|
|
.components-comment-list .components-comment-main-right .master-main .master-main-right {
|
|
min-width: 1rem;
|
|
display: flex;
|
|
}
|
|
|
|
.components-comment-list .components-comment-main-right .master-main-content {
|
|
padding: 0.125rem 1rem 0 0;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.child-list {
|
|
padding: 0.375rem 0;
|
|
}
|
|
|
|
.child-list .components-comment-main-left {
|
|
width: 1.375rem;
|
|
height: 1.375rem;
|
|
margin-top: 0.3125rem;
|
|
}
|
|
|
|
.components-comment-input {
|
|
border: none;
|
|
margin: 0.875rem;
|
|
padding: 0.5rem;
|
|
background: #eaeaea;
|
|
border-radius: 2rem;
|
|
}
|
|
|
|
.selecolor {
|
|
color: #1c96fe;
|
|
}
|