Commit f797a096 by 梁建民

css

parent e5547081
......@@ -70,7 +70,7 @@ body { overflow-x: hidden; }
.lx-head .page-width .r .text .icn { background-position: -92px -4px; width: 16px; height: 16px; }
.lx-head .page-width .r .text span { font-size: 14px; color: #353535; margin-left: 8px; }
.lx-head .page-width .r .info-wrap { position: relative; width: 213px; height: 100%; background: url("../images/shang.png") no-repeat center; background-size: cover; }
.lx-head .page-width .r .info-wrap .no-login, .lx-head .page-width .r .info-wrap .login { padding: 9px 0 0 69px; display: block; }
.lx-head .page-width .r .info-wrap .no-login, .lx-head .page-width .r .info-wrap .login { padding: 24px 0 0 69px; display: block; }
.lx-head .page-width .r .info-wrap .no-login .ico-1, .lx-head .page-width .r .info-wrap .login .ico-1 { background-position: -118px -2px; width: 40px; height: 40px; }
.lx-head .page-width .r .info-wrap .no-login .ico-2, .lx-head .page-width .r .info-wrap .login .ico-2 { background-position: -169px -9px; width: 13px; height: 7px; }
.lx-head .page-width .r .info-wrap .no-login span, .lx-head .page-width .r .info-wrap .login span { margin: 0 10px 0 9px; font-size: 14px; color: #ffffff; }
......@@ -118,6 +118,7 @@ body { overflow-x: hidden; }
.lx-content .lx-content-wrap .lx-content-l ul li dl dd.curr, .lx-content .lx-content-wrap .lx-content-l ul li dl dd:hover { background: rgba(16, 128, 208, 0.1); }
.lx-content .lx-content-wrap .lx-content-l ul li dl dd.curr i.line, .lx-content .lx-content-wrap .lx-content-l ul li dl dd:hover i.line { display: block; }
.lx-content .lx-content-wrap .lx-content-l ul li dl dd.curr a, .lx-content .lx-content-wrap .lx-content-l ul li dl dd:hover a { color: #1080d0; }
.lx-content .lx-content-wrap .lx-content-l ul li.curr dl { display: block; }
.lx-content .lx-content-wrap .lx-content-l .bg { width: 180px; height: 68px; position: absolute; bottom: 0; left: 0; background: url("../images/xia.png") no-repeat center; background-size: cover; }
.lx-content .lx-content-wrap .lx-content-r { margin-left: 1px; width: 1008px; }
.lx-content .lx-content-wrap .lx-content-r .tit-bar { padding-left: 20px; height: 45px; line-height: 45px; background: rgba(255, 255, 255, 0.8); }
......@@ -179,8 +180,8 @@ body { overflow-x: hidden; }
.lx-content .lx-content-wrap .lx-content-r .con-section .table-list table tr td .operation-0 em, .lx-content .lx-content-wrap .lx-content-r .con-section .table-list table tr td .operation-1 em { font-size: 12px; color: #1080d0; margin-left: 6px; }
.lx-content .lx-content-wrap .lx-content-r .con-section .table-list table tr:hover { background-color: #f6f6f6; }
.lx-content .lx-content-wrap .lx-content-r .con-section .detail-list { margin-left: 20px; margin-right: 20px; padding: 20px 0; }
.lx-content .lx-content-wrap .lx-content-r .con-section .detail-list .mr100 { margin-right: 5px; }
.lx-content .lx-content-wrap .lx-content-r .con-section .detail-list .mr126 { margin-right: 5px; }
.lx-content .lx-content-wrap .lx-content-r .con-section .detail-list .mr100 { margin-right: 100px; }
.lx-content .lx-content-wrap .lx-content-r .con-section .detail-list .mr126 { margin-right: 126px; }
.lx-content .lx-content-wrap .lx-content-r .con-section .detail-list .mr26 { margin-right: 26px; }
.lx-content .lx-content-wrap .lx-content-r .con-section .detail-list .mr33 { margin-right: 33px; }
.lx-content .lx-content-wrap .lx-content-r .con-section .detail-list .mr40 { margin-right: 40px; }
......
......@@ -327,6 +327,11 @@
}
}
}
&.curr{
dl{
display: block;
}
}
}
}
.bg {
......
......@@ -90,8 +90,6 @@
<i class="line"></i>
<a href="/web/GoodsList">商品列表</a>
</dd>
</dl>
<dl >
<dd class="<?php if( in_array($id,['GoodsAuditList']) !== false ) echo "curr" ?>">
<i class="line"></i>
<a href="/web/GoodsAuditList">价格审核列表</a>
......@@ -104,13 +102,11 @@
<span class="t1 lineBlock va-m">订单管理</span>
<b class="iconfont icon-xiala-"></b>
</a>
<dl style='display: block;'>
<dl>
<dd class=" <?php if( in_array($id,['OrderList','OrderDetail']) !== false ) echo "curr" ?>">
<i class="line"></i>
<a href="/web/OrderList">订单列表</a>
</dd>
</dl>
<dl style='display: block;'>
<dd class=" <?php if( in_array($id,['AbnormalList','AbnormalDetail']) !== false ) echo "curr" ?>">
<i class="line"></i>
<a href="/web/AbnormalList">退货列表</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment