Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이태화
/
khu-notice-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이태화
2020-12-04 09:36:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1472c4349402faae133703c6956879411cde139b
1472c434
1 parent
0688bf80
readme
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
README.MD
frontend-builder/src/assets/khlogo.png
frontend-builder/src/components/header.vue
frontend-builder/src/components/noticeList.vue
README.MD
View file @
1472c43
...
...
@@ -7,3 +7,5 @@ start with "npm run start"
## to build frontend
starting point = /frontend-builder
start with "npm run build"
## 공지사항을 모아서 보여주는 사이트입니다.
\ No newline at end of file
...
...
frontend-builder/src/assets/khlogo.png
0 → 100644
View file @
1472c43
72.1 KB
frontend-builder/src/components/header.vue
View file @
1472c43
<template>
<header>
<div class = 'logo'></div>
</header>
</template>
...
...
@@ -9,7 +9,6 @@ export default {
name: 'header',
data () {
return {
}
}
}
...
...
@@ -20,4 +19,8 @@ export default {
height: 443px;
background:linear-gradient(131deg,rgb(247,183,66),rgb(252,74,66));
}
.logo{
background:url(../assets/khlogo.png);
display: block;
}
</style>
...
...
frontend-builder/src/components/noticeList.vue
View file @
1472c43
...
...
@@ -67,13 +67,14 @@ export default {
</script>
<style>
.
imfo
List{
width:
80
0px;
background:
grey
;
.
notice
List{
width:
101
0px;
background:
rgb(249,249,249)
;
}
ul{
display: flex;
flex-direction: column;
align-items: center;
margin: 0 auto 10px auto;
}
li{
...
...
@@ -85,7 +86,7 @@ export default {
display: flex;
position: relative;
padding: 6px 15px 18px;
width:
70
0px;
width:
96
0px;
border-radius:5px;
}
.title{
...
...
Please
register
or
login
to post a comment