@charset "utf-8";/* CSS Document */ .comment { padding: 0px; margin: 0px auto 0px auto; width: 95%; } .comment span.title{ font-size: 15px; background: #ddd; width: 99%; margin: 25px auto; display: block; padding: 5px; color: var(--gold); border-radius: 5px; border-radius: 0px; text-align: center; font-weight: normal; } .showComment { padding: 0px; margin-bottom: 35px; text-align: justify; } .allcom { display: block; background: var(--gold-3); width: 85%; border-radius: 10px; overflow: hidden; border: none; margin: 5px auto 30px auto; } .allcom .rc, .allcom .lc { display: table-cell; vertical-align: top; min-height: 150px; padding-top: 5px; min-width: calc(100% - 150px); } .allcom .rc { background: var(--gold-2); text-align: center; width: 120px; border-left: var(--gold) 1px solid !important; } .allcom .lc { padding: 0px 15px 15px 15px; } .allcom .lc a.goods{ border:none; font-size: 13px; margin: 10px 0px 20px 0px; display:flex; align-items: center; gap:10px; } .allcom .lc a.goods span , .allcom .lc a.goods img { display: table-cell; vertical-align: middle; } .allcom .lc a.goods span{ color: var(--dark); border-bottom: var(--dark) 1px dashed; line-height: 1.5; text-align: right; padding: 0px 10px 0px 10px; } .allcom .lc a.goods img{ padding:1px; width: 35px; height: 35px; object-fit: cover; border-radius: 3px; background:#FFF; border:var(--blue) 1px solid; } .allcom .rc span.nu { display: block; text-align: center; direction: ltr; color: var(--blue); } .allcom .rc img { display: block; padding: 1px; border-radius: 5px; margin: 0px auto 5px auto; } .allcom .rc .author { color: var(--blue); } .allcom .rc .author span { display: block; color: var(--blue); font-size: 11px; } .allcom .rc .author span.name{ font-size: 12px; } .allcom .rc .author span.buyer{ color: #fff; line-height: 10px; padding: 5px 7px; display: table; margin: 0px auto; border-radius: 5px; background: var(--gold); } .allcom .rc #date { line-height: 20px; margin-top: 15px; font-size: 12px; padding-bottom: 5px; color: var(--blue); letter-spacing: 1px; } .allcom .lc .txtcom { display: block; border: #f5f5f5 1px solid; } .allcom .lc .commentAnswer { background: var(--color-2) url("/content/app/images/120x120.png") top 10px right 10px; background-repeat: no-repeat; background-size: 25px; display: block; border-radius: 5px; color: var(--dark); line-height: 26px; padding: 40px 10px 15px 10px; margin: 20px auto 0px auto; } .allcom .control { opacity: .20; filter: alpha(opacity=20); -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } .allcom .control:hover { opacity: 1; filter: alpha(opacity=100); } .allcom .control a { margin-left: 25px; border: none; color: #FFF; border-radius: 2px; padding: 3px 7px 5px 7px; } .allcom .control a:nth-child(1) { background: #093; } .allcom .control a:nth-child(2) { background: #999; } .allcom .control a:nth-child(3) { background: #F00; } ul#showAllComment { list-style: none; padding: 0px; max-width: 100%; width: 100%; min-width: 100%; display: block; margin: 0px -10px 0px auto; } .commentForm { width: 600px; padding: 15px; border-radius: 10px; background: var(--gold-2); border: var(--blue-2) 1px solid; text-align: right; margin: 25px auto 50px auto; } .commentForm .avatar{ padding: 0px; float: right; margin: -100px 0px 0px 0px !important; width: 90px; height: 100px; } .commentForm .avatar img{ border: #fff 1px solid; max-width: 100%; max-height: 100%; height: auto; width: auto; border-radius: 5px !important; } .commentForm textarea { color: #060; border-radius: 10px; display: inline-block; vertical-align: top; width: calc(100% - 110px); max-width: calc(100% - 120px); height: 100px !important; padding: 5px; border: var(--blue-2) 1px solid !important; margin:0px 100px 0px auto; } .commentForm textarea.full{ width: calc(100% - 15px); max-width: none; border-radius: 10px; border: var(--blue-2) 1px solid; margin-right: 0px; } .commentForm input[type=text]{ width: 45%; border-radius: 5px; border: var(--blue-2) 1px solid; margin-top: 20px; } .commentForm input[name=email]{ float: left !important; border-radius: 5px; border: var(--blue-2) 1px solid; } .commentForm label{ margin: 0px; padding: 0px; } .commentForm .captcha{ padding: 0px; margin: 20px 0px 0px 0px; } .commentForm .captcha span.view { display: inline-block; vertical-align: top; } .commentForm .captcha span.pkn { font-size: 22px; color: #333; display: inline-block; vertical-align: top; padding: 15px 10px; margin-top: -5px; } .commentForm .captcha img{ border: var(--blue-1) 1px solid; border-radius: 5px; margin: 0px; } .commentForm .captcha input[type=text]{ width: 100px; padding: 10px; border:var(--blue-2) 1px solid; direction: ltr; text-align: center; letter-spacing: 10px; font-weight: bold; display:inline-block; border-radius: 5px; vertical-align:top; margin:0px; } .commentForm select{ margin: 20px 0px 0px 0px; } .commentForm input[name=subject]{ margin: 0px 0px 20px 0px; border-radius: 5px; width: calc(100% - 15px); } .commentForm input[type=button]{ float: left; background: var(--color-g); color: #FFF; border: none; border-radius: 5px; padding:10px 20px 10px 20px; margin: -50px auto 0px 0px; } .forum div.newTitle{ color:#FFF; border:none; background:#99C; font-weight:normal; font-size:16px; padding:10px; } .commentImageBox{ padding: 0px; margin: 0px auto 30px auto; width: calc(90% - 30px); } .commentImageBox a{ display: block; border: none !important; margin: 0px; background: #eee; padding: 10px; width: 100%; border-radius: 5px; text-align: right; } .commentImageBox a span, .commentImageBox a img{ display: inline-block; vertical-align: top; padding: 0px; border-radius: 5px; margin: 10px 9px; max-height: 100px; width: auto; border: #fff 1px solid; } .commentImageBox a span{ width: 40px; text-align: center; font-size: 13px; padding: 20px 10px; height: 60px; }@charset "utf-8"; /* CSS Document */ .forumImg{ margin:10px auto 10px auto !important; display:block; padding:2px 2px 15px 2px !important; border-bottom:#CCC 2px solid; width:100% !important; } .forumImg span.img1 , .forumImg span.img2{ cursor: pointer; color: #06C; width:auto; display:inline-block; padding:0px 35px 0px 7px; margin:0px; background: url(/content/template/images/forum/c1.png) right no-repeat; } .forumImg span.img2{ margin-right:50px; background-image: url(/content/template/images/forum/c2.png); } .forumImg .forumImgResult{ width:90%; border: #999 1px solid; background: #FFF; padding: 3px; height: 270px; overflow:hidden; text-align: center; display: none; margin:10px auto 10px auto; } .forumImg .forumImgResult.start{ height:150px !important; } .forumImg .forumImgResult.upImg{ height:150px !important; } .forumImg .forumImgResult input[type=button]{ display:block; margin:0px auto 0px auto; } .forumImg .forumImgResult img { max-width: 40px; max-height: 40px; cursor: pointer; margin: 3px; } .forumImg .forumImgResult, #uploadImgCenter { padding: 15px; line-height: 35px; height: 150px; } .forumImg .uploadImg.loading { background: url(/content/template/images/load.gif) no-repeat center; } #uploadImgCenter { border: none; width: 300px; height: 170px; max-width: 300px; max-height: 170px; display: block; padding: 0px; margin: -10px; overflow: hidden; }