小修一下头部
This commit is contained in:
parent
98cc75ad16
commit
fe83327127
@ -1,7 +1,7 @@
|
|||||||
<nav class="bg-white shadow-sm mb-2 w-full" aria-label="功能导航">
|
<nav class="bg-white shadow-sm w-full" aria-label="功能导航">
|
||||||
<div class="mx-auto px-2 sm:px-6 lg:px-8">
|
<div class="mx-auto px-2 sm:px-6 lg:px-8">
|
||||||
<div class="relative flex h-16 items-center justify-between">
|
<div class="relative flex h-16 items-center justify-between">
|
||||||
<div class="absolute inset-y-0 left-0 flex items-center sm:hidden" onclick="document.getElementById('_mobile_menu').style.display = document.getElementById('_mobile_menu').style.display ? '' : 'none'">
|
<div class="absolute inset-y-0 left-0 flex items-center md:hidden" onclick="document.getElementById('_mobile_menu').style.display = document.getElementById('_mobile_menu').style.display ? '' : 'none'">
|
||||||
<button type="button" class="inline-flex items-center justify-center rounded-md p-2 text-gray-400 hover:bg-gray-700 hover:text-white focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white" aria-controls="mobile-menu" aria-expanded="false">
|
<button type="button" class="inline-flex items-center justify-center rounded-md p-2 text-gray-400 hover:bg-gray-700 hover:text-white focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white" aria-controls="mobile-menu" aria-expanded="false">
|
||||||
<svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
|
<svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
|
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
|
||||||
@ -11,11 +11,11 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-1 items-center justify-center sm:items-stretch sm:justify-start">
|
<div class="flex flex-1 items-center justify-center md:items-stretch md:justify-start">
|
||||||
<div class="flex flex-shrink-0 items-center border border-black rounded-full px-4 font-bold">
|
<div class="flex flex-shrink-0 items-center border border-black rounded-full px-4 font-bold">
|
||||||
永恒の录播查询站
|
永恒の录播查询站
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden sm:ml-6 sm:block">
|
<div class="hidden sm:ml-6 md:block">
|
||||||
<div class="flex space-x-4">
|
<div class="flex space-x-4">
|
||||||
<a class="{{ (request()->is('comments', 'video/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} px-3 py-2 rounded-md text-sm font-medium" href="/comments">节目单查询</a>
|
<a class="{{ (request()->is('comments', 'video/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} px-3 py-2 rounded-md text-sm font-medium" href="/comments">节目单查询</a>
|
||||||
<a class="{{ (request()->is('danmakus', 'danmakus/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} px-3 py-2 rounded-md text-sm font-medium" href="/danmakus">直播弹幕查询</a>
|
<a class="{{ (request()->is('danmakus', 'danmakus/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} px-3 py-2 rounded-md text-sm font-medium" href="/danmakus">直播弹幕查询</a>
|
||||||
@ -44,7 +44,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="sm:hidden" id="_mobile_menu" style="display: none">
|
<div class="md:hidden" id="_mobile_menu" style="display: none">
|
||||||
<div class="space-y-1 px-2 pt-2 pb-3">
|
<div class="space-y-1 px-2 pt-2 pb-3">
|
||||||
<a class="{{ (request()->is('comments', 'video/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} block px-3 py-2 rounded-md text-base font-medium" href="/comments">节目单查询</a>
|
<a class="{{ (request()->is('comments', 'video/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} block px-3 py-2 rounded-md text-base font-medium" href="/comments">节目单查询</a>
|
||||||
<a class="{{ (request()->is('danmakus', 'danmakus/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} block px-3 py-2 rounded-md text-base font-medium" href="/danmakus">直播弹幕查询</a>
|
<a class="{{ (request()->is('danmakus', 'danmakus/*')) ? 'bg-gray-900 text-white' : 'text-gray-700 hover:bg-gray-700 hover:text-white' }} block px-3 py-2 rounded-md text-base font-medium" href="/danmakus">直播弹幕查询</a>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@include("common.header")
|
@include("common.header")
|
||||||
<form class="form" action="">
|
<form class="form py-2" action="">
|
||||||
<label for="keyword">查找节目单关键词,空格隔开查找多个关键词</label>
|
<label for="keyword">查找节目单关键词,空格隔开查找多个关键词</label>
|
||||||
<input class="border border-black" type="text" name="keyword" id="keyword" value="{{$keyword}}">
|
<input class="border border-black" type="text" name="keyword" id="keyword" value="{{$keyword}}">
|
||||||
<input class="border border-black" type="submit">
|
<input class="border border-black" type="submit">
|
||||||
|
@ -7,8 +7,25 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@include("common.header")
|
@include("common.header")
|
||||||
<div class="font-bold">数据待补充完整,需要查较为久远的节目,请先点击上方节目单查询</div>
|
<div class="w-full text-white bg-blue-500" id="_notice">
|
||||||
<form class="form" action="">
|
<div class="container flex items-center justify-between px-2 sm:px-6 lg:px-8 py-4 mx-auto">
|
||||||
|
<div class="flex">
|
||||||
|
<svg viewBox="0 0 40 40" class="w-6 h-6 fill-current">
|
||||||
|
<path d="M20 3.33331C10.8 3.33331 3.33337 10.8 3.33337 20C3.33337 29.2 10.8 36.6666 20 36.6666C29.2 36.6666 36.6667 29.2 36.6667 20C36.6667 10.8 29.2 3.33331 20 3.33331ZM21.6667 28.3333H18.3334V25H21.6667V28.3333ZM21.6667 21.6666H18.3334V11.6666H21.6667V21.6666Z">
|
||||||
|
</path>
|
||||||
|
</svg>
|
||||||
|
<p class="mx-3 font-medium">数据待补充完整,需要查较为久远的节目,请先点击上方节目单查询</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<button class="p-1 transition-colors duration-300 transform rounded-md hover:bg-opacity-25 hover:bg-gray-600 focus:outline-none" type="button" onclick="document.getElementById('_notice').remove()">
|
||||||
|
<span class="sr-only">关闭</span>
|
||||||
|
<svg class="w-5 h-5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M6 18L18 6M6 6L18 18" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<form class="form py-2" action="">
|
||||||
<label for="keyword">查找节目关键词,空格隔开查找多个关键词,支持通过点播老板或追加内容搜索</label>
|
<label for="keyword">查找节目关键词,空格隔开查找多个关键词,支持通过点播老板或追加内容搜索</label>
|
||||||
<input class="border border-black" type="text" name="keyword" id="keyword" value="{{$keyword}}">
|
<input class="border border-black" type="text" name="keyword" id="keyword" value="{{$keyword}}">
|
||||||
<input class="border border-black" type="submit">
|
<input class="border border-black" type="submit">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user