PC-mj/assets/css/details.css
2025-02-14 18:55:06 +08:00

1586 lines
40 KiB
CSS

@font-face {
font-family: "emojifont";
src: url("https://oss.x-php.com/static/riposte/emojifont-sbix.ttf?t=mj");
}
.content {
width: 1200px;
margin: 0 auto 60px;
background: #fff;
border-radius: 15px;
font-family: PingFangSC-Regular, PingFang SC, sans-serif;
}
.content .left {
width: 376px;
border-right: 16px solid #f6f6f6;
padding-top: 30px;
height: calc(100vh - 70px);
overflow: auto;
display: flex;
flex-direction: column;
}
.content .left .school-box {
flex-direction: column;
margin-bottom: 40px;
text-align: center;
}
.content .left .school-box .school-box-icon {
height: 52px;
}
.content .left .school-box .school-box-icon .school-icon {
width: 40px;
height: 40px;
margin-bottom: 12px;
}
.content .left .school-box .school-name {
font-weight: 650;
font-size: 15px;
color: #000000;
margin-bottom: 7px;
height: 28px;
}
.content .left .school-box .school-en-name {
color: #555555;
font-size: 13px;
height: 18px;
}
.content .left .mj-total {
color: #7f7f7f;
line-height: 22px;
font-size: 13px;
margin-bottom: 20px;
padding: 0 30px;
}
.content .left .mj-total .value {
font-weight: 650;
color: #000000;
margin: 0 5px;
}
.content .left .mj-list {
scrollbar-width: none;
-ms-overflow-style: none;
margin-right: 9px;
padding: 0 30px 15px;
flex: 1;
overflow: auto;
}
.content .left .mj-list::-webkit-scrollbar {
width: 0 !important;
}
.content .left .mj-list .mj-item {
flex-direction: column;
margin-bottom: 15px;
padding: 14px 12px;
z-index: 1;
cursor: pointer;
position: relative;
}
.content .left .mj-list .mj-item.recommend .mj-header {
display: inline-block;
}
.content .left .mj-list .mj-item.recommend .mj-header .label {
height: 20px;
background-color: rgba(253, 223, 109, 0.11764706);
border: 1px solid #e4c762;
border-radius: 5px;
font-size: 12px;
color: #e4c762;
text-align: center;
display: inline-flex;
margin-right: 10px;
}
.content .left .mj-list .mj-item.recommend .mj-header .label .label-text {
width: 20px;
height: 20px;
background-color: #e4c762;
border-radius: 5px;
font-size: 12px;
color: #ffffff;
}
.content .left .mj-list .mj-item.recommend .mj-header .label .label-title {
padding: 0 5px;
height: 100%;
display: flex;
align-items: center;
}
.content .left .mj-list .mj-item.recommend .mj-header h1 {
display: inline;
font-weight: 650;
font-size: 14px;
color: #000000;
line-height: 26px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.content .left .mj-list .mj-item.recommend .thread-text {
color: #555555;
font-size: 13px;
}
.content .left .mj-list .mj-item.recommend .thread-text .ask-label {
color: #7f7f7f;
}
.content .left .mj-list .mj-item.recommend .vote-list {
color: #555555;
font-size: 13px;
}
.content .left .mj-list .mj-item.recommend .vote-list .vote-item:not(:last-of-type) {
margin-bottom: 6px;
}
.content .left .mj-list .mj-item:hover::after {
content: "";
position: absolute;
background: #f6f6f6;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
z-index: -1;
}
.content .left .mj-list .mj-item.pitch::before,
.content .left .mj-list .mj-item.pitch::after {
content: "";
position: absolute;
background: #72db86;
}
.content .left .mj-list .mj-item.pitch::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
z-index: -1;
}
.content .left .mj-list .mj-item.pitch::before {
top: 50%;
left: 100%;
width: 10px;
height: 10px;
transform: translate(-64%, -50%) rotate(45deg);
}
.content .left .mj-list .mj-item.pitch .mj-header .user-name {
color: #fff;
}
.content .left .mj-list .mj-item.pitch .mj-header .time {
color: #fff;
}
.content .left .mj-list .mj-item.pitch .info-list .info-item .info-name {
color: #fff;
}
.content .left .mj-list .mj-item.pitch .info-list .info-item .info-value {
color: #fff;
}
.content .left .mj-list .mj-item .item-bj {
width: 100%;
height: 100%;
z-index: -1;
position: absolute;
top: 0;
left: 0;
display: none;
}
.content .left .mj-list .mj-item .mj-header {
font-size: 12px;
margin-bottom: 12px;
}
.content .left .mj-list .mj-item .mj-header .mj-avatar {
width: 20px;
height: 20px;
margin-right: 10px;
border-radius: 50%;
}
.content .left .mj-list .mj-item .mj-header .user-name {
color: #555;
margin-right: 10px;
}
.content .left .mj-list .mj-item .mj-header .time {
color: #aaa;
}
.content .left .mj-list .mj-item .info-list {
flex-direction: column;
}
.content .left .mj-list .mj-item .info-list .info-item {
line-height: 20px;
}
.content .left .mj-list .mj-item .info-list .info-item:not(:last-of-type) {
margin-bottom: 8px;
}
.content .left .mj-list .mj-item .info-list .info-item .info-name {
color: #7f7f7f;
font-size: 13px;
margin-right: 10px;
}
.content .left .mj-list .mj-item .info-list .info-item .info-value {
color: #333333;
font-size: 13px;
}
.content .right {
overflow: auto;
padding: 5px 0;
scrollbar-width: none;
-ms-overflow-style: none;
position: relative;
}
.content .right::-webkit-scrollbar {
width: 0 !important;
}
.content .right .header {
padding: 30px 30px 25px 45px;
border-bottom: 1px solid #ebebeb;
}
.content .right .header .titletitle {
font-size: 24px;
font-weight: 650;
color: #000000;
margin-bottom: 15px;
}
.content .right .header .mj-header-left {
position: relative;
}
.content .right .header .mj-header {
line-height: 22px;
font-size: 13px;
justify-content: space-between;
}
.content .right .header .mj-header .mj-avatar {
width: 24px;
height: 24px;
margin-right: 10px;
border-radius: 50%;
}
.content .right .header .mj-header .user-name {
color: #333333;
margin-right: 10px;
}
.content .right .header .mj-header .time {
color: #aaaaaa;
}
.content .right .header .mj-header .mj-header-right {
color: #333;
font-size: 14px;
cursor: pointer;
}
.content .right .header .mj-header .mj-header-right .original-icon {
width: 18px;
height: 16px;
margin-right: 7px;
}
.content .right .details-box {
border-bottom: 1px solid #ebebeb;
padding-top: 41px;
}
.content .right .details-box .details-item {
margin-bottom: 40px;
}
.content .right .details-box .details-item .details-top {
font-weight: 650;
font-size: 14px;
color: #000000;
padding-left: 60px;
position: relative;
margin-bottom: 21px;
}
.content .right .details-box .details-item .details-top::after {
content: "";
width: 6px;
height: 10px;
position: absolute;
top: 5px;
left: 44px;
background-color: #62b1ff;
border-radius: 3px;
}
.content .right .details-box .details-item .details-list {
width: 733px;
margin-left: 60px;
padding: 20px;
background: inherit;
background-color: #f6f6f6;
border-radius: 10px;
font-size: 14px;
}
.content .right .details-box .details-item .details-list .details-list-item:not(:last-of-type) {
margin-bottom: 20px;
}
.content .right .details-box .details-item .details-list .details-list-item .details-name {
color: #555;
margin-right: 30px;
}
.content .right .details-box .details-item .details-list .details-list-item .details-value {
color: #000000;
white-space: break-spaces;
word-wrap: break-word;
}
.content .right .details-box .details-item .details-list .details-list-item .details-value.date {
font-weight: 900;
font-style: normal;
font-size: 16px;
color: #000000;
font-family: "Arial-Black", "Arial Black", sans-serif;
}
.content .right .details-box .details-item .details-list .details-list-item .details-value.describe {
font-size: 15px;
line-height: 30px;
position: relative;
width: 693px;
}
.content .right .details-box .details-item .details-list .details-list-item .details-value.describe .unlock-mask {
display: none;
}
.content .right .details-box .details-item .details-list .details-list-item .details-value.describe.unlock-unlock {
height: 180px;
}
.content .right .details-box .details-item .details-list .details-list-item .details-value.describe.unlock-unlock .text {
height: 180px;
overflow: hidden;
}
.content .right .details-box .details-item .details-list .details-list-item .details-value.describe.unlock-unlock .unlock-mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, #f6f6f6 70%, transparent);
font-size: 14px;
color: #000000;
flex-direction: column;
align-items: center;
justify-content: flex-end;
padding-bottom: 38px;
line-height: normal;
display: flex;
}
.content .right .details-box .details-item .details-list .details-list-item .details-value.describe.unlock-unlock .unlock-mask .unlock-text-box {
flex-direction: column;
position: relative;
}
.content .right .details-box .details-item .details-list .details-list-item .details-value.describe.unlock-unlock .unlock-mask .unlock-text {
padding-top: 7px;
cursor: pointer;
}
.content .right .details-box .details-item .details-list .details-list-item .details-value.describe.unlock-unlock .unlock-mask .emphasis {
font-weight: 650;
color: #fa6b11;
}
.content .right .respond-area {
border-bottom: 1px solid #ebebeb;
padding: 40px 45px 30px;
}
.content .right .respond-area .respond-title {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
color: #000000;
font-size: 16px;
line-height: 20px;
margin-bottom: 20px;
}
.content .right .respond-area .respond-title .value {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
color: #555555;
margin-left: 5px;
flex: 1;
}
.content .right .respond-area .respond-title .respond-list-btn {
font-weight: 400;
cursor: pointer;
color: #555555;
font-size: 13px;
display: flex;
align-items: center;
}
.content .right .respond-area .respond-title .respond-list-btn .respond-list-btn-amount {
font-weight: 650;
color: #333;
margin: 0 5px;
}
.content .right .respond-area .respond-title .respond-list-btn .respond-list-btn-icon {
width: 6px;
margin-left: 5px;
}
.content .right .respond-area .respond-no-box {
width: 382px;
height: 40px;
background-color: #ffffff;
border: 1px solid #ebebeb;
border-radius: 40px 208px 208px 40px;
}
.content .right .respond-area .respond-no-box /deep/ .respond-add {
margin: 5px;
}
.content .right .respond-area .respond-no-box .respond-no {
display: flex;
justify-content: space-around;
}
.content .right .respond-area .respond-no-box .respond-no .code {
margin-right: 4px;
line-height: 30px;
font-size: 16px;
font-family: "emojifont";
cursor: pointer;
user-select: none;
}
.content .right .respond-area .respond-box {
display: flex;
flex-wrap: wrap;
}
.content .right .respond-area .respond-box .respond-item {
font-size: 12px;
color: #555555;
height: 30px;
border: 1px solid #d7d7d7;
background: #fff;
border-radius: 8px;
padding: 0 6px;
display: inline-flex;
margin-right: 10px;
margin-bottom: 10px;
cursor: pointer;
user-select: none;
}
.content .right .respond-area .respond-box .respond-item .code {
margin-right: 4px;
line-height: 30px;
font-size: 16px;
font-family: "emojifont";
user-select: none;
}
.content .right .respond-area .respond-box .respond-item.pitch {
border: none;
background: #f6f6f6;
}
.content .right .respond-area .respond-box .respond-select {
width: 250px;
height: 30px;
background-color: #ffffff;
border: 1px solid #ebebeb;
border-radius: 208px;
}
.content .right .respond-area .respond-box .respond-select .respond-select-box {
justify-content: space-around;
}
.content .right .respond-area .respond-box .respond-select .respond-select-box .respond-select-item {
cursor: pointer;
font-size: 16px;
font-family: "emojifont";
line-height: 30px;
}
.content .right .emoji-box-mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.content .right .comment-box {
padding-top: 40px;
padding-left: 45px;
}
.content .right .comment-box .comment-title {
font-size: 16px;
line-height: 20px;
font-weight: 650;
color: #000000;
margin-bottom: 16px;
}
.content .right .comment-box .comment-title .value {
color: #555;
font-weight: 400;
margin-left: 5px;
}
.content .right .comment-box .post-comment {
width: 749px;
background-color: #ffffff;
border: 1px solid #d7d7d7;
border-radius: 6px;
margin-bottom: 30px;
transition: all 5s;
overflow: hidden;
position: relative;
}
.content .right .comment-box .post-comment.post-comment-focus .post-input /deep/ .el-textarea__inner {
min-height: 200px !important;
max-height: 80vh;
padding-bottom: 52px;
}
.content .right .comment-box .post-comment.post-comment-focus .post-input /deep/ .el-input__count {
display: block;
left: 10px;
}
.content .right .comment-box .post-comment.post-comment-focus .post-ok {
height: 32px;
bottom: 10px;
right: 10px;
}
.content .right .comment-box .post-comment.post-comment-focus .post-comment-input {
width: 749px;
}
.content .right .comment-box .post-comment .post-comment-input {
width: 690px;
}
.content .right .comment-box .post-comment .post-input {
height: 100%;
border: none;
outline: none;
background-color: transparent;
outline-color: #62b1ff;
font-size: 14px;
resize: none;
scrollbar-width: none;
-ms-overflow-style: none;
}
.content .right .comment-box .post-comment .post-input::placeholder {
color: #aaaaaa;
}
.content .right .comment-box .post-comment .post-input::-webkit-scrollbar {
width: 0 !important;
}
.content .right .comment-box .post-comment .post-input {
background-color: transparent;
font-size: 14px;
resize: none;
transition: all 0.5s;
scrollbar-width: none;
-ms-overflow-style: none;
border: none;
}
.content .right .comment-box .post-comment .post-input::placeholder {
color: #aaaaaa;
}
.content .right .comment-box .post-comment .post-input::-webkit-scrollbar {
width: 0 !important;
}
.content .right .comment-box .post-comment .post-input /deep/ .el-textarea__inner {
border: none;
box-shadow: none;
resize: none;
min-height: 60px !important;
padding: 10px;
transition: all 0.5s;
}
.content .right .comment-box .post-comment .post-input /deep/ .el-input__count {
display: none;
}
.content .right .comment-box .post-comment .post-ok {
width: 60px;
height: 62px;
background-color: #62b1ff;
color: #fff;
font-size: 14px;
cursor: pointer;
border-radius: 6px;
transition: all 0.5s;
position: absolute;
bottom: 0;
right: 0;
}
.content .right .comment-box .input-box {
background-color: #f6f6f6;
border-radius: 10px;
padding-top: 11px;
display: flex;
justify-content: space-between;
flex-direction: column;
margin-right: 30px;
position: relative;
}
.content .right .comment-box .input-box .top {
padding: 0 14px;
position: relative;
}
.content .right .comment-box .input-box .top .input-placeholder {
color: #7f7f7f;
pointer-events: none;
font-size: 14px;
position: absolute;
top: 0;
left: 14px;
}
.content .right .comment-box .input-box .top .avatar {
width: 24px;
height: 24px;
border-radius: 50%;
display: block;
margin-right: 10px;
}
.content .right .comment-box .input-box .top .input-textarea {
font-size: 14px;
border: none;
outline: none;
background-color: transparent;
min-height: 80px;
padding-bottom: 11px;
}
.content .right .comment-box .input-box .top .input-textarea * {
background: transparent !important;
color: #000 !important;
border: none !important;
outline: none !important;
font-size: 14px !important;
padding: 0 !important;
margin: 0 !important;
width: auto !important;
height: auto !important;
border-radius: 0 !important;
}
.content .right .comment-box .input-box .top .input-textarea img {
display: none !important;
}
.content .right .comment-box .input-box .picture-box {
padding-bottom: 10px;
border-bottom: 1px dotted rgba(215, 215, 215, 0.501961);
padding-left: 14px;
}
.content .right .comment-box .input-box .picture-box .picture {
position: relative;
width: fit-content;
}
.content .right .comment-box .input-box .picture-box .picture .img {
height: 60px;
border-radius: 5px;
display: block;
}
.content .right .comment-box .input-box .picture-box .picture .close {
width: 17px;
height: 17px;
position: absolute;
top: 0;
right: 0;
transform: translate(50%, -50%);
cursor: pointer;
}
.content .right .comment-box .input-box .bottom {
height: 52px;
padding: 0 14px;
justify-content: space-between;
}
.content .right .comment-box .input-box .bottom .operate .item {
display: inline-flex;
margin-right: 20px;
position: relative;
z-index: 1;
}
.content .right .comment-box .input-box .bottom .operate .item.pitch .emoji-box {
display: flex;
}
.content .right .comment-box .input-box .bottom .operate .item.pitch::after {
content: "";
width: 28px;
height: 28px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
border-radius: 5px;
z-index: -1;
}
.content .right .comment-box .input-box .bottom .operate .item .icon {
width: 16px;
height: 16px;
cursor: pointer;
/* 鼠标悬停时显示为可点击 */
}
.content .right .comment-box .input-box .bottom .operate .item .emoji-box {
width: 581px;
border-radius: 8px;
background-color: #fff;
filter: drop-shadow(0 0 11px rgba(0, 0, 0, 0.1));
top: 45px;
position: absolute;
z-index: 1;
left: -14px;
border: 1px solid #ebebeb;
display: none;
flex-wrap: wrap;
font-size: 22px;
padding: 8px;
}
.content .right .comment-box .input-box .bottom .operate .item .emoji-box::after {
content: "";
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #ffffff;
position: absolute;
top: -8px;
left: 15px;
}
.content .right .comment-box .input-box .bottom .operate .item .emoji-box .emoji-icon {
margin: 5px;
cursor: pointer;
}
.content .right .comment-box .input-box .bottom .operate .item .file {
opacity: 0;
/* 隐藏输入框 */
background: transparent;
border: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.content .right .comment-box .input-box .bottom .operate .item .file::after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.content .right .comment-box .input-box .bottom .operate .item:hover .file-hint {
display: inline-block;
}
.content .right .comment-box .input-box .bottom .operate .item .file-hint {
font-weight: 400;
color: #ffffff;
text-align: center;
font-size: 13px;
height: 22px;
line-height: 22px;
background-color: #333333;
border-radius: 137px;
padding: 0 8px;
margin-left: 9px;
display: none;
}
.content .right .comment-box .input-box .bottom .btn {
font-size: 14px;
color: #333;
width: 80px;
height: 28px;
line-height: 28px;
text-align: center;
background-color: #fddf6d;
border-radius: 43px;
cursor: pointer;
}
.content .right .comment-box .input-box .cross {
cursor: pointer;
height: 12px;
position: absolute;
right: 8px;
top: 5px;
width: 12px;
z-index: 2;
}
.content .right .comment-box .empty-box {
padding: 80px 0 110px;
}
.content .right .comment-box .comment-list {
margin-bottom: 78px;
padding-top: 17px;
}
.content .right .comment-box .comment-list .comment-item {
padding-right: 30px;
}
.content .right .comment-box .comment-list .comment-item:not(:first-of-type) .comment-avatar {
margin-top: 10px;
}
.content .right .comment-box .comment-list .comment-item:not(:first-of-type) .comment-header {
padding-top: 10px;
border-top: 1px dotted #d7d7d7;
}
.content .right .comment-box .comment-list .comment-item .comment-avatar {
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 10px;
cursor: pointer;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header {
display: flex;
justify-content: space-between;
padding-right: 30px;
margin-bottom: 10px;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-left {
font-size: 13px;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-left .comments-avatar {
width: 20px;
height: 20px;
margin-right: 10px;
border-radius: 50%;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-left .comments-username {
color: #555;
margin-right: 10px;
cursor: pointer;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-left .comments-time {
color: #aaaaaa;
margin-right: 10px;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-left .comments-identity {
font-size: 12px;
color: #7f7f7f;
padding: 0 3px;
height: 20px;
background-color: #f0f2f5;
border: 1px solid #d7d7d7;
border-radius: 5px;
margin-right: 10px;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-right .menu-box {
position: relative;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-right .menu-box:hover .operate-box {
display: block;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-right .menu-box .menu-icon {
width: 14px;
height: 14px;
cursor: pointer;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-right .menu-box .operate-box {
display: none;
flex-direction: column;
position: absolute;
top: 24px;
right: 0;
font-size: 12px;
color: #7f7f7f;
cursor: pointer;
width: 60px;
z-index: 2;
border-radius: 5px;
background-color: #f6f6f6;
border: 1px solid #d7d7d7;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-right .menu-box .operate-box .item {
height: 24px;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-right .menu-box .operate-box .item:not(:last-of-type) {
border-bottom: 1px solid #d7d7d7;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-right .menu-box .operate-box::after {
content: "";
width: 58px;
height: 36px;
position: absolute;
top: -14px;
right: 0;
z-index: -1;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-right .comment-icon {
width: 14px;
height: 13px;
margin-left: 30px;
cursor: pointer;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-right .like-box {
font-size: 12px;
color: #aaa;
margin-left: 30px;
cursor: pointer;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-right .like-box .like-icon {
width: 14px;
height: 14px;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-header .comment-header-right .like-box .like-quantity {
margin-left: 6px;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-text {
font-size: 14px;
line-height: 22px;
color: #333;
margin-bottom: 10px;
word-break: break-all;
min-height: 22px;
cursor: pointer;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comment-text .comments-reply {
color: #92a1bf;
display: inline;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-img {
width: 75px;
margin-bottom: 13px;
border-radius: 5px;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-masking {
width: 100vw;
height: 100vh;
min-width: 1200px;
position: fixed;
top: 0;
left: 0;
z-index: 10;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box {
margin-top: 13px;
transition: all 0.3s;
position: relative;
z-index: 11;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box.comments-input-box-show {
height: 184px;
margin-bottom: 10px;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box.comments-input-box-show::after {
content: "";
width: 20px;
height: 20px;
display: block;
background-color: #d7d7d7;
position: absolute;
top: -2px;
left: 21px;
transform: rotate(45deg);
z-index: -1;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box.comments-input-box-show .comments-input {
border: 1px solid #d7d7d7;
background-color: #fff;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box.comments-input-box-show .comments-input /deep/ textarea {
height: 140px;
padding: 10px;
min-height: 40px !important;
overflow: auto;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box.comments-input-box-show .comments-input /deep/ .el-input__count {
display: block;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box.comments-input-box-show .comments-input .operate-bottom {
display: flex;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box .comments-input {
flex: 1;
border-color: #fff;
border-radius: 8px;
position: relative;
z-index: 1;
transition: all 0.3s;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box .comments-input /deep/ textarea {
border: none;
outline: none;
resize: none;
padding: 10px;
border-radius: 8px;
font-size: 14px;
width: 100%;
height: 0;
padding: 0 10px;
min-height: 0 !important;
transition: all 0.2s;
overflow: hidden;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box .comments-input /deep/ .el-textarea__inner {
box-shadow: none;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box .comments-input /deep/ .el-input__count {
left: 10px;
bottom: -32px;
width: fit-content;
display: none;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box .comments-input /deep/ .el-textarea {
display: block;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box .comments-input .operate-bottom {
justify-content: flex-end;
display: none;
transition: all 0.3s;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box .comments-input .operate-bottom .comments-btn {
width: 60px;
height: 32px;
border-radius: 6px;
background-color: #62b1ff;
font-size: 14px;
color: #ffffff;
cursor: pointer;
margin-right: 10px;
margin-bottom: 10px;
}
.content .right .comment-box .comment-list .comment-item .comment-content .comments-input-box .comments-input .operate-bottom .comments-btn.comments-btn-cancel {
border: 1px solid #cccccc;
color: #797979;
background-color: #fff;
}
.content .right .comment-box .comment-list .comment-item .child-comments .comment-avatar {
margin-top: 10px;
}
.content .right .comment-box .comment-list .comment-item .child-comments .comment-header {
padding-top: 10px;
border-top: 1px dotted #d7d7d7;
}
.content .right .comment-box .comment-list .comment-item .child-comments .comment-item {
padding-right: 0;
}
.content .right .comment-box .comment-list .comment-item .comments-also {
color: #62b1ff;
line-height: 22px;
font-size: 13px;
height: 46px;
margin-left: 30px;
cursor: pointer;
border-top: 1px dotted #d7d7d7;
}
.content .right .comment-box .comment-list .comment-item .comments-also .also-icon {
width: 10px;
height: 10px;
margin-left: 8px;
}
.content .right .comment-box .comment-list .input-box {
margin-bottom: 10px;
}
.content .right .comment-box .comment-end {
font-size: 12px;
color: #d7d7d7;
text-align: center;
margin-bottom: 118px;
padding-right: 30px;
}
.content .floor-area {
position: fixed;
left: 0;
bottom: 0;
width: 100vw;
min-width: 1200px;
height: 70px;
z-index: 11;
background-color: #ffffff;
-moz-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.19215686);
-webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.19215686);
box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.19215686);
}
.content .floor-area .floor-content {
width: 1200px;
height: 100%;
margin: 0 auto;
padding: 0 30px;
display: flex;
justify-content: space-between;
}
.content .floor-area .floor-content .floor-left {
height: 40px;
border-radius: 150px;
padding: 0 20px;
}
.content .floor-area .floor-content .floor-left .item {
cursor: pointer;
color: #aaaaaa;
font-size: 13px;
}
.content .floor-area .floor-content .floor-left .item:not(:last-of-type) {
margin-right: 40px;
}
.content .floor-area .floor-content .floor-left .item .icon {
margin-right: 5px;
}
.content .floor-area .floor-content .floor-left .item .icon.h16 {
height: 16px;
}
.content .floor-area .floor-content .floor-left .item .icon.h15 {
height: 15px;
}
.content .floor-area .floor-content .floor-left .item .icon.h8 {
height: 8px;
}
.content .floor-area .floor-content .floor-left .item.operate-item {
position: relative;
display: flex;
justify-content: center;
}
.content .floor-area .floor-content .floor-middle {
min-width: 247px;
height: 40px;
background-color: #f6f6f6;
border-radius: 150px;
}
.content .floor-area .floor-content .floor-middle .coin-content {
padding: 0 20px 0 16px;
height: 100%;
}
.content .floor-area .floor-content .floor-middle .coin-content .coin-icon {
width: 20px;
height: 24px;
margin-right: 5px;
margin-top: -2px;
}
.content .floor-area .floor-content .floor-middle .coin-content .coin-text {
font-size: 13px;
color: #333333;
}
.content .floor-area .floor-content .floor-middle .coin-content .coin-text .coin-value {
font-family: "Arial-Black", "Arial Black", sans-serif;
font-weight: 900;
margin: 0 5px;
}
.content .floor-area .floor-content .floor-middle .coin-btn {
width: 80px;
height: 40px;
background-color: #72db86;
border-radius: 150px;
color: #ffffff;
font-size: 13px;
cursor: pointer;
}
.content .floor-area .floor-content .floor-centre {
cursor: pointer;
color: #aaaaaa;
}
.content .floor-area .floor-content .floor-centre .icon {
height: 16px;
margin-right: 5px;
}
.content .floor-area .floor-content .floor-right {
color: #7f7f7f;
font-size: 13px;
cursor: pointer;
}
.content .floor-area .floor-content .floor-right .arrows-icon {
width: 12px;
height: 12px;
margin: 0 10px;
}
.content .floor-area .floor-content .floor-right .QR-code-ball {
width: 40px;
height: 40px;
background-color: #f6f6f6;
border-radius: 20px;
cursor: pointer;
}
.transmit-box {
width: 628px;
border-radius: 10px;
justify-content: space-between;
padding: 40px 35px 42px;
cursor: auto;
}
.transmit-box .cross-icon {
width: 22px;
height: 22px;
position: absolute;
top: 6px;
right: 6px;
cursor: pointer;
padding: 6px;
}
.transmit-box .transmit-title {
font-weight: 650;
font-size: 16px;
color: #000000;
line-height: 24px;
margin-bottom: 24px;
}
.transmit-box .transmit-content {
border: 1px solid #f2f2f2;
border-radius: 16px;
}
.transmit-box .transmit-web .transmit-content {
width: 300px;
font-size: 14px;
line-height: 24px;
padding: 14px 16px;
margin-bottom: 32px;
}
.transmit-box .transmit-web .transmit-content .transmit-headline {
color: #333333;
}
.transmit-box .transmit-web .transmit-content .transmit-url {
color: #aaaaaa;
word-wrap: break-word;
}
.transmit-box .transmit-web .transmit-web-btn {
width: 120px;
height: 38px;
background-color: #72db86;
border-radius: 8px;
font-size: 14px;
color: #fff;
cursor: pointer;
}
.transmit-box .transmit-mini .transmit-content {
flex-direction: column;
padding: 22px 44px;
color: #555555;
font-size: 13px;
}
.transmit-box .transmit-mini .transmit-content .transmit-mini-img {
width: 90px;
height: 90px;
margin-bottom: 21px;
}
.transmit-box .transmit-mini .transmit-content .give-sweep {
width: 12px;
height: 12px;
margin-right: 8px;
}
.examine-code {
width: 113px;
height: 113px;
}
.pop-masking {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 10;
}
.pop-masking * {
box-sizing: content-box;
}
.pop-masking .slit-pop-box {
width: 433px;
border: 1px solid #e5e5e5;
background-color: #fff;
border-radius: 20px;
padding: 60px 50px 48px 38px;
display: flex;
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);
}
.pop-masking .slit-pop-box .slit-left-icon {
width: 50px;
height: 60px;
}
.pop-masking .slit-pop-box .slit-box {
flex: 1;
margin-left: 15px;
}
.pop-masking .slit-pop-box .slit-box .slit-head {
display: flex;
align-items: center;
justify-content: space-between;
height: 54px;
}
.pop-masking .slit-pop-box .slit-box .slit-head .slit-head-title {
font-weight: 650;
font-size: 20px;
color: #333;
}
.pop-masking .slit-pop-box .slit-box .slit-head .in-all {
font-size: 13px;
color: #7f7f7f;
font-weight: 400;
}
.pop-masking .slit-pop-box .slit-box .slit-head .in-all > span {
color: #000;
font-weight: 650;
}
.pop-masking .slit-pop-box .slit-box .coin-quantity {
display: flex;
align-items: center;
margin-bottom: 27px;
margin-top: 20px;
}
.pop-masking .slit-pop-box .slit-box .coin-quantity-item {
width: 78px;
height: 46px;
border: 1px solid #d7d7d7;
background-color: #f0f2f5;
border-radius: 5px;
font-size: 20px;
color: #000;
font-weight: 650;
line-height: 46px;
text-align: center;
cursor: pointer;
user-select: none;
}
.pop-masking .slit-pop-box .slit-box .coin-quantity-item > span {
color: #555;
font-weight: 400;
font-size: 14px;
}
.pop-masking .slit-pop-box .slit-box .coin-quantity-item:not(:last-of-type) {
margin-right: 16px;
}
.pop-masking .slit-pop-box .slit-box .coin-quantity-item.coin-pitch {
background-color: #333333;
border-color: #333333;
color: #fff;
}
.pop-masking .slit-pop-box .slit-box .coin-quantity-item.coin-pitch > span {
color: #fff;
}
.pop-masking .slit-pop-box .slit-box .slit-input {
width: 360px;
height: 38px;
padding-left: 8px;
border: 1px solid #d7d7d7;
outline: none;
border-radius: 8px;
/* 去掉number类型自带的加减按钮 */
overflow: hidden;
}
.pop-masking .slit-pop-box .slit-box .slit-input::-webkit-outer-spin-button,
.pop-masking .slit-pop-box .slit-box .slit-input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.pop-masking .slit-pop-box .slit-box .slit-input[type="number"] {
-moz-appearance: textfield;
}
.pop-masking .slit-pop-box .slit-box .slit-input /deep/ .el-input__wrapper {
box-shadow: none;
}
.pop-masking .slit-pop-box .slit-box .message-box {
display: flex;
flex-direction: column;
}
.pop-masking .slit-pop-box .slit-box .message-box .message-hint {
color: #000;
font-size: 14px;
margin-top: 29px;
margin-bottom: 12px;
}
.pop-masking .slit-pop-box .slit-box .operation {
display: flex;
justify-content: flex-end;
margin-top: 48px;
}
.pop-masking .slit-pop-box .slit-box .operation .operation-item {
width: 120px;
height: 41px;
margin-left: 16px;
font-size: 16px;
color: #000;
border: 1px solid #797979;
border-radius: 45px;
cursor: pointer;
}
.pop-masking .slit-pop-box .slit-box .operation .operation-item.greenBj {
color: #fff;
}
.no-jituobi-pop-box {
width: 520px;
flex-direction: column;
border: 1px solid #e5e5e5;
background-color: #fff;
border-radius: 11px;
display: flex;
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);
padding-bottom: 55px;
position: relative;
}
.no-jituobi-pop-box .no-jituobi-close {
width: 16px;
height: 16px;
cursor: pointer;
position: absolute;
top: 10px;
right: 10px;
}
.no-jituobi-pop-box .no-jituobi-head {
font-size: 15px;
color: #333;
margin: 38px auto 44px;
}
.no-jituobi-pop-box .no-jituobi-head .bi-icon {
width: 50px;
height: 60px;
}
.no-jituobi-pop-box .strategy-btn {
width: 198px;
height: 43px;
color: #fff;
font-size: 16px;
border-radius: 100px;
margin: 0 auto;
cursor: pointer;
}
.no-jituobi-pop-box .strategy-btn .strategy-icon {
width: 16px;
height: 16px;
margin-left: 8px;
}
.greenBj {
background-color: #72db86;
border-color: #72db86 !important;
}
.respond-pop-mask {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
.respond-pop-mask .respond-pop {
width: 600px;
height: 500px;
background-color: #fff;
border: 1px solid #e5e5e5;
border-radius: 20px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);
}
.respond-pop-mask .respond-pop .respond-pop-title {
height: 50px;
display: flex;
justify-content: center;
border-bottom: 1px dotted rgba(215, 215, 215, 0.5);
align-items: center;
color: #555555;
position: relative;
}
.respond-pop-mask .respond-pop .respond-pop-title .respond-pop-amount {
margin: 0 8px;
font-weight: 650;
color: #000000;
}
.respond-pop-mask .respond-pop .respond-pop-title .respond-title-icon {
position: absolute;
width: 20px;
right: 20px;
cursor: pointer;
}
.respond-pop-mask .respond-pop .respond-list {
overflow: auto;
height: 450px;
}
.respond-pop-mask .respond-pop .respond-list::-webkit-scrollbar-track {
border-radius: 10px;
}
.respond-pop-mask .respond-pop .respond-list::-webkit-scrollbar-thumb {
background-color: #0003;
border-radius: 10px;
transition: all 0.2s ease-in-out;
}
.respond-pop-mask .respond-pop .respond-list::-webkit-scrollbar {
width: 6px;
}
.respond-pop-mask .respond-pop .respond-list .respond-item {
display: flex;
padding: 20px 0 0 20px;
}
.respond-pop-mask .respond-pop .respond-list .respond-item:not(:last-of-type) .respond-content {
border-bottom: 1px dotted rgba(215, 215, 215, 0.5);
}
.respond-pop-mask .respond-pop .respond-list .respond-item .respond-code {
width: 60px;
height: 60px;
background-color: #f6f6f6;
border-radius: 10px;
font-family: "emojifont";
font-size: 25px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 20px;
cursor: pointer;
box-sizing: border-box;
}
.respond-pop-mask .respond-pop .respond-list .respond-item .respond-code.pitch {
background-color: #f6f6bd;
border: 1px solid #ccd003;
}
.respond-pop-mask .respond-pop .respond-list .respond-item .respond-content {
padding-bottom: 10px;
}
.respond-pop-mask .respond-pop .respond-list .respond-item .respond-content .respond-total {
font-size: 14px;
color: #7f7f7f;
margin-bottom: 10px;
}
.respond-pop-mask .respond-pop .respond-list .respond-item .respond-content .user-item {
font-size: 14px;
color: #555555;
display: inline-flex;
margin-right: 20px;
margin-bottom: 10px;
align-items: center;
cursor: pointer;
}
.respond-pop-mask .respond-pop .respond-list .respond-item .respond-content .user-item .user-avatar {
width: 26px;
height: 26px;
border-radius: 50%;
margin-right: 10px;
}
.respond-pop-mask .respond-pop .respond-pop-no {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: relative;
}
.respond-pop-mask .respond-pop .respond-pop-no .respond-title-icon {
position: absolute;
width: 20px;
top: 20px;
right: 20px;
cursor: pointer;
}
.respond-pop-mask .respond-pop .respond-pop-no .respond-pop-no-icon {
width: 90px;
margin-bottom: 15px;
}
.respond-pop-mask .respond-pop .respond-pop-no .respond-pop-no-text {
font-size: 13px;
color: #7f7f7f;
line-height: 22px;
}
.respond-list-box {
background: #f6f6f6;
border: 1px solid #ebebeb;
border-radius: 10px;
position: absolute;
top: 84px;
z-index: 1;
}
.respond-list-box::after {
content: "";
background: #f6f6f6;
border: 1px solid #e4e7ed;
border-bottom-color: transparent !important;
border-right-color: transparent !important;
border-top-left-radius: 2px;
width: 10px;
height: 10px;
position: absolute;
top: -6px;
left: 50%;
transform: translateX(-50%) rotate(45deg);
z-index: 3000;
}
.respond-list-mask {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 1;
}
.detail-image-mask {
width: 100%;
height: 100%;
max-width: none;
max-height: none;
border: none;
position: fixed;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.8);
z-index: 100;
}
.detail-image-mask .detail-image {
width: 80vw;
height: 80vh;
border-radius: 8px;
background-color: #111;
}
.detail-image-mask .detail-image .detail-img {
max-width: 100%;
max-height: 100%;
}