admin/plugins/video-share/assets/css/comment.css

101 lines
1.3 KiB
CSS

#app {
margin-bottom: 60px;
}
.vue-page {
border-radius: 5px;
width: calc(100% - 266px);
float: right;
margin-right: 10px;
position: fixed;
bottom: 0;
right: 0;
padding: 15px 5% 15px 0;
background: #fff;
height: 60px;
z-index: 999;
margin-top: 0;
box-shadow: 0 2px 9px rgba(51, 51, 51, 0.1);
}
.commit-title {
padding: 15px 0;
padding-bottom: 10px;
line-height: 30px;
border-bottom: solid 1px #eee;
color: #333;
margin-bottom: 25px;
}
.video-style {
height: 60px;
width: 60px;
object-fit: fill;
border-radius: inherit;
}
.img-style {
width: 50px;
height: 50px;
border-radius: 50%;
}
.space-li {
color: #ff9b45;
margin-left: 20px;
cursor: pointer;
}
.commit-title .el-button {
margin-left: 20px;
}
.commit-box {
margin: 0 0 100px 80px;
}
.commit-box .commit-detail .parent-text , .son-text {
display: flex;
margin-bottom: 10px;
}
.son-text {
margin: 20px 50px;
}
img {
height: 40px;
width: 40px;
border-radius: 50%;
}
.right-text {
margin-left: 10px;
}
.member-detail .el-icon-delete {
margin-left: 30px;
}
.time {
margin: 5px 0;
}
.color-bg {
color: #a4a4a4;
font-weight: 500;
}
.stow {
margin: 10px 0;
cursor: pointer;
}
.replay-name {
color: #3C4858;
}
.parent-content {
margin-right: 40px;
}