<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 12px;
}
body {
    font: 12px/1.5 \5b8b\4f53, sans-serif;
    -webkit-text-size-adjust: none;
    font-family:'微软雅黑','Microsoft Yahei',sans-serif;
    background:#f3f3f3;
}
input[type=text]:focus:not([readonly])
{
    border-bottom:0;
    box_shadow:none;
}
input[type=text]
{
    background-color:#fff;
    border:1px solid #ccc;
}
.navbar-fixed
{
    height:50px;   
}
nav
{
    height:50px; 
    line-height: 50px;
}
nav a:visited {
    color:#fff;
}
nav a:hover {
    color:#fff;
}
.container
{
    width:98%
}
nav ul li:hover, nav ul li.active {
    background-color: #fff;
}
nav .button-collapse i {
    font-size: 2rem;
}
a.button-collapse, nav a.button-collapse i {
    height: 50px;
    line-height: 50px;
}
.clearfix {
zoom: 1;
}
.clearfix:after {
content: "\0020";
display: block;
clear: both;
height: 0;
}
p
{
    margin:0;
    padding:0;
}
.tabs .tab a {
color: #333;
font-size: 1.3rem;
}
.tabs .tab a.active {
color: #2196f3;
}
.tabs .indicator {
background-color: #2196f3;
}
.backUp
{
    padding:0 1.4rem;text-align:center;
}
.yilogo
{    
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    padding: 0;
}
/**自定义样式**/
.noPadding
{
    padding:0 !important;
}
.noPadding-top
{
    padding-top:0 !important;
}
.noPadding-right
{
    padding-right:0 !important;
}
.noPadding-bottom
{
    padding-bottom:0 !important;
}
.noPadding-left
{
    padding-left:0 !important;
}
.noMargin
{
    margin:0 !important;
}
.noMargin-top
{
    margin-top:0 !important;
}
.noMargin-right
{
    margin-right:0 !important;
}
.noMargin-bottom
{
    margin-bottom:0 !important;
}
.noMargin-left
{
    margin-left:0 !important;
}
.border
{
    border:1px solid #e5e5e5 !important;
}
.noBorder
{
    border:0 !important;
}
.noBorder-top
{
    border-top:0 !important;
}
.noBorder-right
{
    border-right:0 !important;
}
.noBorder-bottom
{
    border-bottom:0 !important;
}
.noBorder-left
{
    border-left:0 !important;
}
.hidden {
    display: none;
}
.mt10 {
margin-top: 1rem;
}
.mt20
{
    margin-top:2rem;
}
/*错误提示框*/
.textac {
text-align: center;
}
.tips {
color: #fff!important;
word-wrap: normal;
background: url("../images/tou50.png") repeat;
padding: 0 .5rem;
border-radius: .2rem;
color: #fff;
width: 28rem;
text-align: center;
position: fixed;
top: 45%;
left: 50%;
margin-left: -14.5rem;
display: inline-block;
min-height: 3rem;
line-height: 3rem;
font-size: 1.3rem;
z-index: 1000;
}

/**订单列表**/
.all-type {
background: #fff;
}
.all-type a {
display: block;
position: relative;
border-bottom: solid 1px #dbdbdb;
line-height: 4rem;
padding-left: 5.5rem;
font-size: 1.3rem;
color: #333;
}
.all-type .icon {
display: inline-block;
position: absolute;
left: 1.5rem;
top: .75rem;
width: 2.5rem;
height: 2.5rem;
}
.numall .icon {
background: url("../images/l0.png") center no-repeat;
background-size: contain;
}
.num0 .icon {
background: url("../images/l1.png") center no-repeat;
background-size: contain;
}
.num2 .icon {
background: url("../images/l2.png") center no-repeat;
background-size: contain;
}
.num3 .icon {
background: url("../images/l3.png") center no-repeat;
background-size: contain;
}
.num5 .icon {
background: url("../images/l4.png") center no-repeat;
background-size: contain;
}
.num10 .icon {
background: url("../images/l8.png") center no-repeat;
background-size: contain;
}
.num99 .icon {
background: url("../images/l9.png") center no-repeat;
background-size: contain;
}
.numsall .icon {
background: url("../images/l0.png") center no-repeat;
background-size: contain;
}
.nums0 .icon {
background: url("../images/l6.png") center no-repeat;
background-size: contain;
}
.nums1 .icon {
background: url("../images/l7.png") center no-repeat;
background-size: contain;
}
.nums2 .icon {
background: url("../images/l8.png") center no-repeat;
background-size: contain;
}
.nums99 .icon {
background: url("../images/l9.png") center no-repeat;
background-size: contain;
}

.nums_return .icon {
background: url("../images/00.png") center no-repeat;
background-size: contain;
}
.all-type .right {
display: inline-block;
position: absolute;
right: 1.5rem;
top: 1.25rem;
width: 1.5rem;
height: 1.5rem;
background: url("../images/right-arrow.png") center no-repeat;
background-size: contain;
}</pre></body></html>