Skip to content

Commit

Permalink
[Update] 파일 정리
Browse files Browse the repository at this point in the history
Former-commit-id: e3302839b1e47639bc454b11869cc24479cf4245
  • Loading branch information
dyeo-mee committed Dec 20, 2021
1 parent 7db16af commit 3d648e9
Show file tree
Hide file tree
Showing 62 changed files with 2 additions and 4,371 deletions.
6 changes: 0 additions & 6 deletions app/static/css/foodSearch.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,9 @@
border: 1px solid #C0C0C0;
}
.delete_btn:hover {
/*background: #d88771;*/
color: #f6d365;
}
.search_container {
/*display: flex;*/
display: block;
justify-content: center;
align-items: -webkit-center;
Expand All @@ -130,10 +128,6 @@
.search li {
flex: 1;
}
/*.complete-btn {*/
/* background: green;*/
/*}*/

.search_item {
padding: 0rem 0.5rem;
}
Expand Down
39 changes: 0 additions & 39 deletions app/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,23 +310,17 @@ a:active{color: white;}
justify-content: flex-end;

background: url(../image/index_cloud.png);
/* background-repeat: no-repeat;
background-size: cover; */
}
#intro{
z-index: 0;
}
#l_cloud{
/* top: -90px; */
transform: translateZ(50px);
}
#r_cloud{
z-index: -1;
transform: translateZ(50px);
}
/* #group-1{
background: url("../image/cloud_background.jpg");
} */
/*--------intro cloud--------*/
.index_cloud{
width: 100%;
Expand All @@ -338,7 +332,6 @@ a:active{color: white;}
justify-content: center;

transform: translateZ(-200px);
/* translateY(100px); */
}
.l_cloud{
width: 100%;
Expand All @@ -358,38 +351,6 @@ a:active{color: white;}
font-weight: 400;
margin: 300px 0 300px 0;
}
/* .light_bar{
position: absolute;
top: 290px;
width: 100%;
height: 10px;
opacity: 0.8;
border-radius: 10px;
background-color: white;
z-index: 2;
box-shadow: 0px 0px 10px #65b1ff,
0px 0px 20px #65b1ff;
animation: animateLightbar 4s linear infinite;
}
@keyframes animateLightbar
{
0%,5%
{
transform: scaleX(0) translateY(0);
}
10%
{
transform: scaleX(1) translateY(0);
}
90%
{
transform: scaleX(1) translateY(calc(290px - 10px));
}
95%,100%
{
transform: scaleX(0) translateY(calc(290px - 10px));
}
} */
.virus_blur1{
width: 120px;
height: 120px;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed app/static/image/arrow.png
Binary file not shown.
Binary file removed app/static/image/desk_top.png
Binary file not shown.
Binary file removed app/static/image/egg_avo.png
Binary file not shown.
Binary file removed app/static/image/index_front_cloud.png
Binary file not shown.
Binary file removed app/static/image/index_l_cloud.png
Binary file not shown.
Binary file removed app/static/image/index_r_cloud.png
Binary file not shown.
Binary file removed app/static/image/sticker.png
Binary file not shown.
Binary file removed app/static/image/사람.jpeg
Binary file not shown.
134 changes: 0 additions & 134 deletions app/static/js/index.js

This file was deleted.

Loading

0 comments on commit 3d648e9

Please sign in to comment.