자기전 정리 2022.10.17(01.)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{% extends "base.html" %} {% block content %}
|
{% extends "base.html" %} {% block content %}
|
||||||
|
<div id="yommi_wrapper">
|
||||||
<div class="input-group mb-2">
|
<div class="input-group mb-2">
|
||||||
<input
|
<input
|
||||||
id="input_search"
|
id="input_search"
|
||||||
type="search"
|
type="search"
|
||||||
@@ -12,9 +12,9 @@
|
|||||||
<button id="btn_search" type="button" class="btn btn-primary">
|
<button id="btn_search" type="button" class="btn btn-primary">
|
||||||
search
|
search
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
id="anime_category"
|
id="anime_category"
|
||||||
class="btn-group"
|
class="btn-group"
|
||||||
@@ -41,6 +41,7 @@
|
|||||||
<form id="program_auto_form">
|
<form id="program_auto_form">
|
||||||
<div id="episode_list"></div>
|
<div id="episode_list"></div>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--전체-->
|
<!--전체-->
|
||||||
|
|
||||||
@@ -405,7 +406,7 @@
|
|||||||
let data_code = $(this).attr("data-code");
|
let data_code = $(this).attr("data-code");
|
||||||
console.log(data_code);
|
console.log(data_code);
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/" + package_name + "/ajax/"+sub+"/add_whitelist",
|
url: "/" + package_name + "/ajax/" + sub + "/add_whitelist",
|
||||||
type: "POST",
|
type: "POST",
|
||||||
cache: false,
|
cache: false,
|
||||||
data: JSON.stringify({data_code: data_code}),
|
data: JSON.stringify({data_code: data_code}),
|
||||||
@@ -671,6 +672,7 @@
|
|||||||
button.btn-favorite {
|
button.btn-favorite {
|
||||||
background-color: #e0ff42;
|
background-color: #e0ff42;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.card-columns {*/
|
/*.card-columns {*/
|
||||||
/* @include media-breakpoint-only(lg) {*/
|
/* @include media-breakpoint-only(lg) {*/
|
||||||
/* column-count: 4;*/
|
/* column-count: 4;*/
|
||||||
@@ -683,10 +685,12 @@
|
|||||||
.container {
|
.container {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-columns {
|
.card-columns {
|
||||||
column-count: 2;
|
column-count: 2;
|
||||||
column-gap: 1.25rem;
|
column-gap: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-columns .card {
|
.card-columns .card {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
@@ -694,12 +698,16 @@
|
|||||||
|
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.card-columns {column-count: 3;}
|
.card-columns {
|
||||||
|
column-count: 3;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Large devices (desktops, 992px and up) */
|
/* Large devices (desktops, 992px and up) */
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.card-columns {column-count: 3;}
|
.card-columns {
|
||||||
|
column-count: 3;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Extra large devices (large desktops, 1200px and up) */
|
/* Extra large devices (large desktops, 1200px and up) */
|
||||||
@@ -707,23 +715,34 @@
|
|||||||
.card-columns {
|
.card-columns {
|
||||||
column-count: 5;
|
column-count: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#yommi_wrapper {
|
||||||
|
max-width: 80%;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-columns .card {
|
.card-columns .card {
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
.card-columns .card img{
|
|
||||||
|
.card-columns .card img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
button#add_whitelist {
|
button#add_whitelist {
|
||||||
/*top: -70px;*/
|
/*top: -70px;*/
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: NanumSquareNeo,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
|
font-family: NanumSquareNeo, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: linear-gradient(90deg, #233f48, #6c6fa2, #768dae);
|
background-image: linear-gradient(90deg, #233f48, #6c6fa2, #768dae);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user