样式调整

This commit is contained in:
2022-07-29 17:19:18 +08:00
parent ac85b2558a
commit e8a49b985a
5 changed files with 14 additions and 20913 deletions
+1 -1208
View File
File diff suppressed because one or more lines are too long
+2 -19694
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,4 +1,4 @@
{ {
"/js/app.js": "/js/app.js?id=118ad1c7656e9b1feb9634a5ed494f76", "/js/app.js": "/js/app.js?id=f775b77a8886d46e619d4d79272ec38d",
"/css/app.css": "/css/app.css?id=009ea0c84289f2756329452a0f5516ed" "/css/app.css": "/css/app.css?id=3b9c308b6dc460a0dfe4535c4c94ab78"
} }
+4 -4
View File
@@ -25,14 +25,14 @@
<tbody> <tbody>
@foreach($programs as $program) @foreach($programs as $program)
<tr> <tr>
<td class="border"> <td class="border align-top">
<a href="/programs/{{ $program->id }}/video"> <a class="text-blue-600 lg:text-current underline lg:no-underline" href="/programs/{{ $program->id }}/video">
<span title="节目">{{$program->name}}</span> <span title="节目">{{$program->name}}</span>
<span title="难度">{{$program->difficulty}}</span> <span title="难度">{{$program->difficulty}}</span>
<span title="要求">{{$program->desc}}</span> <span title="要求">{{$program->desc}}</span>
</a> </a>
</td> </td>
<td class="border"> <td class="border align-top">
@foreach($program->appends as $append) @foreach($program->appends as $append)
@if($append->is_original) @if($append->is_original)
<div> <div>
@@ -90,7 +90,7 @@
<a href="{{route('program.construct.append.list', ['program'=>$program->id])}}">去建设</a> <a href="{{route('program.construct.append.list', ['program'=>$program->id])}}">去建设</a>
@endif @endif
</td> </td>
<td class="border hidden lg:table-cell"> <td class="border align-top hidden lg:table-cell">
@foreach($program->video_pivots as $video_pivot) @foreach($program->video_pivots as $video_pivot)
<a class="block" <a class="block"
target="_blank" target="_blank"
@@ -72,14 +72,14 @@
<table class="table-auto border-collapse w-full lg:border lg:border-black"> <table class="table-auto border-collapse w-full lg:border lg:border-black">
<thead> <thead>
<tr class="border border-black sticky bg-white lg:static top-0 left-0 right-0"> <tr class="border border-black sticky bg-white lg:static top-0 left-0 right-0">
<td>节目开始时的画面</td> <td class="border">节目开始时的画面</td>
<td>节目结束时的画面</td> <td class="border">节目结束时的画面</td>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@foreach($videos as $video_pivot) @foreach($videos as $video_pivot)
<tr> <tr class="border">
<td> <td class="border align-bottom">
<a class="block" <a class="block"
target="_blank" target="_blank"
href="https://www.bilibili.com/video/{{$video_pivot->video_bvid}}?p={{$video_pivot->start_part}}&t={{$video_pivot->start_sec}}" href="https://www.bilibili.com/video/{{$video_pivot->video_bvid}}?p={{$video_pivot->start_part}}&t={{$video_pivot->start_sec}}"
@@ -93,7 +93,7 @@
@endif @endif
</a> </a>
</td> </td>
<td> <td class="border align-bottom">
<a class="block" <a class="block"
target="_blank" target="_blank"
href="https://www.bilibili.com/video/{{$video_pivot->video_bvid}}?p={{$video_pivot->stop_part}}&t={{$video_pivot->stop_sec}}" href="https://www.bilibili.com/video/{{$video_pivot->video_bvid}}?p={{$video_pivot->stop_part}}&t={{$video_pivot->stop_sec}}"