Browse Source

ui improve

master
filesite 2 months ago
parent
commit
cb9a1c4dad
  1. 2
      themes/beauty/views/site/mp3player.php
  2. 1
      www/css/beauty.css

2
themes/beauty/views/site/mp3player.php

@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
data-cid="<?php echo $viewData['cacheParentDataId']; ?>"
data-page="<?php echo $viewData['page']; ?>"
data-page-size="<?php echo $viewData['pageSize']; ?>"
class="row othervideos"><div class="ml-1">...</div></div>
class="row othervideos"><div class="ml-2">...</div></div>
</div>
<div class="audioplayer" style="background:url('/img/beauty/audio_bg.jpg') top center">
<div class="row">

1
www/css/beauty.css

@ -166,6 +166,7 @@ a:link{text-decoration:none} @@ -166,6 +166,7 @@ a:link{text-decoration:none}
.mt-1{margin-top:1em}
.mr-1{margin-right:1em}
.ml-1{margin-left:1em}
.ml-2{margin-left:2em}
.mb-1{margin-bottom:1em}
.simple-form{max-width:480px;margin:0 auto}

Loading…
Cancel
Save