Browse Source

菜单边框

zhouna 5 năm trước cách đây
mục cha
commit
31483d17cb
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/css/index.less

+ 2 - 1
src/css/index.less

@@ -218,12 +218,13 @@
     .copy-right{
     .copy-right{
       position: fixed;
       position: fixed;
       bottom: 0px;
       bottom: 0px;
-      width: @menuWt;
+      width: @menuWt+(-1px);
       text-align: center;
       text-align: center;
       height: 50px;
       height: 50px;
       line-height: 50px;
       line-height: 50px;
       background: @themeColor;
       background: @themeColor;
       border-top: 1px @themeBorderClr solid;
       border-top: 1px @themeBorderClr solid;
+      border-right: 1px rgba(74, 93, 142, 0.5) solid;
       p{
       p{
         font-size:12px;
         font-size:12px;
         opacity: .3;
         opacity: .3;