このコミットが含まれているのは:
テクニカル諏訪子 2021-02-07 00:34:41 +09:00
コミット 2ba627646f
2個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -5,7 +5,7 @@
</div>
<div class="row">
@foreach ($new as $n)
<div class="col-3">
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-6">
<div class="thumb"><a href="/video/play/{{ $n->vid }}"><img width="170" height="96" src="{{ ($n->thumbnail ?: '/img/noicon.jpg') }}" alt="{{ $n->title }}" /></a></div>
<div class="title" style="font-size: 90%;"><a href="/video/play/{{ $n->vid }}">{{ $n->title }}</a></div>
<div class="videodate" style="font-size: 60%; color: #bdc3c7;">{{ date('Y年m月d日 H:i:s', $n->publish_date) }}</div>

ファイルの表示

@ -5,7 +5,7 @@
</div>
<div class="row">
@foreach ($pop as $p)
<div class="col-3">
<div class="col-xl-3 col-lg-6 col-md-6 col-sm-6">
<div class="thumb"><a href="/video/play/{{ $p->vid }}"><img width="170" height="96" src="{{ ($p->thumbnail ?: '/img/noicon.jpg') }}" alt="{{ $p->title }}" /></a></div>
<div class="title" style="font-size: 90%;"><a href="/video/play/{{ $p->vid }}">{{ $p->title }}</a></div>
<div class="videodate" style="font-size: 60%; color: #bdc3c7;">視聴数:{{ $p->view }}</div>