Skip to content

Commit

Permalink
up layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloking committed Jun 17, 2024
1 parent eb55173 commit f40116e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App/ScheduleData.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const data = [
{ time:"11:00、12:30、14:00", show:"show_name_18", title:"guide_category_6"},
{ time:"11:30、13:00、14:30", show:"show_name_19",title:"guide_category_6"},
{ time:"12:00、13:30、15:00", show:"show_name_20", title:"guide_category_6"},
{ time:"16:00~18:00", show:"show_name_13",show2:"show_name_17", title:"guide_category_7",title2:"guide_category_7"},
{ time:"16:00~18:00", show:"show_name_13",show2:"show_name_6", title:"guide_category_7",title2:"guide_category_7"},
]
},
{
Expand All @@ -87,7 +87,7 @@ export const data = [
{ time:"11:00、12:30、14:00", show:"show_name_18", title:"guide_category_6"},
{ time:"11:30、13:00、14:30", show:"show_name_19",title:"guide_category_6"},
{ time:"12:00、13:30、15:00", show:"show_name_20", title:"guide_category_6"},
{ time:"16:00~18:00", show:"show_name_13",show2:"show_name_17", title:"guide_category_7",title2:"guide_category_7"},
{ time:"16:00~18:00", show:"show_name_13",show2:"show_name_6", title:"guide_category_7",title2:"guide_category_7"},
]
},
]
12 changes: 12 additions & 0 deletions src/App/_mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@
}
}
}
.social{
width: 100%;
position: relative;
ul{
justify-content: end;
gap: 3px;
li{
margin-right: 0px;
height: 35px;
}
}
}
.carousel-section{
width: 90%;
margin: 0 auto ;
Expand Down
4 changes: 4 additions & 0 deletions src/App/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -875,9 +875,13 @@ body{
/*social*/
.social{
width: 100%;
position: fixed;
top:0px;
z-index: 9999;
ul{
display: flex;
justify-content: flex-end;
margin: 0;
li{
margin-right: 15px;
cursor: pointer;
Expand Down

0 comments on commit f40116e

Please sign in to comment.