<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.demoT{ height: 1.75rem; line-height: 1.75rem; font-size: .8rem; color: #333; font-weight: bold;}
/*字体对照表start*/
.fontTabBox{ overflow-x: auto;}
.fontTab{ width: 100%; min-width: 400px;}
.fontTab th{padding:10px;border: 1px dotted #ffffff;background: #34d895;color: #FFF;border-top: none;border-bottom: none;}
.fontTab td{padding: 5px;border: 1px dashed #f2f2f2;}
/*字体对照表end*/
/*layer弹窗start*/
.layuiBtn{display: inline-block;height:30px;line-height:30px;padding: 0 25px;background-color: #FF4351;color: #fff;white-space: nowrap;text-align: center;border: none;border-radius: 2px;cursor: pointer;opacity: .9;filter: alpha(opacity=90);margin:0 10px 10px 0;}
/*layer弹窗end*/
.mui-title {
    margin:20px 15px 7px;
    color:#6d6d72;
    font-size:14px;
	font-weight:bold;
}

.mui-table-view {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background-color: #fff;
}
.mui-table-view:before {
    position: absolute;
	top:-1px;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.3);
    transform: scaleY(.3);
    background-color: #c8c7cc;
}
.mui-table-view:after {
    position: absolute;
    right: 0;
    bottom:-1px;
    left:0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.3);
    transform: scaleY(.3);
    background-color: #c8c7cc;
}
.mui-table-view dd{
    position: relative;
    overflow: hidden;
}
.mui-table-view dd a{
	display:block;
    padding:11px 15px;
    -webkit-touch-callout: none;
	}
.mui-table-view dd em{
	position:absolute;
	right:10px;
	top:50%;
	margin:-7px 0 0 0;
	color: #bbb;
	font-size:16px;
	}
.mui-table-view dd span{
	position:absolute;
	right:30px;
	top:50%;
	margin:-7px 0 0 0;
	color: #bbb;
	font-size:12px;
	}
.mui-table-view dd:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.3);
    transform: scaleY(.3);
    background-color: #c8c7cc;
}
.mui-table-view dd:last-child:after {display:none;}

.mui-table-view.m10{
    font-size: 14px;
    position: relative;
    overflow: hidden;
    margin: 10px;
    border-radius: 2px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.mui-table-view.m10 .mui-table-view:after {display:none;}</pre></body></html>