Browse Source

css of version update

master
filesite 3 months ago
parent
commit
1e0340d5ce
  1. 6
      themes/beauty/views/site/index.php
  2. 1
      www/css/beauty.css

6
themes/beauty/views/site/index.php

@ -59,11 +59,11 @@ eof; @@ -59,11 +59,11 @@ eof;
}
}
?>
<li><hr></li>
<li class="mt-3"><hr></li>
<li class="vercenter">
版本 <strong><?php echo FSC::$app['config']['version']; ?></strong>
版本 <em><?php echo FSC::$app['config']['version']; ?></em>
<br>
发布@<strong><?php echo FSC::$app['config']['releaseDate']; ?></strong>
发布@<?php echo FSC::$app['config']['releaseDate']; ?>
</li>
</ul>
</div><!-- /.navbar-collapse -->

1
www/css/beauty.css

@ -143,6 +143,7 @@ a:link{text-decoration:none} @@ -143,6 +143,7 @@ a:link{text-decoration:none}
.othervideos{max-height:560px;overflow-y:auto}
.btn_autoplay{margin:5px}
.mt-3{margin-top:3em}
.mt-2{margin-top:2em}
.mt-1{margin-top:1em}
.mr-1{margin-right:1em}

Loading…
Cancel
Save