diff --git a/themes/beauty/views/site/index.php b/themes/beauty/views/site/index.php index a4bf9be..4d5f80d 100644 --- a/themes/beauty/views/site/index.php +++ b/themes/beauty/views/site/index.php @@ -59,13 +59,12 @@ eof; } } ?> -

  • -
  • - 版本 -
    - 发布@ -
  • +
    + 版本 +
    + 发布@ +
    diff --git a/www/css/beauty.css b/www/css/beauty.css index 8602933..60ee8e0 100644 --- a/www/css/beauty.css +++ b/www/css/beauty.css @@ -60,7 +60,7 @@ a:link{text-decoration:none} width: 160px; background-color: #FFF; overflow-y: auto; - bottom: 0; + bottom: 90px; z-index: 1000; padding-bottom:3em; } @@ -70,6 +70,8 @@ a:link{text-decoration:none} .lampshow .navbar-fixed-left .active a{background-color:#e7e7e7;color:#555} .lampshow .navbar-fixed-left a:hover{background-color:#CCC;color:#444} +.versioninfo{position:fixed;left:0;bottom:0;width:160px;padding-top:10px;padding-bottom:5px;border-top:1px solid #EEE} + .img_main{min-height:510px;margin-left:160px} .im_mainl{margin:0 10px 12px 10px} .bor_radius{border-radius:10px} @@ -169,7 +171,7 @@ a:link{text-decoration:none} height: 45vw; } .hidden-xs{display:none} - .navbar-fixed-left{position:static;width:100%} + .navbar-fixed-left, .versioninfo{position:static;width:100%} .img_main{margin-left:0} .pagination>li>a, .pagination>li>span{padding:3px 7px}