@charset "utf-8"; /* CSS Document */ a.referrerGoods{ display: inline-block; vertical-align: top; width: 150px; height: 230px; background: #fff; line-height: 18px; text-align: center; position: fixed; right: 0px; border-radius: 10px 0px 0px 10px; border: 1px solid #ccc; border-right: none; bottom: 200px; font-size: 14px; overflow: hidden; opacity: .7; filter: alpha(opacity=70); } a.referrerGoods:hover{ opacity: 1; filter: alpha(opacity=100); } a.referrerGoods img , a.referrerGoods span{ display: block; width: 90%; margin: 0px auto; color: #666; } a.referrerGoods img{ height: auto; margin: 10px auto 10px auto; } a.referrerGoods span.back{ color: #888; } @media only screen and (max-width: 467px) { a.referrerGoods{ width: 80px; height: 160px; border-radius: 7px 0px 0px 7px; font-size: 11px; line-height: 14px; } a.referrerGoods span.back{ display: none; } }@charset "utf-8"; /* CSS Document */ .library .imageGallery{ display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 16px; justify-items: center; padding: 20px; padding: 0px; margin: 15px auto; } .library .imageGallery figure{ display: inline-block; vertical-align: top; max-width: 350px; width: auto; height: auto; padding: 0px; margin: 15px; } .library .imageGallery figure img{ display: block; transition: transform 0.3s; max-width: 100%; margin: 0px !important; border-radius: 10px; } .library .imageGallery figure:hover img{ transform: scale(1.03); } .library .imageGallery figure figcaption{ border-radius: 10px; background: #eee; color: #555; font-size: 13px; line-height: 18px; padding: 10px; margin:5px 0px 0px 0px !important; display: block; } .library .imageGallery figure.goods a{ display: block; border: none !important; } .library .imageGallery figure.goods a figcaption{ color: #000; } .library .imageGallery figure.goods a span{ display: block; width: 100px; color: #fff; padding: 7px 15px; border-radius: 5px; cursor: pointer; margin: 10px auto; background: var(--color); text-align: center; }@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; }