同步宝塔上的源码

This commit is contained in:
2025-06-27 21:04:18 +08:00
parent ebc39cd5dd
commit 16de87a864
4689 changed files with 59043 additions and 822 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -0,0 +1,28 @@
* { margin: 0; padding: 0; }
.l-btn { display: inline-block; outline: none; resize: none; border: none; padding: 5px 10px; background: #3498db; color: #fff; border: solid 1px #3498db; border-radius: 3px; font-size: 14px; }
.hidden { display: none; }
.tailoring-container, .tailoring-container div, .tailoring-container p { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.tailoring-container { position: fixed; width: 100%; height: 100%; z-index: 1000; top: 0; left: 0; }
.tailoring-container .black-cloth { position: fixed; width: 100%; height: 100%; background: black; opacity: 0.5; z-index: 1001; }
.tailoring-container .tailoring-content { position: absolute; width: 768px; height: 560px; background: #fff; z-index: 1002; left: 0; top: 0; border-radius: 10px; box-shadow: 0 0 10px #000; padding: 10px; }
.tailoring-content-one { height: 40px; width: 100%; border-bottom: 1px solid #eee; }
.tailoring-content .choose-btn { float: left; }
.tailoring-content .close-tailoring { display: inline-block; height: 30px; width: 30px; border-radius: 100%; background: #eee; color: #fff; font-size: 22px; text-align: center; line-height: 30px; float: right; cursor: pointer; }
.tailoring-content .close-tailoring:hover { background: #ccc; }
.tailoring-content .tailoring-content-two { width: 100%; height: 460px; position: relative; padding: 5px 0; }
.tailoring-content .tailoring-box-parcel { width: 520px; height: 450px; position: absolute; left: 0; border: solid 1px #eee; background-color: #f1f1f1;}
.tailoring-content .preview-box-parcel { display: inline-block; width: 228px; height: 450px; position: absolute; right: 0; padding: 4px 14px; }
.preview-box-parcel p { color: #555; }
.previewImg { width: 200px; height: 200px; overflow: hidden; }
.preview-box-parcel .square { margin-top: 10px; border: solid 1px #eee; }
.preview-box-parcel .circular { border-radius: 100%; margin-top: 10px; border: solid 1px #eee; }
.tailoring-content .tailoring-content-three { width: 100%; height: 40px; border-top: 1px solid #eee; padding-top: 10px; }
.sureCut { float: right; }
@media all and (max-width: 768px) {
.tailoring-container .tailoring-content { width: 100%; min-width: 320px; height: 460px; }
.tailoring-content .tailoring-content-two { height: 360px; }
.tailoring-content .tailoring-box-parcel { height: 350px; }
.tailoring-container .tailoring-box-parcel { width: 100%; }
.tailoring-container .preview-box-parcel { display: none; }
}

View File

@@ -0,0 +1,10 @@
/*!
* Cropper v3.1.3
* https://github.com/fengyuanchen/cropper
*
* Copyright (c) 2014-2017 Chen Fengyuan
* Released under the MIT license
*
* Date: 2017-10-21T10:03:37.133Z
*/.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline-color:rgba(51,153,255,.75);outline:1px solid #39f;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:e-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:n-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:w-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:s-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:e-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:n-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:w-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:ne-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nw-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:sw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:se-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
/*# sourceMappingURL=cropper.min.css.map */

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 982 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -0,0 +1,12 @@
<!--Scalable Vector Graphic-->
<svg version="1.1" xmlns:sketch="http://www.bygwxw.com/"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="600px" height="60px" viewBox="0 0 600 60" enable-background="new 0 0 600 60" xml:space="preserve">
<g sketch:type="MSPage">
<g id="_x2D_" transform="translate(-121.000000, -133.000000)" sketch:type="MSArtboardGroup">
<g id="water-1" transform="translate(121.000000, 133.000000)" sketch:type="MSLayerGroup">
<path id="Path-1" sketch:type="MSShapeGroup" fill="#FFFFFF" fill-opacity="0.5" d="M0,12v48h600V12c0,0-155.5,26.5-300,0
C159.5-10.5,0,12,0,12z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 686 B

View File

@@ -0,0 +1,12 @@
<!--Scalable Vector Graphic-->
<svg version="1.1" xmlns:sketch="http://www.bygwxw.com/"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="600px" height="60px" viewBox="0 0 600 60" enable-background="new 0 0 600 60" xml:space="preserve">
<g sketch:type="MSPage">
<g id="_x2D_" transform="translate(-121.000000, -246.000000)" sketch:type="MSArtboardGroup">
<g id="water-2" transform="translate(121.000000, 246.000000)" sketch:type="MSLayerGroup">
<path id="Path-2" sketch:type="MSShapeGroup" fill="#FFFFFF" d="M600,12v48H0V12c0,0,159.5,27.5,300,0C456.5-9.5,600,12,600,12z"
/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 669 B

View File

@@ -0,0 +1,98 @@
/*
Delighters - Add CSS animations to delight users as they scroll down.
(c) 2018 - Q42
Written by Martin Kool
https://github.com/Q42/delighters
*/
var Delighters = new (function() {
var self = this,
dels = this.dels = [],
// default options
options = {
attribute: 'data-byginto',
classNames: ['byg_into', 'byg_start', 'byg_end'],
start: 1,
end: 1,
autoInit: true
};
document.addEventListener("DOMContentLoaded", function() {
if (options.autoInit) init();
});
function config(opts) {
for (var name in opts) options[name] = opts[name];
}
function init() {
document.addEventListener('scroll', scroll)
var els = document.querySelectorAll('[' + options.attribute + ']');
for (var i=0; i<els.length; i++) {
var el = els[i],
def = el.getAttribute(options.attribute, 2),
pairs = def.split(';'),
del = {};
del.start = options.start;
del.end = options.end;
for (var j=0; j<pairs.length; j++) {
var pair = pairs[j].split(':'),
name = pair[0],
val = isNaN(pair[1] * 1)? pair[1] : pair[1] * 1;
if (name) del[name] = (val === undefined)? true : val;
}
del.el = el;
del.id = dels.length;
dels.push(del);
el.classList.add(options.classNames[0])
if (del.debug) el.style.outline = 'solid red 4px';
}
scroll();
}
function scroll() {
var viewportHeight = window.innerHeight;
for (var i=0; i<dels.length; i++) {
var del = dels[i],
box = del.el.getBoundingClientRect(),
factorStart = box.top / viewportHeight,
factorEnd = box.bottom / viewportHeight;
if (del.debug) {
if (factorStart >= 0 && factorStart <= 1) {
if (!del.startLine) {
del.startLine = document.createElement('div')
document.body.appendChild(del.startLine);
del.startLine.style = 'position:fixed;height:0;width:100%;border-bottom:dotted red 2px;top:' + (del.start * 100) + 'vh';
}
}
if (((factorEnd < del.end) || (factorStart > 1)) && del.startLine) {
del.startLine.parentNode.removeChild(del.startLine);
delete del.startLine;
}
}
if (factorStart < del.start && !del.started) {
del.started = true;
del.el.classList.add(options.classNames[1])
}
else if (factorStart > del.start && del.started) {
del.started = false;
del.el.classList.remove(options.classNames[1])
}
if (factorEnd < del.end && !del.ended) {
del.ended = true;
del.el.classList.add(options.classNames[2])
}
else if (factorEnd > del.end && del.ended) {
del.ended = false;
del.el.classList.remove(options.classNames[2])
}
}
}
self.init = init;
self.config = config;
})();

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,245 @@
function portal_comment_requote(cid, aid) {
var x = new Ajax();
x.get('portal.php?mod=portalcp&ac=comment&op=requote&cid='+cid+'&aid='+aid+'&inajax=1', function(s){
jq('message').focus();
ajaxinnerhtml(jq('message'), s);
});
$(".cover_div").slideToggle(0);
$("#cform").slideToggle(0);
}
function jq(id) {
return !id ? null : document.getElementById(id);
}
function browserVersion(types) {
var other = 1;
for(i in types) {
var v = types[i] ? types[i] : i;
if(USERAGENT.indexOf(v) != -1) {
var re = new RegExp(v + '(\\/|\\s|:)([\\d\\.]+)', 'ig');
var matches = re.exec(USERAGENT);
var ver = matches != null ? matches[2] : 0;
other = ver !== 0 && v != 'mozilla' ? 0 : other;
}else {
var ver = 0;
}
eval('BROWSER.' + i + '= ver');
}
BROWSER.other = other;
}
function Ajax(recvType, waitId) {
var aj = new Object();
aj.loading = '请稍候...';
aj.recvType = recvType ? recvType : 'XML';
aj.waitId = waitId ? jq(waitId) : null;
aj.resultHandle = null;
aj.sendString = '';
aj.targetUrl = '';
aj.setLoading = function(loading) {
if(typeof loading !== 'undefined' && loading !== null) aj.loading = loading;
};
aj.setRecvType = function(recvtype) {
aj.recvType = recvtype;
};
aj.setWaitId = function(waitid) {
aj.waitId = typeof waitid == 'object' ? waitid : jq(waitid);
};
aj.createXMLHttpRequest = function() {
var request = false;
if(window.XMLHttpRequest) {
request = new XMLHttpRequest();
if(request.overrideMimeType) {
request.overrideMimeType('text/xml');
}
} else if(window.ActiveXObject) {
var versions = ['Microsoft.XMLHTTP', 'MSXML.XMLHTTP', 'Microsoft.XMLHTTP', 'Msxml2.XMLHTTP.7.0', 'Msxml2.XMLHTTP.6.0', 'Msxml2.XMLHTTP.5.0', 'Msxml2.XMLHTTP.4.0', 'MSXML2.XMLHTTP.3.0', 'MSXML2.XMLHTTP'];
for(var i=0; i<versions.length; i++) {
try {
request = new ActiveXObject(versions[i]);
if(request) {
return request;
}
} catch(e) {}
}
}
return request;
};
aj.XMLHttpRequest = aj.createXMLHttpRequest();
aj.showLoading = function() {
if(aj.waitId && (aj.XMLHttpRequest.readyState != 4 || aj.XMLHttpRequest.status != 200)) {
aj.waitId.style.display = '';
aj.waitId.innerHTML = '<span><img src="' + IMGDIR + '/loading.gif" class="vm"> ' + aj.loading + '</span>';
}
};
aj.processHandle = function() {
if(aj.XMLHttpRequest.readyState == 4 && aj.XMLHttpRequest.status == 200) {
if(aj.waitId) {
aj.waitId.style.display = 'none';
}
if(aj.recvType == 'HTML') {
aj.resultHandle(aj.XMLHttpRequest.responseText, aj);
} else if(aj.recvType == 'XML') {
if(!aj.XMLHttpRequest.responseXML || !aj.XMLHttpRequest.responseXML.lastChild || aj.XMLHttpRequest.responseXML.lastChild.localName == 'parsererror') {
aj.resultHandle('' , aj);
} else {
aj.resultHandle(aj.XMLHttpRequest.responseXML.lastChild.firstChild.nodeValue, aj);
}
} else if(aj.recvType == 'JSON') {
var s = null;
try {
s = (new Function("return ("+aj.XMLHttpRequest.responseText+")"))();
} catch (e) {
s = null;
}
aj.resultHandle(s, aj);
}
}
};
aj.get = function(targetUrl, resultHandle) {
targetUrl = hostconvert(targetUrl);
setTimeout(function(){aj.showLoading()}, 250);
aj.targetUrl = targetUrl;
aj.XMLHttpRequest.onreadystatechange = aj.processHandle;
aj.resultHandle = resultHandle;
var attackevasive = isUndefined(attackevasive) ? 0 : attackevasive;
if(window.XMLHttpRequest) {
aj.XMLHttpRequest.open('GET', aj.targetUrl);
aj.XMLHttpRequest.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
aj.XMLHttpRequest.send(null);
} else {
aj.XMLHttpRequest.open("GET", targetUrl, true);
aj.XMLHttpRequest.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
aj.XMLHttpRequest.send();
}
};
aj.post = function(targetUrl, sendString, resultHandle) {
targetUrl = hostconvert(targetUrl);
setTimeout(function(){aj.showLoading()}, 250);
aj.targetUrl = targetUrl;
aj.sendString = sendString;
aj.XMLHttpRequest.onreadystatechange = aj.processHandle;
aj.resultHandle = resultHandle;
aj.XMLHttpRequest.open('POST', targetUrl);
aj.XMLHttpRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
aj.XMLHttpRequest.setRequestHeader('X-Requested-With', 'XMLHttpRequest');
aj.XMLHttpRequest.send(aj.sendString);
};
aj.getJSON = function(targetUrl, resultHandle) {
aj.setRecvType('JSON');
aj.get(targetUrl+'&ajaxdata=json', resultHandle);
};
aj.getHTML = function(targetUrl, resultHandle) {
aj.setRecvType('HTML');
aj.get(targetUrl+'&ajaxdata=html', resultHandle);
};
return aj;
}
function getHost(url) {
var host = "null";
if(typeof url == "undefined"|| null == url) {
url = window.location.href;
}
var regex = /^\w+\:\/\/([^\/]*).*/;
var match = url.match(regex);
if(typeof match != "undefined" && null != match) {
host = match[1];
}
return host;
}
function hostconvert(url) {
if(!url.match(/^https?:\/\//)) url = SITEURL + url;
var url_host = getHost(url);
var cur_host = getHost().toLowerCase();
if(url_host && cur_host != url_host) {
url = url.replace(url_host, cur_host);
}
return url;
}
function $F(func, args, script) {
var run = function () {
var argc = args.length, s = '';
for(i = 0;i < argc;i++) {
s += ',args[' + i + ']';
}
eval('var check = typeof ' + func + ' == \'function\'');
if(check) {
eval(func + '(' + s.substr(1) + ')');
} else {
setTimeout(function () {checkrun();}, 50);
}
};
var checkrun = function () {
if(JSLOADED[src]) {
run();
} else {
setTimeout(function () {checkrun();}, 50);
}
};
script = script || 'common_extra';
src = JSPATH + script + '.js?' + VERHASH;
if(!JSLOADED[src]) {
appendscript(src);
}
return checkrun();
}
function ajaxupdateevents(obj, tagName) {
$F('_ajaxupdateevents', arguments, 'ajax');
}
function ajaxupdateevent(o) {
$F('_ajaxupdateevent', arguments, 'ajax');
}
function ajaxget(url, showid, waitid, loading, display, recall) {
$F('_ajaxget', arguments, 'ajax');
}
function ajaxpost(formid, showid, waitid, showidclass, submitbtn, recall) {
$F('_ajaxpost', arguments, 'ajax');
}
function ajaxmenu(ctrlObj, timeout, cache, duration, pos, recall, idclass, contentclass) {
$F('_ajaxmenu', arguments, 'ajax');
}
function ajaxinnerhtml(showid, s) {
$F('_ajaxinnerhtml', arguments, 'ajax');
}
var BROWSER = {};
var USERAGENT = navigator.userAgent.toLowerCase();
browserVersion({'ie':'msie','firefox':'','chrome':'','opera':'','safari':'','mozilla':'','webkit':'','maxthon':'','qq':'qqbrowser','rv':'rv'});
if(BROWSER.safari || BROWSER.rv) {
BROWSER.firefox = true;
}
BROWSER.opera = BROWSER.opera ? opera.version() : 0;
HTMLNODE = document.getElementsByTagName('head')[0].parentNode;
if(BROWSER.ie) {
BROWSER.iemode = parseInt(typeof document.documentMode != 'undefined' ? document.documentMode : BROWSER.ie);
HTMLNODE.className = 'ie_all ie' + BROWSER.iemode;
}
var CSSLOADED = [];
var JSLOADED = [];
var JSMENU = [];
JSMENU['active'] = [];
JSMENU['timer'] = [];
JSMENU['drag'] = [];
JSMENU['layer'] = 0;
JSMENU['zIndex'] = {'win':200,'menu':300,'dialog':400,'prompt':500};
JSMENU['float'] = '';
var CURRENTSTYPE = null;
var discuz_uid = isUndefined(discuz_uid) ? 0 : discuz_uid;
var creditnotice = isUndefined(creditnotice) ? '' : creditnotice;
var cookiedomain = isUndefined(cookiedomain) ? '' : cookiedomain;
var cookiepath = isUndefined(cookiepath) ? '' : cookiepath;
var EXTRAFUNC = [], EXTRASTR = '';
EXTRAFUNC['showmenu'] = [];

View File

@@ -0,0 +1,407 @@
/* x3.5 */
.fico-person:before{content:"\f100";}
.fico-search:before{content:"\f101";}
.fico-account_box:before{content:"\f102";}
.fico-account:before{content:"\f102";}
.fico-home:before{content:"\f103";}
.fico-assessment:before{content:"\f104";}
.fico-widthfixed:before{content:"\f105";}
.fico-widthauto:before{content:"\f106";}
.fico-styleselect:before{content:"\f107";}
.fico-add_circle:before{content:"\f108";}
.fico-add:before{content:"\f108";}
.fico-remove_circle:before{content:"\f109";}
.fico-remove:before{content:"\f109";}
.fico-rss_feed:before{content:"\f10a";}
.fico-rss:before{content:"\f10a";}
.fico-refresh:before{content:"\f10b";}
.fico-delete:before{content:"\f10c";}
.fico-comment:before{content:"\f10d";}
.fico-edit:before{content:"\f10e";}
.fico-push:before{content:"\f10f";}
.fico-thumbup:before{content:"\f110";}
.fico-thumbdown:before{content:"\f111";}
.fico-collection:before{content:"\f112";}
.fico-activitysm:before{content:"\f113";}
.fico-share:before{content:"\f114";}
.fico-check_right:before{content:"\f115";}
.fico-error:before{content:"\f116";}
.fico-info:before{content:"\f117";}
.fico-qq:before{content:"\f118";}
.fico-email:before{content:"\f119";}
.fico-task:before{content:"\f11a";}
.fico-scrolltop:before{content:"\f11b";}
.fico-replyfast:before{content:"\f11c";}
.fico-list:before{content:"\f11d";}
.fico-follow:before{content:"\f11e";}
.fico-friendadd:before{content:"\f11f";}
.fico-mypost:before{content:"\f120";}
.fico-interactive:before{content:"\f121";}
.fico-settings:before{content:"\f122";}
.fico-link:before{content:"\f123";}
.fico-up:before{content:"\f124";}
.fico-down:before{content:"\f125";}
.fico-left:before{content:"\f126";}
.fico-right:before{content:"\f127";}
.fico-valid:before{content:"\f128";}
.fico-invalid:before{content:"\f129";}
.fico-stars:before{content:"\f12a";}
.fico-sun:before{content:"\f12b";}
.fico-star3:before{content:"\f12b";}
.fico-moon:before{content:"\f12c";}
.fico-star2:before{content:"\f12c";}
.fico-star:before{content:"\f12d";}
.fico-star1:before{content:"\f12d";}
.fico-checkbox:before{content:"\f12e";}
.fico-checked:before{content:"\f12f";}
.fico-doing:before{content:"\f130";}
.fico-volume:before{content:"\f131";}
.fico-image:before{content:"\f132";}
.fico-attachment:before{content:"\f133";}
.fico-thread:before{content:"\f134";}
.fico-clock:before{content:"\f135";}
.fico-lock:before{content:"\f136";}
.fico-print:before{content:"\f137";}
.fico-help:before{content:"\f138";}
.fico-launch:before{content:"\f139";}
.fico-imgadjust:before{content:"\f13a";}
.fico-vote:before{content:"\f13b";}
.fico-reward:before{content:"\f13c";}
.fico-vs:before{content:"\f13d";}
.fico-group:before{content:"\f13e";}
.fico-cart:before{content:"\f13f";}
.fico-headset:before{content:"\f140";}
.fico-phone:before{content:"\f141";}
.fico-place:before{content:"\f142";}
.fico-camera:before{content:"\f143";}
.fico-voice:before{content:"\f144";}
.fico-bell:before{content:"\f145";}
.fico-loading:before{content:"\f146";}
.fico-poke:before{content:'\f146';}
.fico-profile:before{content:'\f147';}
.fico-dropdown:before{content:'\f148';}
.fico-ban:before{content:'\f149';}
.fico-tag:before{content:'\f14a';}
.m15 {margin: 15px !important;}
.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mb10 {margin-bottom:10px !important;}
.p0 {padding:0px !important;}
.p5 {padding:5px !important;}
.p10 {padding:10px !important;}
.p15 {padding:15px !important;}
.pt5 {padding-top:5px !important;}
.pb5 {padding-bottom:5px !important;}
.pt10 {padding-top:10px !important;}
.pb10 {padding-bottom:10px !important;}
.pl5 {padding-left: 5px !important;}
.b0 {border:0 !important;}
.bodybox {background-color:var(--dz-BG-0); font-size: 12px;}
.alt, .alt th, .alt td { background-color: var(--dz-BG-5); }
.align-items-center {align-items:center}
.justify-content-between {justify-content:space-between}
.justify-content-end {justify-content: flex-end}
.discuz_x {height:10px;background-color:var(--dz-BG-body);border-bottom:1px solid var(--dz-BOR-ed);overflow:hidden}
.flex-box{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-align:center; -webkit-align-items:center; -ms-flex-align:center; align-items:center;}
.flex{ -webkit-box-flex:1; -webkit-flex:1; -ms-flex:1; flex:1;}
.mtime .doing_listgl a {float: right;margin-left: 8px;color: #888;}
.x35_post_btn{ padding: .1rem;}
.x35_post_btn .pn{ width: 100%; border: none; padding: 0; height: 44px; line-height: 44px; text-align: center; font-size: 16px; background-color: var(--dz-BG-color); color: var(--dz-FC-fff); border-radius: 6px;}
.x35_tbmu { padding: 8px 10px 8px 0; border-bottom: 1px dashed var(--dz-BOR-ed); }
.login_from .sec_code{ line-height: normal;}
.sec_code img{ margin-left: 5px;}
.header {background:#2B7ACD;background-color:var(--dz-BG-color);color:#fff;height:30px;line-height:30px;padding:10px 12px}
.header .mz, .header .mzlogo {float:left;position:relative}
.header .mzlogo a {line-height:normal}
.header .my, .header .myss {float:right;position:relative}
.header .my a, .header .myss a {float:right}
.header .mz, .header .my {width:20%}
.header .mzlogo {width:40%;height:30px;text-align:left;font-size:18px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex;flex-direction:column;justify-content:center}
.header .myss {width:60%}
.header .myss a {background-color:#fff;color:#aaa;line-height:30px;font-size:14px;padding:0 15px;border-radius:15px}
.header .myss a i {float:left;font-size:16px;margin-right:5px;color:#aaa}
.header i {font-size:20px;color:#fff}
.header .my a {margin-left:10px}
.header h2 {float:left;width:60%;text-align:center;font-size:18px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.header h2 img, .header .mzlogo img {max-height:30px;vertical-align:top;max-width:100%}
.header h2 a {color:#fff}
@font-face { font-family: "dzicon"; src: url('./font/common/dzicon.eot'); src: url('./font/common/dzicon.eot?#iefix') format('eot'), url('./font/common/dzicon.woff2') format('woff2'), url('./font/common/dzicon.woff') format('woff'); font-weight: normal; font-style: normal; }
[class^="fico-"]:before, [class*=" fico-"]:before { font-family: "dzicon"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; font-size: 120%; }
/* font icon size */
.fic4 { font-size: 14px; }.fic6 { font-size: 16px; }.fic8 { font-size: 18px; }
/* flip x */
.fifx::before { transform: scale(-1,1); }
/* font rotate */
@keyframes dzrotate{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.ficr { margin-right: .2em; }.ficr:before { margin-right: 0; animation: dzrotate 2s infinite linear; }
.loadicon { background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='%23999' d='M12.2 12.2L14 14H9V9l1.8 1.8c.7-.7 1.2-1.7 1.2-2.8 0-1.9-1.3-3.4-3-3.9v-2c2.8.4 5 2.9 5 5.9 0 1.6-.7 3.1-1.8 4.2zM3.8 3.8C2.7 4.8 2 6.3 2 8c0 3 2.2 5.4 5 5.9v-2.1c-1.7-.4-3-2-3-3.9 0-1.1.5-2.1 1.2-2.8L7 7V2H2l1.8 1.8z'/%3e%3c/svg%3e"); display: inline-block; width: 16px; height: 16px; animation: dzrotate 1.2s infinite linear; }
/* font color primary/secondary/notice/light/alarm/valid/invalid */
.fc-p { color: #2B7ACD; } .fc-s { color: #999; } .fc-n { color: #7DA0CC; } .fc-l { color: #FF9C00; } .fc-a { color: #F26C4F; } .fc-v { color: #7CBE00; } .fc-i { color: #FF512C; } .fc-t { color: transparent; }
/* no margin right */
.fnmr:before { margin-right: 0; }
.txtlist {background-color:var(--dz-BG-0);overflow:hidden}
.txtlist .mtit {font-size:16px;height:40px;line-height:40px;font-weight:400;padding:0 15px;border-bottom:1px solid var(--dz-BOR-ed);overflow:hidden}
.txtlist .mtit em {margin-left:5px;font-size:12px;color:var(--dz-FC-999)}
.txtlist .mtit .ytxt {float:right;margin-top:9px;margin-left:8px;padding:0 5px;height:20px;line-height:20px;font-size:12px;color:var(--dz-FC-color);background-color:var(--dz-BG-5);border:1px solid var(--dz-BOR-ed);border-radius:4px;position:relative}
.txtlist ul {padding:0 15px;overflow:hidden}
.txtlist ul li {border-top:1px solid var(--dz-BOR-ed);height:40px;line-height:40px;font-size:14px;overflow:hidden}
.txtlist ul li:first-child {border-top:none}
.txtlist ul li i {float:left;margin-right:5px;font-size:12px;color:var(--dz-FC-ddd)}
.text-muted {padding:10px 15px;color:var(--dz-FC-999)}
.dhnv {background-color:var(--dz-BG-0);border-top:1px solid var(--dz-BOR-ed);border-bottom:1px solid var(--dz-BOR-ed);font-size:15px;text-align:center}
.dhnv a {height:40px;line-height:38px;color:var(--dz-FC-999);position:relative}
.dhnv a.mon {height:38px;color:var(--dz-FC-color);font-weight:400;border-bottom:2px solid var(--dz-BG-color)}
.dhnavs_box, .dhnavs {width:100%;height:40px;overflow:hidden}
.dhnavs_box {background-color:var(--dz-BG-0);border-bottom:1px solid var(--dz-BOR-ed);overflow:hidden}
#dhnavs_li {width:100%;height:40px;text-align:center;white-space:nowrap}
#dhnavs_li li {float:left;width:auto;text-align:center;overflow:hidden;color:var(--dz-FC-999);position:relative}
#dhnavs_li li a {display:inline-block;font-size:14px;height:24px;line-height:24px;margin:8px 10px;padding:0 6px;color:var(--dz-FC-999);border-radius:4px;border: 1px solid #eee;}
#dhnavs_li li span {color:var(--dz-FC-ddd)}
#dhnavs_li li.mon a {background-color:var(--dz-BG-color);color:var(--dz-FC-fff)}
.x35_threadlist_box h2, .x35_threadlist_box h3, .x35_threadlist_box h4{ display: block;}
.x35_threadlist_box {overflow:hidden}
.x35_threadlist_box h2 {padding:0 15px;background-color:var(--dz-BG-0);border-top:1px solid var(--dz-BOR-ed);line-height:40px;font-size:14px}
.x35_threadlist_box h2 .emfont {color:var(--dz-BG-2)}
.x35_threadlist_box h4 {background-color:var(--dz-BG-0);height:30px;line-height:30px;padding:80px 0;text-align:center;font-size:14px;font-weight:400;color:var(--dz-FC-999);border-top:1px solid var(--dz-BOR-ed);border-bottom:1px solid var(--dz-BOR-ed);margin-bottom:10px}
.x35_threadlist {padding:0;overflow:hidden}
.x35_threadlist li.list {padding:2px 15px;background-color:var(--dz-BG-0);border-top:1px solid var(--dz-BOR-ed);border-bottom:1px solid var(--dz-BOR-ed);margin-top:10px}
.x35_threadlist li.list a {display:block}
.x35_threadlist_top {height:38px;padding:12px 0 10px}
.x35_threadlist_top .mimg {float:left;margin-right:8px}
.x35_threadlist_top .mimg img {float:left;width:38px;line-height:38px;border-radius:50%}
.x35_threadlist_top .muser h3 {margin-top:2px;height:20px;line-height:20px}
.x35_threadlist_top .muser h3 .mmc {font-size:15px}
.x35_threadlist_top .muser .mtime {display:block;height:18px;line-height:18px;font-size:12px;color:var(--dz-FC-ccc)}
.x35_threadlist_tit {line-height:26px;font-size:18px;margin-bottom:5px;font-weight:400}
.x35_threadlist_tit .micon {float:left;width:30px;height:18px;line-height:18px;text-align:center;font-size:12px;background-color:var(--dz-BG-color);color:var(--dz-FC-fff);margin-top:4px;margin-right:5px;border-radius:2px;overflow:hidden}
.x35_threadlist_tit .top {background-color:var(--dz-BG-3)}
.x35_threadlist_tit .digest {background-color:var(--dz-BG-4)}
.x35_threadlist_tit .lock {background-color:var(--dz-BG-2)}
.x35_threadlist_mes {margin-bottom:8px;line-height:22px;font-size:14px;color:var(--dz-FC-999);overflow:hidden}
.x35_threadlist_imgs {margin-bottom:10px;font-size:0;overflow:hidden;position:relative}
.x35_threadlist_imgs li {float:left;width:32.6%;padding-bottom:30%;margin-top:1.1%;margin-right:1.1%;box-sizing:border-box;background:var(--dz-BG-5);position:relative;overflow:hidden;border-radius:4px}
.x35_threadlist_imgs li:nth-child(3n) {margin-right:0}
.x35_threadlist_imgs li img {width:100%;height:100%;object-fit:cover;position:absolute}
.x35_threadlist_imgs li em {position:absolute;bottom:0;right:0;z-index:100;background:rgb(0,0,0,.5);color:var(--dz-FC-fff);font-size:12px;height:22px;line-height:22px;padding:1px 5px;border-radius:0 0 4px 0}
.x35_threadlist_imgs1 {margin-bottom:10px;font-size:0;overflow:hidden;position:relative}
.x35_threadlist_imgs1 li {width:100%;padding-bottom:66%;background:var(--dz-BG-5);position:relative;overflow:hidden;border-radius:4px}
.x35_threadlist_imgs1 li img {width:100%;height:100%;object-fit:cover;position:absolute}
.x35_threadlist_imgs2 li {width:49.45%}
.x35_threadlist_imgs2 li:nth-child(2n) {margin-right:0}
.x35_threadlist_foot {padding:5px 0 15px;height:22px;line-height:22px;font-size:13px}
.x35_threadlist_foot li {float:left;background-color:var(--dz-BG-5);padding:0 10px;margin:2px 10px 2px 0px;color:var(--dz-FC-aaa);border-radius:4px}
.x35_threadlist_foot li i {float:left;font-size:14px;margin-right:3px;color:var(--dz-FC-ccc)}
.x35_threadlist_foot li.mr {float:right;margin-right:0;padding:0;background:none;color:var(--dz-FC-color)}
.x35_threadlist_foot li.mr a {float:right;color:var(--dz-FC-color)}
.x35_threadlist li.list_top {padding:0 15px;background-color:var(--dz-BG-0);border-top:1px solid var(--dz-BOR-ed)}
.x35_threadlist li.list_top a {display:block;height:36px;line-height:36px;font-size:14px;overflow:hidden}
.x35_threadlist li.list_top a .micon {float:left;height:18px;line-height:18px;font-size:12px;background-color:var(--dz-BG-color);color:var(--dz-FC-fff);margin-top:9px;margin-right:6px;padding:0 3px;border-radius:2px;overflow:hidden}
.x35_threadlist li.list_top a .gonggao {background-color:var(--dz-BG-2)}
.x35_viewthread {background-color:var(--dz-BG-0);overflow:hidden}
.x35_viewthread .view_tit {padding:15px 15px 0;line-height:30px;font-size:20px;font-weight:400}
.x35_viewthread .view_tit span {font-size:12px;color:var(--dz-BG-2)}
.x35_viewthread .view_reply {padding:50px 15px;line-height:30px;font-size:14px;color:var(--dz-FC-ccc);text-align:center}
.x35_viewthread .view_reply i {display:block;font-size:50px;line-height:50px;margin:5px auto}
.x35_plc {padding:0 15px;border-bottom:1px solid var(--dz-BOR-ed);overflow:hidden;position:relative}
.x35_plc .avatar {position:absolute;left:15px;top:15px;display:inline}
.x35_plc .avatar img {width:36px;height:36px;border-radius:50%}
.x35_plc .pi {margin-top:5px;padding:10px 0;position:relative}
.x35_plc .pi .authi {margin-left:45px;margin-bottom:10px;position:relative}
.x35_plc .pi .authi li.mtit {height:18px;line-height:16px;padding-top:2px;overflow:hidden}
.x35_plc .pi .authi li span.z, .x35_plc .pi .authi li span.z a {font-size:14px;color:var(--dz-FC-color)}
.x35_plc .pi .authi li span.y {float:right;color:var(--dz-FC-999)}
.x35_plc .pi .authi li.mtime {height:16px;line-height:16px;font-size:12px;color:var(--dz-FC-999);overflow:hidden}
.x35_plc .pi .authi li.mtime span {float:right;font-size:12px}
.x35_plc .pi .authi li.mtime span i {float:left;margin-left:8px;margin-right:2px;color:var(--dz-FC-bbb)}
.x35_plc .pi .authi li.mtime span em {float:left}
.x35_plc .pi .authi li.mtime em.mgl {float:right;margin-left:8px;color:var(--dz-BG-2)}
.x35_plc .pi .authi li.mtime em.mgl a {color:var(--dz-BG-2)}
.x35_plc .pione {margin-left:0}
.x35_plc .pione .authi {margin-left:45px}
.x35_plc .pi .message {line-height:26px;font-size:16px}
.x35_plc .pi .message .jammer {font-size:12px;color:var(--dz-FC-color)}
.x35_plc .pi .message img, .x35_plc .pi .img_one img {margin:6px 0;max-width:100%;border-radius:4px}
.x35_plc .pi .img_list {margin:0 auto}
.x35_plc .pi .img_list li {width:100%;text-align:center;vertical-align:middle}
.x35_plc .pi .img_list li a {display:block}
.x35_plc .pi .img_list li img {margin:7px 0;max-width:100%;border-radius:4px}
.x35_plc .pi .message .rate {margin:15px auto 10px;text-align:center;overflow:hidden}
.x35_plc .pi .message .rate p {height:20px;line-height:20px}
.x35_plc .pi .message .rate p.rate_tit {font-size:15px}
.x35_plc .pi .message .rate p.rate_tip {font-size:13px}
.x35_plc .pi .message .rate p.rate_tip span {font-size:15px;padding:0 3px}
.x35_plc .pi .message .rate h2 {height:52px;margin:10px 0 16px;font-size:24px;overflow:hidden}
.x35_plc .pi .message .rate h2 a {display:inline-block;width:52px;height:52px;line-height:54px;text-align:center;border-radius:50%;overflow:hidden}
.x35_plc .pi .message .rate h2.rate_btn {height:34px;font-size:16px}
.x35_plc .pi .message .rate h2.rate_btn a {padding:0 15px;height:34px;line-height:34px;border-radius:4px}
.x35_plc .pi .message .rate ul {margin:8px 30px 0;text-align:center;overflow:hidden}
.x35_plc .pi .message .rate ul li {display:inline-block;height:32px;margin:0 2px;overflow:hidden}
.x35_plc .pi .message .rate ul li img {width:32px;height:32px;border-radius:50%;overflow:hidden}
.x35_plc .pi .message .rate ul li a span {display:inline-block;text-align:center;font-size:14px;width:32px;height:32px;line-height:26px;overflow:hidden;border-radius:50%}
/* forum_4grid */
.dz-swiper_box, .hotbox, .discuz_4grid_box{ position:relative; width: 3.59rem; margin: .08rem; overflow: hidden; border-radius: .1rem;}
.dz-swiper .swiper-wrapper li a{ display:block; width:100%; height:230px;}
.dz-swiper .swiper-wrapper li a img{ width:100%; height:100%; object-fit:cover; overflow:hidden;}
.dz-swiper .swiper-wrapper li a span{ position:absolute; left:0; right:0; bottom:0; display:block; background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%); color:#fff; padding:0 15px; font-size:16px; height:40px; overflow:hidden; line-height:42px; font-weight:400;}
.dz-swiper_box .swiper-forum{ position:absolute; right:15px; bottom:0; width: auto; line-height:34px; text-align:right; font-family:Arial; color:#fff; font-size:12px; z-index:9;}
.dz-swiper_box .swiper-forum .swiper-pagination-current{ font-weight:400; font-size:20px;}
.dz-swiper_box .swiper-forum .swiper-pagination-total{ font-style:100;}
.hotbox{ background-color:#fff; line-height:24px; font-size:14px; overflow:hidden;}
.hotbox h2{ margin:15px 15px 0; height:24px; line-height:24px; font-size:16px;}
.hotbox h2 span{ float:left; margin-right:5px; padding:0 4px; background-color:#ff5656; color:#fff; border-radius:4px;}
.hotbox-toutiao a{ display:block; margin:0 15px; padding:10px 0; border-bottom:1px solid #ededed; color:#999;}
.hotbox-toutiao a span{ display:block; margin-bottom:4px; line-height:24px; font-size:18px; color:var(--dz-BG-color);}
.hotbox .listbox{ margin-bottom:0;}
.tabs{ background-color:#fff; border-top:1px solid #ededed; border-bottom:1px solid #ededed; height:40px; font-size:15px; text-align:center;}
.tabs a{ height:40px; line-height:38px; color:#999; position:relative;}
.tabs a em{ position:absolute; bottom:0; left:50%; margin-left:-10px; background-color:var(--dz-BG-color); width:20px; height:3px; display:none;}
.tabs a.mon{ height:38px; color:var(--dz-BG-color); font-weight:400; border-bottom:2px solid var(--dz-BG-color);}
.listbox{ margin:0 auto 10px; background-color:#fff; border-bottom:1px solid #ededed; overflow:hidden;}
.listbox li{ height:40px; line-height:40px; margin:0 15px; font-size:15px; border-top:1px solid #ededed; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.listbox li i{ float:left; font-size:13px; margin-right:4px; color:#ccc;}
.listbox li span.mbk{ color:#999;}
.listbox li span.mx{ color:#ddd; margin:0 8px;}
.listbox li span.mybk{ color:#aaa; float:right; font-size:13px; padding-left:8px;}
.listbox li span.mico{ background-color:#ccc; float:left; width:4px; height:4px; margin:18px 10px 0 2px;}
.listbox li span.mnum{ float:left; width:20px; height:20px; line-height:20px; font-size:12px; text-align:center; margin-top:10px; margin-right:8px; background-color:#ccc; color:#fff; border-radius:4px;}
.listbox li:nth-child(1) span.mnum{ background-color:#ff5656}
.listbox li:nth-child(2) span.mnum{ background-color:#ff9900;}
.listbox li:nth-child(3) span.mnum{ background-color:#b3cc0d;}
.listbox li:first-child{ border-top:none;}
/* space_profile */
.user_avatar_credits{ background: #fff; margin: -.25rem .1rem .1rem .1rem; position: relative; z-index: 10; border-radius: .08rem;}
.user_avatar_credits li{ float: left; width: 25%; margin: .12rem 0; text-align: center; line-height: .22rem; font-size: .13rem; color: #999;}
.user_avatar_credits li span{ display: block; height: .22rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .17rem; color: #555;}
/* spacecp_blog */
.x35_tip_dd{ padding-top: .1rem; text-align: center;}
.x35_tip_dd a.button{ display: inline-block; vertical-align: top; line-height: 39px; color: #fff;}
/* space_blog_view */
.doing_list_box {margin-top: 10px;}
.doing_list_box .wall_i {margin-bottom: 10px;padding: 10px;font-size: 14px;line-height: 24px;background: #FDFBEC;color: #F26C4F;position: relative;}
.doing_list_box .wall_i a {color: var(--dz-FC-color);}
.x35_threadlist .doing_list_li.list {margin-top: 0px;padding: 2px 12px 12px 12px;border-bottom: 0px solid var(--dz-BOR-ed);}
.x35_threadlist_top {height:38px;padding:12px 0 10px}
.x35_threadlist_top .mimg {float:left;margin-right:8px}
.x35_threadlist_top .mimg img {float:left;width:38px;line-height:38px;border-radius:50%}
.x35_threadlist_top .muser h3 {margin-top:2px;height:20px;line-height:20px}
.x35_threadlist_top .muser h3 .mmc {font-size:15px}
.x35_threadlist_top .muser .mtime {display:block;height:18px;line-height:18px;font-size:12px;color:var(--dz-FC-ccc)}
.wall_list .magic_doodle { line-height: 30px;}
.wall_list .magic_doodle img { margin-right: 5px;margin-bottom: 2px;}
.wall_magic_list .magic_doodle { margin-left: 10px;}
/* spacecp_usergroup */
.tdats { overflow: hidden; zoom: 1; margin: 10px 0; }
.tdats i { font-size: 14px; }
.tdats i:before { height: 18px; line-height: 18px; margin-right: 2px; }
.tdats th, .tdats td { overflow: hidden; padding: 0 5px; height: 26px; border-width: 0 1px 0 0; border-color: #fff; white-space: nowrap; text-overflow: ellipsis;}
.tdats th { height: 40px; font-weight: 700; }
.tdats .h th { height: 24px; border-top: 1px solid var(--dz-BOR-ed); border-bottom: 1px solid #E5E5E5; background: linear-gradient(0deg, #efefef, #fcfcfc); color: var(--dz-FC-666); zoom: 1; }
.tdats .tdat { float: left; width: 40%; border: none; table-layout: fixed; }
.tdats .tfx { width: 300px; }
.tdats .tfxf { width: 60%; }
.tdats.tdats_group .tdat, .tdats.tdats_group .tb, .tdats_group .tscr{ width: 33.3%;}
.tfx th, .tfx td { border-width: 0 3px !important; background: #FFF2DF; }
.tfx .alt, .tfx .alt th, .tfx .alt td { background: #FAEDDA; }
.tfx .h th { padding: 1px 5px; }
.tscr { float: left; overflow: hidden; width: 470px; }
.tscr .tdat th, .tscr .tdat td { width: 470px; }
.nwp { word-wrap: normal; white-space: nowrap; }
.tdats .c0 { padding: 0; height: 46px; text-align: center; vertical-align: bottom; background: transparent; }
.tdats .c0 h4 {font-size: 12px; display: block; line-height: 38px; background-color: #F60; color: var(--dz-FC-fff); }
.tdats .c0 h4, .tdats .tb li { -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }
.tdats .tb { float: left; margin-top: 8px; padding-left: 0; width: 470px; border-bottom-width: 4px; }
.tdats .tb li { padding: 0 10px; line-height: 33px; font-weight: 700; color: var(--dz-BG-2); }
.tdats .c1 { border-color: #158B00; }
.tdats #c1 { border-color: #158B00; background-color: #158B00; background-position: 0 -40px; }
.tdats .c2 { border-color: #057373; }
.tdats #c2 { border-color: #057373; background-color: #057373; background-position: 0 -80px; }
.tdats .c3 { border-color: #1F57A9; }
.tdats #c3 { border-color: #1F57A9; background-color: #1F57A9; background-position: 0 -120px; }
.tdats .c4 { border-color: #1A588D; }
.tdats #c4 { border-color: #1A588D; background-color: #1A588D; background-position: 0 -160px; }
.tdats .c1 #c1, .tdats .c2 #c2, .tdats .c3 #c3, .tdats .c4 #c4 { line-height: 38px; color: #fff;}
.notice { clear: both; margin: 5px 0; padding: 3px 0; }
.notice:before { content: "\f145"; font-family: dzicon; font-size: 16px; line-height: 14px; margin-right: 4px; color: #F26C4F; }
.x35_expirylist{ width: 100%; border-left: 1px solid #eee; border-top: 1px solid #eee;}
.x35_expirylist td, .x35_expirylist th{ padding: 7px 4px; border-bottom: 1px solid #eee; border-right: 1px solid #eee; text-align: center;}
.x35_expirylist th{ background: #f5f5f5;}
.x35_expirylist a{ color: #06c;}
.x35_f_c{ width: 3rem; padding: .1rem; background: #fff; font-size: .14rem; border-color: #ddd; border-radius: .02rem;}
.x35_f_c h3{ margin-bottom: .1rem; padding: 0 .05rem .1rem; border-bottom: 1px solid #eee; display: block; font-weight: 700;}
.x35_f_c h3 a{ font-size: .14rem; float: right; color: #888;}
.x35_f_c table{ width: 100%; border-top: 1px solid #eee; border-left: 1px solid #eee;}
.x35_f_c table tr{ border-bottom: 1px solid #eee;}
.x35_f_c table td{ padding: .05rem .08rem; border-right: 1px solid #eee;}
.x35_f_c .x35_td2{ color: #999;}
.x35_f_c .x35_td2 br{ display: none;}
.x35_pns{ margin-top: .1rem;}
.x35_pns .pn{ width: 100%; border: none; padding: 0; height: 40px; line-height: 40px; text-align: center; font-size: 16px; background-color: var(--dz-BG-color); color: var(--dz-FC-fff); border-radius: 6px;}
.x35_tdat tr{ border: 1px solid #eee;}
.x35_tdat th{ padding: .05rem;}
.x35_tdat td{ padding: .05rem 0;}
/* spacecp_payment_pay */
.dzcell-group {background:#FFF;position:relative;}
.dzcell-group-inset {margin: 0 15px;overflow: hidden;border-radius:8px;}
.dzcell-item {position: relative;display: flex;box-sizing: border-box;width: 100%;padding: 10px 16px;overflow: hidden;color: #323232;font-size: 14px;line-height: 24px;background-color: #FFF;}
.dzcell-item .dzcell-title {width:80px;}
.dzcell-item .dzcell-value {flex:1;position: relative;overflow: hidden;color: #969799;text-align: right;vertical-align: middle;word-wrap: break-word;}
/* common */
.hdc_xin, .landingPrompt a, .bg_xin #date-wrapper h3, #date-wrapper #d-confirm, .ac_hd .on, .post_nav_b .post_on, #cform .area button, .pmbox li .num{ background: var(--dz-BG-color);}
.button, .button2, .btn_pn, .btn_login .pn, .btn_login .pn:hover, .btn_register .pn, .btn_register .pn:hover, .btn_exit a, .btn_exit a:hover{ background: var(--dz-BG-color); color: #fff; border-radius: 2px;}
input[type=button], input[type=submit], input[type=file], button{ background: var(--dz-BG-color); color: #fff; border: 0; border-radius: .02rem; cursor: pointer; -webkit-appearance: none; font-size: .14rem;}
input, textarea, select{ outline-color: var(--dz-BG-color); max-width: 100%;}
.lanjiazai_bg, .sj_slide_bd li{ background: #fff url(./lanjiazai.gif) no-repeat center center;}
.hdc_xin a.shouye{ position: relative; z-index: 2; margin-left: 0; padding-left: .16rem; background: var(--dz-BG-color) url(./bianlan.png) no-repeat .1rem center; background-size: .05rem .2rem; -webkit-background-size: .05rem .2rem;}
.portal_font_nav .on, .portal_cat_top .on, .discuz_font_nav .on, .forumdisplay_tab .on, .newthread_type_tab .a{ color: var(--dz-BG-color);}
.portal_font_nav .on:after, .portal_cat_top .on:after, .discuz_font_nav .on:after, .forumdisplay_tab .on:after, .newthread_type_tab .a:after{ content: "."; position: absolute; top: .26rem; left: 50%; display: block; width: .16rem; height: .04rem; margin-left: -.08rem; line-height: 999em; background: var(--dz-BG-color); color: #fff; border-radius: .02rem;}
.portal_cat_sub .on, .byg_thread_types .a a, .byg_sort_font .a a{ border-color: var(--dz-BG-color); color: var(--dz-BG-color);}
/* portal */
.number{ width: .16rem; height: .16rem; line-height: .16rem; border-radius: 50%; color: #fff; font-size: 12px; text-align: center; display: block; background: var(--dz-BG-color);}
.qh_content .number1, .qh_content .number2, .qh_content .number3, .sub_forum li .num{ background: #F26C4F;}
.tabBox_hd li.on a, .tw_tab h2, .ac_hd h2, .bm_xin h2{ box-shadow: 0 -2px 0 var(--dz-BG-color);}
.ac_bd h3 span{ height: .2rem; line-height: .2rem; padding: 0 .05rem; color: #F26C4F; border: 1px solid #F26C4F; border-radius: .1rem; font-size: .12rem;}
/* view */
.quote{ padding: .05rem 0 .05rem 16px; margin: .04rem 0; line-height: .2rem; border: 1px dashed #eee; border-radius: .02rem; background: #ffe url(./qa.gif) no-repeat 0 .05rem; font-size: .14rem; color: #888; overflow: hidden;}
.quote blockquote{ margin: 0; padding-right: 16px; background: url(./qz.gif) no-repeat 100% 100%; display: inline; font-size: .14rem;}
/* viewthread */
.byg_viewpay, #attachpayform .byg_o button, #payform .byg_o button, .trade_add_about a, .byg_reward_b a, #affirmbutton, #negabutton, .byg_debate_b .mtn a{ padding: .01rem .06rem; background: var(--dz-BG-color) !important; font-size: .14rem; color: #fff !important; border-radius: .02rem; display: inline-block;}
a.byg_attach_name{ display: inline-block; vertical-align: middle; line-height: .28rem; padding: 0 .06rem 0 .24rem; background: var(--dz-BG-color) url(./bai_xiazai.png) no-repeat .05rem center; background-size: .17rem; -webkit-background-size: .17rem; font-size: .16rem; color: #fff !important; border-radius: .04rem;}
/* post */
#block_forum .over_one{ background: url(./jinru.png) no-repeat right center; background-size: .16rem; -webkit-background-size: .16rem;}
.plc_xin li .reply_y_b{ top: .9rem; width: .4rem; height: .25rem; line-height: .25rem; border: 0; background: var(--dz-BG-color); color: #fff;}
.post_sort_img_btn .psi_btn{ position: absolute; top: 0; left: 0; z-index: 1; padding: .02rem .05rem; text-align: center; background: var(--dz-BG-color); color: #fff; border-radius: .04rem;}
/* footer */
.footer{ background: var(--dz-WEIBG-color);}
.footer_on, .footer_on span, .footer_on i{ color: var(--dz-BG-color) !important;}
.sidenav-brand{ width: 100%; overflow: hidden; display: block; background-position: center center; background-image:url(./home_bg.jpg); background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover;}
.byg_bl_lang1{ top: 0; background: url(./bolang1.svg) repeat-x; background-size: 300px; -webkit-animation: byg_bl_lang1 3s linear infinite; animation: byg_bl_lang1 3s linear infinite;}
.byg_bl_lang2{ top: 4px; background: url(./bolang2.svg) repeat-x; background-size: 300px; -webkit-animation: byg_bl_lang2 5s linear infinite; animation: byg_bl_lang2 5s linear infinite;}
.byg_scrolltop .scrolltop_side{ background: var(--dz-BG-color);}
.byg_scrolltop .scrolltop_top{ background: #F26C4F;}
.scrolltop_order_tit{ padding: .1rem 0; font-size: .18rem; text-align: center; background: var(--dz-BG-color); color: #fff; border-radius: .1rem .1rem 0 0;}
.scrolltop_order_c li .on{ background: var(--dz-BG-color); color: #fff;}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,98 @@
.byg_dark_bg_1i, body, .search .input, #uhd, .postlist, .byg_gg_viewthread, .relateitem, .byg_threadlist_picstyle, .discuz_x, .byg_editor_fun_c, .bodybox{ background: #111 !important; color: #aaa !important;}
.byg_dark_bg_2i, .viewthread_pay_fixed, .fast_post, #block_group .pbls a, .forumdisplay_tab, .dhnav_box, .newthread_type_tab, .byg_sinf h4, .pollimg_view, .byg_buy .text-muted, .my_threadlist.threadlist .viewtype_reply .viewtype_reply_b, .an_all_li_b, .byg_faq_nav, .byg_faq_list_li_b, .portal_cat_top, .portal_cat, div.about_introduce, div.about_vision, dl.about_contact, div.about_join, .tfx td, .byg_editor_fun_c #face_box_t .swiper-slide.swiper-slide-thumb-active, .byg_editor_fun_c .insert_box_t .swiper-slide.swiper-slide-thumb-active, .login_pop, .header_nav_forumdisplay .hdc_xin, .forumdisplay_top_bg{ background: #222 !important; color: #aaa !important;}
.byg_dark_bg_3i, .byg_sidenav, .load_more_button a, .forum_gg, .byg_tongji, .wm_xin .bm, .sub_forum, .fast_post #block_group, .search, .scbar_hot, .user_avatar_credits, .myinfo_sige_ul, .myinfo_list li, .forumdisplay_tongji, .byg_thread_types, .threadlist li, .plc, .relate_thread, .postlist_title, .post_fixed, .tip, .forumdisplay_admin, .forumdisplay_rules, .byg_list_sort_on, .byg_list_sort, .fdy_passwd_box, .fdy_pay_box, .page a, .byg_getpassword_pop, #attachpayform, #payform, .byg_pay_view, .byg_ratelog_all_t, .byg_ratelog_all_b, .bygsjw_rate, .post_msg_from, .post_from, .post_msg_from li, .post_from li{ background: #333 !important; color: #aaa !important;}
.byg_group_box, .dhnv, .x35_expirylist th, .x35_f_c, .profile_body>div, .byg_profilelist, .creditl, .byg_base_b, .byg_buy, .dzcell-item, .new_password_p, .new_password, .sec_code, .dhnavs_box, .byg_privacy, .byg_privacy .tfm, .post_promotion_t, .post_promotion_c, .post_notice_list li, .pmbox li, .dialog_c, .dialog_t, .dialog_b, .byg_friend_list, .tip dd, .x35_threadlist li.list, .x35_viewthread, .medallist li, .threadlist_box h4, .task_view, .an_all_li, .home_no_data, .group_index_new, .group_manage_group, .group_manage_manageuser_search, .group_manage_manageuser_list li, .group_manage_manageuser_b, .byg_group_create{ background: #333 !important; color: #aaa !important;}
.tag_list, .byg_faq_search, .byg_faq_list, .scrolltop_order_pop, .scrolltop_guide_pop, .landingPrompt, .list_dl, .about_block_bg, .portal_content_t, .portal_content_c, .portal_content_b, #cform, .comment_edit, .comment_delete, .byg_threadlist .byg_threadlist_pic, .byg_grouppm, .hotbox, .tabs, .listbox, .bodybox.dark_box, .dialogbox, .dialogbox .c, .dialogbox .o, .byg_box_x35, .moodfm_post, .flw_newreply{ background: #333 !important; color: #aaa !important;}
.byg_dark_bg_4i, input[type=text], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select, .px, .sidenav-brand, .scbar_hot a, .byg_attach, .plc .pi .message .locked, .byg_fufei_jilu, .plc .pi .message .showhide, .byg_quote, .byg_poll, .byg_trade, .byg_reward, .byg_activity, .byg_activityjoin, .byg_activitycancel, .byg_debate, .byg_vtl_rec_box .byg_vtl_rec, .byg_viewthread_ratelog, .byg_viewthread_ratelog h3, .byg_sort_font th, .sort_search_th,.byg_sort_font li a, .byg_sort_table th, .login_from li, .reg_link a{ background: #444 !important; color: #bbb !important;}
.bygsjw_rate th, .byg_editor_fun_box, .byg_profilelist th, .byg_base_b th, .new_password th, .byg_privacy .tfm th, .txtlist, .byg_group_all_dd a, .group_manage_group th, .byg_reward_good .psth, .byg_activitylist_t, .byg_debate_result_t, .byg_post_sort th, .rolldate-container .rolldate-panel, .byg_editor_upimg .post_imglist li .p_img img, .login_from > p, .login_from form > p, .message .blockcode, .stat, .byg_box_x35 .text-muted, .byg_box_x35 th, .byg_box_x35 .alt td, .txtlist .mtit .ytxt, .flw_replybox, .flw_loadmore.pn, .byg_article_description{ background: #444 !important; color: #bbb !important;}
.byg_dark_bg_5i, .threadlist .list_typename, .byg_viewthread_ratelog a.byg_ratelog_viewall, .byg_sort_table caption, .tailoring-container .tailoring-content, .avatar_pop, .tdats .h th, .byg_buy a, .byg_friend_list .byg_friend_list_delete, .byg_home_space .threadlist li .y, .x35_threadlist_foot li, .byg_group_attentiongroup li label, .byg_group_box .list_bottom .byg_groupname, .uhd_name a, .uhd_name .groupjoin_btn, .scrolltop_order_c li a, .landingPrompt .landing_off{ background: #555 !important; color: #bbb !important;}
.byg_dark_bg_05i, .uhd_description, .scrolltop_order_c li .on{ background: rgba(0,0,0,0.5) !important; color: #aaa !important;}
.byg_dark_bg_ti, .byg_bl_lang1, .byg_bl_lang2, .flw_foot.txtlist{ background: transparent !important;}
.byg_dark_bgc_3i, .lanjiazai_bg, .sj_slide_bd li, a.byg_editor_upimg_btn, .byg_group_rec a, .tailoring-content .tailoring-box-parcel, .alt, .alt th, .alt td, .group_my_join_list a, .group_memberlist_admin a, .x35_threadlist_box h4{ background-color: #333 !important; color: #aaa !important;}
.byg_dark_bgc_4i, .quote{ background-color: #444 !important; color: #bbb !important;}
.byg_dark_bgc_ti, .login_select .icon-arrow{ background-color: transparent !important;}
.byg_dark_border_1i, .no_post_first.plc{ border-color: #111 !important;}
.byg_dark_border_5, .byg_thread_types li a, .viewthread_signature{ border-color: #555;}
.byg_dark_border_5i, table, caption, tr, th, td, input[type=text], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=time], input[type=url], textarea, select, .px, .byg_tongji li, .sub_forum li, #block_group .over_one, .search .input, .myinfo_sige_ul a, .myinfo_list li, .forumdisplay_tongji li.z p, .forumdisplay_tongji li.z span, .byg_thread_types, .bk_y2_b span, .plc, .postlist h2, .relateitem, .relate_thread_h3, .relate_thread_li, .postlist_title, .byg_viewthread_ratelog, .post_fixed, .tip, .byg_threadlist .byg_an, .byg_list_sort_on, .sort_search_tr, .sort_search_td, .sort_search_but, .byg_list_sort, .byg_sort_font li a{ border-color: #555 !important;}
.page a, .viewthread_pay_fixed, .byg_ratelog_all_b li, .forumdisplay_tab, .dhnav_box, .newthread_type_tab, .post_msg_from li, .post_from li, .byg_editor_upimg, .byg_editor_fun_box, .byg_editor_fun_t .swiper-wrapper, .byg_upload_attach, .extra_replycredit_c label, .extra_rushreplyset_c dl, .byg_pollm_c_1, .byg_pollm_c_1p, .byg_sadd, .byg_sadd .byg_mbn, .byg_exfm, .byg_sinf dl, .byg_group_rec a, .dhnv, .x35_tbmu, .x35_f_c h3, .profile_body h2, .profile_body_1ul2, .profile_body_1ul3, .profile_body_6ul1, .byg_buy .text-muted, .sec_code, .new_password_p, .dhnavs_box, .post_promotion_t, .post_notice_list li, .pmbox li, .publish_t, .my_threadlist.threadlist .viewtype_reply .viewtype_reply_b, .byg_friend_list li{ border-color: #555 !important;}
.tip dd, .x35_threadlist li.list, .discuz_x, .x35_plc, .txtlist .mtit, .task_view, .task_view_box, .task_viewappnr, .an_all_li_b, .byg_group_box_h2, .byg_group_all_dl, .byg_group_box .threadlist li, .group_my_join_list a, .group_memberlist_admin a, .group_manage_manageuser_list li, .threadtypes_manage h2, .byg_group_create_h2, .byg_group_box .tbmu, .byg_faq_nav, .byg_faq_list_li, .byg_faq_list_li_b, .landingPrompt div, .portal_cat_top, .portal_cat_sub, .about_contact dd, .about_join .y dt, .portal_content_t .title, .portal_content_c .pcc_title, .portal_content_b .pcb_title, .comment_list li, .byg_grouppm_t, .hotbox-toutiao a, .listbox, .tabs, .listbox li, .stat{ border-color: #555 !important;}
#followlist .list, .xlda dl, .byg_box_x35 li, .txtlist .mtit .ytxt, .moodfm_text, .flw_newreply li, .credit_log_tab, .byg_article_description, .x35_threadlist_box h4, .forumdisplay_top_bg{ border-color: #555 !important;}
.byg_dark_border_6i, #block_forum p, .byg_attach, .plc .pi .message .locked, .byg_fufei_jilu, .plc .pi .message .showhide, .byg_quote, .byg_poll, .byg_trade, .byg_reward, .byg_activity, .byg_activityjoin, .byg_activitycancel, .byg_debate, .byg_vtl_rec_box .byg_vtl_rec, .reply_xin a, .byg_viewthread_ratelog a.byg_ratelog_viewall, .quote, .post_fixed .post_edit, .plc_xin .reply_y, .byg_activity dt, .byg_activityjoin_list, .byg_trade_c, .byg_trade_b, .byg_pcht_font, .byg_pcht_b, .reg_link a, .tailoring-content .tailoring-box-parcel, .byg_buy a, #dhnavs_li li a{ border-color: #666 !important;}
.byg_group_all_dt .byg_group_all_sgid, .byg_group_all_dd a, .byg_group_attentiongroup li label, .byg_group_box .list_bottom .byg_groupname, .landingPrompt .landing_off, .portal_cat_sub a, .about_block_bg .h2_b, .comment_list .y_b a, #cform .cform_off, .message .blockcode, .byg_debate_c, .byg_box_x35 .text-muted, .avt img, .credit_log_tab a{ border-color: #666 !important;}
.byg_dark_border_8i, .tailoring-content-one, .tailoring-content .tailoring-content-three{ border-color: #888 !important;}
.byg_dark_font_9, div.credit_log_tab a{ color: #aaa;}
.byg_dark_font_9i, label, .forumdisplay_tongji li, .byg_trade_t em, .xg2, .byg_pinf strong, .byg_editor_fun_t .swiper-slide, .byg_exfm, .byg_exfm_t, .uhd_top_y_b, .about_introduce p, .about_contact dt, .about_join .z, .about_join .y dt, .byg_activityjoin_list div, .byg_credit_log_box li .txt a{ color: #aaa !important;}
.byg_dark_font_ai, .user_avatar_credits li span, .forumdisplay_top_z p, .bk_y2_li .bk_y2_author a, a.blue:link, a.blue:visited, .xi1, #dhnavs_li li a, .byg_group_all_dt .byg_group_all_more, .uhd_name, .rolldate-container .rolldate-btn, .pmbox li .name, .txtlist .mtit .ztxt, .flw_foot .flw_zbus{ color: #bbb !important;}
.byg_dark_font_ei, input[type=button], input[type=submit], input[type=file], button, .sj_sl_tit span, .number, .sidenav-brand .sidenav_c a, .byg_scrolltop i, .byg_scrolltop span, .search .button2, .user_avatar .name, .user_avatar .home_user_group, .user_avatar .home_user_group font, a.threadlist_usergroup, .threadlist_usergroup font, a.byg_attach_name, .plc_xin li .reply_y_b, .byg_viewpay, .trade_add_about a, .byg_reward_b a, .byg_debate_b .mtn a, #affirmbutton, #negabutton, .btn_qqlogin a, .viewthread_pay_fixed .pay_thread, .bygsjw_rate h3{ color: #eee !important;}
.byg_editor_fun_t .swiper-slide.swiper-slide-thumb-active, a.byg_attswf_add, .l-btn, .tdats .c0 h4, #dhnavs_li li.mon a, .medallist .medal_btn a, .medallist .medal_btn span, .group_index_new .z, .group_memberlist_admin a span, .tag_list a, .scrolltop_order_tit, .landingPrompt a, .byg_editor_upimg .post_imglist li .p_img .charu, .dz-swiper_box .swiper-forum, .dz-swiper .swiper-wrapper li a span{ color: #eee !important;}
.byg_dark_opacity_05{ opacity: 0.5;}
.byg_dark_bs_ni, .byg_threadlist .byg_threadlist_pic_li, textarea, .byg_post_vid .px{ box-shadow: none !important;}
.byg_dark_bs_5i, .viewthread_pay_fixed .post_edit, .byg_box_x35 .px, .xlda dt .dialog{ box-shadow: 0 0 0 1px #555 !important;}
.byg_dark_bs_6i, .byg_activityjoin_list .pt, a.byg_editor_upimg_btn, .byg_editor_upimg .post_imglist li .p_img img, .insert_box_body .px, .insert_box_body textarea.pt{ box-shadow: 0 0 0 1px #666 !important;}
.byg_dark_filter_img, .no_reply img, .byg_an_i, .an_all_li_t .y{ -webkit-filter: invert(80.3%); filter: invert(80.3%);}
.byg_dark_filter_box, .no_reply{ background: #333;}
a:link, a:visited, a:hover{ color: #bbb;}
.reply_xin a span{ color: #888;}
/* bygsjw */
.header_nav_cover, .cover_div, .cover_top, .sidenav_overlay, .scrolltop_order_cover, .scrolltop_guide_cover, .byg_getpassword_cover, #mask{ opacity: 0.8 !important;}
body .hdc_xin .header_z.header_index_y, body .hdc_xin .header_search{ top: .1rem;}
body .hdc_xin h1 img{ margin-top: .08rem;}
.hdc_xin .header_search{ background: #111 !important; color: #aaa !important;}
.hdc_xin{ background: #444 !important; color: #bbb !important;}
.hdc_xin .header_search_z, .hdc_xin .header_search_y, .hdc_xin a.shouye{ background-color: transparent !important;}
.hdc_xin .header_search_z{ color: #aaa !important;}
.header_z i, .header_z a, .header_z em, .header_z span{ color: #bbb !important;}
.bg_xin.byg_portal_index .portal_font_nav, .bg_xin.byg_forum_index .portal_font_nav{ margin-top: 0; padding-top: .06rem; line-height: .18rem;}
.bg_xin .portal_font_nav{ background: #222 !important; border-color: #111 !important;}
.bg_xin .portal_font_nav.cl a{ color: #bbb;}
.portal_font_nav .on{ color: #3498db; color: var(--dz-BG-color) !important;}
.portal_font_nav .on:after{ background: #3498db; background: var(--dz-BG-color) !important;}
.linear_bg{ background: #111 !important;}
.byg_an, .byg_gg, .sj_headline_box, .byg_diynav, .tabBox, .tuwen, .tw_tab h2, #portal_activity, .ac_hd h2, .load_more_li, .bm_xin h2{ background: #333 !important; color: #aaa !important;}
.sj_headline_li h3, .tabBox_hd li a, .tw_tab, .tw_tab h2, .tuwen li, .ac_hd, .ac_hd h2, .load_more_b span, .bm_xin, .bm_xin h2{ border-color: #555 !important;}
.ac_hd li, .sj_slide_hd .swiper-pagination-bullet-active{ background: #bbb;}
.forumdisplay_top_bg + .sub_forum li{ box-shadow: -1px 0 1px #555 !important;}
.footer_nav, .footer_nav li i, .footer_nav li span, .footer_nav .footer_fatie, .footer_nav .footer_fatie a{ background: #222; color: #aaa;}
.footer_nav .footer_fatie i{ background: transparent !important;}
.footer_nav, .footer_nav .footer_fatie{ border-color: #555 !important;}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,280 @@
@charset "utf-8";
/* common */
* { word-wrap: break-word; }
ul,ol,li,span,p,form,h1,h2,h3,4,h5,h6,dl,dt,dd { margin: 0; padding: 0; border: 0; z-index:inherit; }
img,a img { border:0; margin:0; padding:0; }
ul,ol,li { list-style:none; }
* { margin:0; padding:0; }
html,body { height:100%; font:12px/1.6 Microsoft YaHei, Helvetica, sans-serif; color:#4C4C4C; }
input,select,textarea,button { font:14px/1.5 Microsoft YaHei, Helvetica, sans-serif; }
body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc { margin: 0; padding: 0; }
table { empty-cells: show; border-collapse: collapse; }
caption, th { text-align: left; font-weight: 400; }
ul li, .xl li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
em, cite, i { font-style: normal; }
a img { border: none; }
label { cursor: pointer; }
.bg { background: url(./images/pic_bg.jpg); }
.rq { color: red; }
a:link,a:visited,a:hover { color:#4C4C4C; text-decoration:none; }
.blue { color: #0086CE; }
a.blue:link, a.blue:visited, a.blue:hover { color:#0086CE; text-decoration:none; }
.grey { color:#9C9C9C; }
a.grey:link, a.grey:visited, a.grey:hover { color:#9C9C9C; text-decoration:none; }
.orange { color:#F60; }
a.orange:link,a.orange:visited,a.orange:hover{color:#F60;text-decoration:none }
.z { float: left; } .y { float: right; }
.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .cl { zoom: 1; }
.overflow{overflow:hidden;}
.none { display:none; }
.vm { vertical-align: middle; }
.vm * { vertical-align: middle; }
.hm { text-align: center; }
.bl_none { border-bottom:0 !important; }
.bl_line { border-bottom:1px solid #DDD; }
.b_radius {border-radius:10px;}
.b_m { margin:10px;}
.b_p { padding:10px}
.mtn { margin-top: 5px !important; }
.mbn { margin-bottom: 5px !important; }
.mtm { margin-top: 10px !important; }
.mbm { margin-bottom: 10px !important; }
.mtw { margin-top: 20px !important; }
.mbw { margin-bottom: 20px !important; }
.pr, .pc { vertical-align: middle; margin: 0 5px 1px 0; padding: 0;+margin-right: 2px;_margin-right: 2px; }
/*----- header -----*/
.visitclienttip { background:#BDD5E6; height:30px; padding:5px 10px;border-bottom:1px solid #F7F7F7;}
.visitclienttip p { line-height:30px; }
.visitclienttip a.btn_download { background:#3D98CF; border-radius:5px; float:right; display:block; width:70px; text-align: center; line-height:24px; color:#E9EFF3; margin-top:3px; box-shadow:1px 2px 2px rgba(0, 0, 0, 0.1); }
.visitclienttip a.btn_download:hover {background:#3094CF;}
.nav { background: url(./images/header_bg.jpg); height: 32px; text-align:center; font-size:19px; padding:8px 10px 8px 0; }
.nav .name {display:inline-block; height:30px; overflow:hidden; white-space:nowrap; width:50%;}
.hdc { padding:10px 10px 0; background: url(./images/nav_b_line.png) repeat-x 0 100%; margin-bottom:10px; }
.hdc h2 { float: left; padding: 0 20px 8px 10px; }
.user_fun { }
.user_fun li { float:right; padding:15px 5px 20px; }
.user_fun li a,.nav .icon_edit a { display:block; width:28px; height:28px; background: url(./images/icon.png) no-repeat; line-height:2000px; overflow:hidden; }
.user_fun .on { background: url(./images/arrow_top.png) no-repeat 50% 100%;}
.user_fun a.icon_userinfo { background-position:0 0;}
.user_fun a.icon_userinfo:hover,.user_fun .on a.icon_userinfo { background-position:0 -28px;}
.user_fun a.icon_threadlist { background-position:-28px 0; }
.user_fun a.icon_threadlist:hover,.user_fun .on a.icon_threadlist { background-position:-28px -28px; }
.user_fun a.icon_search { background-position: -56px 0;}
.user_fun a.icon_search:hover,.user_fun .on a.icon_search { background-position: -56px -28px;}
.user_fun a.icon_hotthread { background-position: -112px 0;}
.user_fun a.icon_hotthread:hover,.user_fun .on a.icon_hotthread { background-position: -112px -28px;}
#usermsg { position:relative;}
.user_fun .icon_msg { position: absolute;background: url(./images/icon_msg.png) no-repeat; width:10px; height:10px; display:block; top:14px; left:26px; }
.nav .icon_edit a { background-position: -84px 0;}
.nav .icon_edit a:hover { background-position: -84px -28px;}
.category { position: relative;}
.category .name { padding:0 10px; display: inline-block; width: 50%; color: #333; height:30px; overflow:hidden;white-space:nowrap;}
.category .name img { margin-left:10px; vertical-align: middle; }
.category .name .tit {white-space:nowrap; display:inline-block; max-width:90%; overflow:hidden; font-weight:400; }
.category .subname_list {position: absolute; top:35px; left:0; width:100%; z-index:10;}
.category .subname_list ul {background:#FFF; border:2px solid #DDD; border-top:0; box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3); width: 118px; font-size:14px; padding:0; line-height:38px; margin: 0 auto;}
.category .subname_list li { border-bottom:1px solid #EEE; }
.category .subname_list a:hover { color:#2782BA; }
.category .subname_list a { display:block; white-space: nowrap; margin: 0 10px; overflow: hidden;}
/*----- forumlist -----*/
.wp {}
.wm { margin:0 10px; }
.bm { margin-bottom: 10px; }
.bm_c { padding: 0 10px; }
.bm_h .o { float: right; width: 31px; }
.bm_h .o img { float: right; cursor: pointer; }
.bm_h .i { padding-left: 10px; }
.bm_h .pn { margin-top: 4px; }
.bm_h { height: 54px; background: url(./images/titlebg.png) repeat-x left bottom; line-height: 54px; white-space: nowrap; overflow: hidden; }
.bm_h h2 { height: 54px; background: url(./images/titlebg.png) no-repeat left top; }
.bm_h:hover { background: url(./images/titlebg.png) repeat-x left -54px; }
.bm_h h2 a { display:block; margin:0 31px 0 10px; padding-left:10px; font-size:18px; line-height:54px; font-weight:400; }
.sub_forum { background: #FFF; border:1px solid #EDEDED; border-top:0; border-radius: 0 0 5px 5px;}
.sub_forum li { height:38px; line-height:38px; border-bottom:1px solid #EDEDED; font-size:16px; overflow:hidden; }
.sub_forum li:last-child { border-bottom:none;}
.sub_forum li a { display: block; padding:0 10px; }
.sub_forum li .num { background:#35A3E6; color:#FFF; float: right; font-size: 14px; height: 25px; line-height: 25px; margin-top: 7px; padding: 0 10px;border-radius:10px; }
/*-- threadlist --*/
.threadlist { padding:0 0px}
.threadlist .thread_tit { padding: 0 10px; border-bottom:1px solid #D9D8D8; line-height:40px; color: #0162AC; font-size:15px; font-size:700;}
.threadlist li { position:relative; border-bottom:1px solid #D9D8D8; font-size:16px; }
.threadlist li a { display:block; padding:7px 10px; font-size:16px; line-height:25px; }
.threadlist .num { position:absolute; background: url(./images/icon_num.png) no-repeat 0 3px; right:10px; bottom:10px; padding:0 0 0 18px; font-size:12px; color:#C0C0C0; }
.threadlist .icon_top,.threadlist .icon_tu { position:absolute; left:0; top:-1px;}
.threadlist .by { font-size:12px; color:#A5A5A5; display:block; }
/*----- post -----*/
.btn_pn { width:44px; height:31px; overflow:hidden; border:0; line-height:31px;}
.btn_pn_grey { background:#EFEFEF url(./images/btn_s_bg.png) no-repeat 0 0; color:#999;}
.btn_pn_blue { background:#2498D8 url(./images/btn_s_bg.png) no-repeat 0 -31px; color:#FFF; }
.post_msg_from li,.post_from li{ line-height:38px; padding:0 10px; font-size:16px; }
.post_msg_from .px,.post_from .px { width:100%; background:none; padding:0; font-size:16px; }
.post_msg_from textarea,.post_from textarea{ border:0; width:100%; background:none; padding:5px 0; font-size:16px;}
.post_from .sort_sel { background:none; width:100%; border: 0;font-size:16px; color:graytext; margin-left:-2px; }
.post_imglist { padding:15px 0 0 15px; }
.post_imglist li { position:relative; float:left; padding: 0 10px 0 0; }
.post_imglist li .del { position: absolute; left:-5px; top:-10px; }
.post_imglist li .p_img img { padding:2px; border:1px solid #DDD; }
.sec_code { padding:10px; color:#999; }
.sec_code .px { color:#999; }
/*----- viewthread -----*/
.postlist h2 { clear:both; font-size:16px; line-height:1.5em; font-weight:bold; margin:5px 10px 0 10px; }
.plc { border-bottom:1px solid #D9D8D8; overflow:hidden; position:relative; }
.plc .avatar { position:absolute; left:10px; top:9px; display:inline; }
.plc .avatar img{ border:1px solid #D7D7D7; padding:1px; }
.plc .pi { margin-left:55px; margin-right:10px; padding:7px 0; position:relative;}
.plc .pi .authi{ position:relative; }
.plc .pi .authi li em{ float:right; font-style: normal; }
.plc .pi .message{ font-size:15px; }
.plc .pi .message .jammer{ font-size:10px; color:#F0F0F0; }
.plc .pi .message img,.plc .pi .img_one img { margin:0px 4px 0px 0; max-width:140px; max-height:140px; }
.plc .pi .message .quote{ padding:10px 10px 7px 11px; margin:5px 0; border:1px dashed #D7D7D7; font-size:12px; }
.plc .pi .img_list { margin:4px auto; }
.plc .pi .img_list li { float:left; width:83px; height:83px; margin:0 4px 4px; text-align:center;vertical-align: middle; line-height:83px; }
.plc .pi .img_list li a { display:block;}
.manage { margin:4px -10px 0 0; position:absolute; top:38px; right:5px; height:50px; }
.button { width:53px; height:39px; color:#FFF; background:url(./images/button_bg.png) no-repeat; margin:0 2px; border:0; font-size:12px; }
.button2 { width:50px; height:32px; color:#FFF; background:url(./images/button_bg2.png) no-repeat; margin:7px 0 3px 0; border:0; font-size:12px; }
.fastpost .input { width:100%; height:34px; text-indent:7px; margin-top:2px; border:1px solid #D9D8D8; }
.search { padding:7px 10px;}
.search .input { width:100%; height:30px; text-indent:7px; margin-top:2px; border:1px solid #D9D8D8;}
/*----- pop -----*/
.tip { width:300px; height:180px; background: url(./images/pic_bg.jpg) repeat; margin:0 auto;border:1px solid #D7D7D7; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;text-align:center;
}
.tip dt { padding:30px 20px; height:75px; font-size:15px; }
.tip dd { background:#FFF; border-top:1px solid #D7D7D7; }
.tip dd a { margin-left:15px; }
/*----- page -----*/
.page { text-align:center; margin:20px 10px; }
.page a { border:1px solid #D7D7D7; border-radius:5px; padding:5px 9px; background:#FFF; }
.page select{ border: 1px solid #CCC; height: 28px;}
/*----- myinfo -----*/
.user_avatar { text-align:center; margin:20px 0; }
.user_avatar img { border-radius:45px; border:1px solid #FFF; box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3); width:60px; height:60px; }
.user_avatar .name { color:#2782BA; font-size:16px; line-height:40px; }
.user_box { background:#FFF; border-radius:10px; border:1px solid #DDD; margin:0 10px; }
.user_box li { line-height:38px; border-bottom:1px solid #DDD; padding:0 20px 0 10px; color:#333; font-size:14px; font-weight:700; }
.user_box li span { color:#2782BA; float:right; }
.btn_exit { padding:10px; }
.btn_exit a { background: url(./images/exit.png) no-repeat; width:300px; height:41px; display:block; line-height:2000px; overflow:hidden; margin:0 auto; }
.btn_exit a:hover { background: url(./images/exit_on.png) no-repeat;}
.myinfo_list { width:300px; margin:0 auto; }
.myinfo_list li { background: url(./images/my_subject_bg.png) no-repeat; width:145px; height:73px; float:left; margin:0 0 10px 5px; }
.myinfo_list li a { display:block; line-height:73px; text-align:center; font-size:16px; }
.tit_msg { position: relative; }
.tit_msg img { position:absolute; left:108px; top:28px; }
/*----- view message -----*/
.friend_msg { padding:5px 0; }
.friend_msg .avat img,.self_msg .avat img{ padding:1px; background: #F2F2F2; border: 1px solid #BABABA; display: inline-block; }
.self_msg { padding:5px 0; }
.friend_msg .date { color:#BEBEBD; padding-left:12px; }
.self_msg .date { color:#BEBEBD; padding-right:12px; text-align:right; }
.dialog_green .dialog_c { background: url(./images/dialog_bg.png) repeat-y; width:230px;}
.dialog_green .dialog_t { background: url(./images/dialog_t.png) no-repeat left top; width:180px;font-size:15px; line-height:25px; padding:15px 25px 0 25px;}
.dialog_green .dialog_b { background: url(./images/dialog_b.png) no-repeat left bottom; width:230px; height:17px; overflow:hidden; }
.dialog_white .dialog_c { background: url(./images/dialog_bg.png) repeat-y right top; width:230px; }
.dialog_white .dialog_t { background: url(./images/dialog_t.png) no-repeat right top; width:180px;font-size:15px; line-height:25px; padding:15px 25px 0 25px;}
.dialog_white .dialog_b { background: url(./images/dialog_b.png) no-repeat right bottom; width:230px; height:17px; overflow:hidden; }
.reply .px { border-radius:4px; padding:7px 10px; width:95%; border:1px solid #D9D8D8; }
.reply .px:focus { color:#4C4C4C;}
/*----- login & register -----*/
.loginbox { padding:10px;}
.login_from { background:#FFF; border-radius:10px; border:1px solid #DDD; margin-bottom:15px; }
.login_from li { border-bottom:1px solid #DDD; line-height:45px; padding:0 10px; color:#AFAFAF; font-size:14px; }
.btn_login .pn,.btn_register .pn { background: url(./images/login.png) no-repeat; width:289px; height:45px; display:block; line-height:46px; overflow:hidden; margin:0 auto; color:#FFF; font-size:16px; font-weight:700; text-align:center;border:0; }
.btn_login .pn:hover,.btn_register .pn:hover { background: url(./images/login_on.png) no-repeat; color:#F0EFEF; }
.btn_qqlogin a { background: url(./images/qqlogin.png) no-repeat; width:300px; height:45px; display:block; line-height:2000px; overflow:hidden; margin:0 auto; }
.btn_qqlogin a:hover { background: url(./images/qqlogin_on.png) no-repeat; }
.loginbox p { line-height:35px; font-size:14px; color:#AFAFAF;}
.reg_link a { background: url(./images/icon_arrow.png) no-repeat 100% center; padding-right:10px; color:#AFAFAF; }
.px{ border:1px solid #ddd; padding: 2px 4px; line-height: 17px; font-size:15px; }
.px:focus { color:#4C4C4C;}
.p_fre { width: auto !important; }
.sel_list { width:100%;border: 0; padding: 2px 4px; font-size:14px; font-weight:700; }
.login_select { display: block; position: relative;}
.login_select .login-btn-inner { display: block; font-size: 14px; font-weight:700; min-width: 0.75em; overflow: hidden; position: relative; text-overflow: ellipsis; white-space: nowrap; }
.login_select select { position: absolute; top: 0; width: 100%; z-index: 2; cursor: pointer; height: 3em; left: 0; max-height: 100%; min-height: 100%; opacity: 0.0001;}
.login-btn-text { float:left; }
.login_select .icon-arrow { background: url(./images/icon_arrow.png) no-repeat 15px 17px; width:30px; height:30px; float:right; }
.login_pop { background:#F1F1F1; padding: 0 14px 20px; }
.log_tit { text-align:center; font-size:16px; font-weight:700; line-height:45px; }
.icon_close { background: url(./images/icon_close.png) no-repeat 0 0; width:13px; height:11px; overflow:hidden; display:block; margin-top:17px; }
.btn_qqlogintext { margin:10px 0; }
.btn_qqlogintext a.text_qqlogin { background: url(./images/qqlogintext.png) no-repeat; width:120px; height:25px; display:block; line-height:2000px; overflow:hidden; }
.login_pop .login_from { margin-bottom: 10px; }
.login_pop .login_check { margin:0 0 10px 0; color:#A5A5A5; }
.q_reg a { color:#A5A5A5; font-size:14px; }
.s_code { color:#A5A5A5; }
.s_code .px { color:#A5A5A5; }
.s_code .px:focus { color:#4C4C4C; }
a.other_c { color:#A5A5A5; margin-left:5px; }
/*----- collection -----*/
.coll_list { background:#FFF; margin:10px; border:1px solid #DDD; padding:0 10px; }
.coll_list li { border-bottom:1px solid #DDD; line-height:45px; }
.coll_list li a { display:block; font-size:16px; padding: 0 0 0 10px; }
.jump_c { padding:130px 25px; font-size:15px; }
.grey { color:#A5A5A5; }
.jump_c a { color:#2782BA; }
/*----- page message & pm-----*/
.pmbox li { position:relative; color:#A5A5A5; border-bottom:1px solid #DDD; font-size:14px; height:55px; overflow:hidden; }
.pmbox li .avatar_img img { background:#F2F2F2; position:absolute; left:10px; top:7px; border:1px solid #E9E9E9; padding:2px; display:inline-block; }
.pmbox li a { display:block; padding:5px 10px 5px 55px; }
.pmbox li .num { background:#35A3E6; color:#FFF; float: right; font-size: 14px; height: 21px; line-height: 21px; padding: 0 10px;border-radius:10px; }
.pmbox li .time { float:right; }
.pmbox li .name { color:#333; }
.grey { color:#A5A5A5; }
/*----- clew con -----*/
.clew_con { padding:10px; }
.clew_con .tit {line-height:40px; font-size:14px; }
.clew_con p { margin:10px 0; }
.clew_con .button {background:#3D98CF; border-radius:5px; display:inline-block; margin-left:6px; margin-top:3px; width:80px; height:26px; text-align: center; line-height:24px; color:#E9EFF3; box-shadow:1px 2px 2px rgba(0, 0, 0, 0.1); cursor: pointer; }
.clew_con .button:hover {background:#3094CF;}
/*----- footer -----*/
.footer { text-align:center; line-height:2em; color:#A5A5A5; padding:10px 0 0 0; }
.footer a { margin:0 6px; color:#A5A5A5; }
/*----- to top --------*/
.scrolltop { display:block; position:fixed; right:8px; height:38px; width:38px; z-index:99; background:rgba(64, 64, 64, .9); border-radius:1px; box-shadow:0 0 2px rgba(0,0,0,.3); }
.scrolltop:after { content:""; position:absolute; top:11px; left:10px; width:18px; height:3px; border-radius:1px; background:white; border-radius:1px; }
.scrolltop:before { content:""; position:absolute; top:15px; left:10px; display:inline-block; border-left:9px solid transparent; border-right:9px solid transparent; border-bottom:9px solid white; border-top:0; -webkit-transform:scale(1,1.2222); -webkit-transform:translate(0,1px); transform:scale(1,1.2222); transform:translate(0,1px); }
.scrolltop.bottom { bottom:8px; }
.scrolltop.bottom:after { top:23px; }
.scrolltop.bottom:before { border-top:9px solid white; border-bottom:0; top:12px; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@@ -0,0 +1,28 @@
function addface(tagname, tag) {
var myField;
if (document.getElementById(tagname) && document.getElementById(tagname).type == 'textarea') {
myField = document.getElementById(tagname);
} else {
return false;
}
if (document.selection) {
sel = document.selection.createRange();
sel.text = tag;
myField.focus();
} else if (myField.selectionStart || myField.selectionStart == '0') {
var startPos = myField.selectionStart;
var endPos = myField.selectionEnd;
var cursorPos = endPos;
myField.value = myField.value.substring(0, startPos)
+ tag
+ myField.value.substring(endPos, myField.value.length);
cursorPos += tag.length;
myField.selectionStart = cursorPos;
myField.selectionEnd = cursorPos;
myField.focus();
} else {
myField.value += tag;
myField.focus();
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 687 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 947 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,51 @@
;(function(designWidth, maxWidth) {
var doc = document,
win = window;
var docEl = doc.documentElement;
var tid;
var rootItem,rootStyle;
function refreshRem() {
var width = docEl.getBoundingClientRect().width;
if (!maxWidth) {
maxWidth = 540;
};
if (width > maxWidth) {
width = maxWidth;
}
var rem = width * 100 / designWidth;
rootStyle="html{font-size:"+rem+'px !important}';
rootItem = document.getElementById('rootsize') || document.createElement("style");
if(!document.getElementById('rootsize')){
document.getElementsByTagName("head")[0].appendChild(rootItem);
rootItem.id='rootsize';
}
if(rootItem.styleSheet){
rootItem.styleSheet.disabled||(rootItem.styleSheet.cssText=rootStyle)
}else{
try{rootItem.innerHTML=rootStyle}catch(f){rootItem.innerText=rootStyle}
}
docEl.style.fontSize = rem + "px";
};
refreshRem();
win.addEventListener("resize", function() {
clearTimeout(tid);
tid = setTimeout(refreshRem, 300);
}, false);
win.addEventListener("pageshow", function(e) {
if (e.persisted) {
clearTimeout(tid);
tid = setTimeout(refreshRem, 300);
}
}, false);
if (doc.readyState === "complete") {
doc.body.style.fontSize = "16px";
} else {
doc.addEventListener("DOMContentLoaded", function(e) {
doc.body.style.fontSize = "16px";
}, false);
}
})(375, 3750);

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,56 @@
@font-face {
font-family: 'dzmicon';
src: url('./dzmicon.woff2') format('woff2'),
url('./dzmicon.woff') format('woff'),
url('./dzmicon.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="dm-"]:before, [class*=" dm-"]:before {
font-family: "dzmicon";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.dm-camera:before { content: '\f100'; }
.dm-camera-fill:before { content: '\f101'; }
.dm-chat-s:before { content: '\f102'; }
.dm-chat-s-fill:before { content: '\f103'; }
.dm-chat-t:before { content: '\f104'; }
.dm-chat-t-fill:before { content: '\f105'; }
.dm-c-up:before { content: '\f106'; }
.dm-c-down:before { content: '\f107'; }
.dm-c-left:before { content: '\f108'; }
.dm-c-right:before { content: '\f109'; }
.dm-edit:before { content: '\f10a'; }
.dm-emoji:before { content: '\f10b'; }
.dm-error:before { content: '\f10c'; }
.dm-explore:before { content: '\f10d'; }
.dm-eye:before { content: '\f10e'; }
.dm-eye-fill:before { content: '\f10f'; }
.dm-heart:before { content: '\f110'; }
.dm-heart-fill:before { content: '\f111'; }
.dm-house:before { content: '\f112'; }
.dm-house-fill:before { content: '\f113'; }
.dm-image:before { content: '\f114'; }
.dm-minus-c:before { content: '\f115'; }
.dm-plus-c:before { content: '\f116'; }
.dm-person:before { content: '\f117'; }
.dm-person-fill:before { content: '\f118'; }
.dm-search:before { content: '\f119'; }
.dm-sofa:before { content: '\f11a'; }
.dm-star:before { content: '\f11b'; }
.dm-star-fill:before { content: '\f11c'; }
.dm-tag:before { content: '\f11d'; }
.dm-trash:before { content: '\f11e'; }
.dm-warn:before { content: '\f11f'; }
.dm-x:before { content: '\f120'; }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More