This commit is contained in:
hyunho 2020-10-27 07:06:53 +00:00
parent 836bd0c033
commit 988a4d9ac9
3 changed files with 107 additions and 108 deletions

View File

@ -361,11 +361,13 @@
<Content Include="img\main\main_edu_thumb03.jpg" /> <Content Include="img\main\main_edu_thumb03.jpg" />
<Content Include="img\main\main_edu_thumb04.jpg" /> <Content Include="img\main\main_edu_thumb04.jpg" />
<Content Include="img\main\main_edu_thumb05.jpg" /> <Content Include="img\main\main_edu_thumb05.jpg" />
<Content Include="img\main\main_search_btn.png" />
<Content Include="img\main\main_top_bg.jpg" /> <Content Include="img\main\main_top_bg.jpg" />
<Content Include="img\main\main_top_bg_m.jpg" /> <Content Include="img\main\main_top_bg_m.jpg" />
<Content Include="img\main\main_top_ico01.png" /> <Content Include="img\main\main_top_ico01.png" />
<Content Include="img\main\main_top_ico02.png" /> <Content Include="img\main\main_top_ico02.png" />
<Content Include="img\main\main_top_ico03.png" /> <Content Include="img\main\main_top_ico03.png" />
<Content Include="img\main\select_arrow.png" />
<Content Include="img\mypage\banner01_m.jpg" /> <Content Include="img\mypage\banner01_m.jpg" />
<Content Include="img\mypage\banner01_mid.jpg" /> <Content Include="img\mypage\banner01_mid.jpg" />
<Content Include="img\mypage\banner01_pc.jpg" /> <Content Include="img\mypage\banner01_pc.jpg" />

View File

@ -1,12 +1,14 @@
@model NP.Model.VMHome @model NP.Model.VMHome
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
<head> <head>
<style> <style>
.offTab { .mainTop *{
padding-bottom : 0px; font-family: 'Noto Sans KR', sans-serif;
margin-bottom : 0px; font-size: 11pt;
letter-spacing: -0.05em;
font-weight: 400;
color: #fff;
line-height: 1.6em;
} }
</style> </style>
<meta charset="utf-8"> <meta charset="utf-8">
@ -46,12 +48,11 @@
<script type="text/javascript" src="../js/slick.min.js"></script> <script type="text/javascript" src="../js/slick.min.js"></script>
</head> </head>
<body>
@section main{ @section main{
<div id="main"> <div id="main">
<div class="container"> <div class="container">
<div class="mainTop"> <div class="mainTop">
<h2><span>YICTE</span> Smart Search</h2> <h2>YICTE Smart Search</h2>
<p>나에게 필요한 교육을 찾아드립니다.</p> <p>나에게 필요한 교육을 찾아드립니다.</p>
</div> </div>
<form action=""> <form action="">
@ -145,10 +146,6 @@
</div> </div>
</div> </div>
} }
</body>
</html>
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function () { $(document).ready(function () {
$("#lblTypeGrade").text("등급"); $("#lblTypeGrade").text("등급");

View File

@ -407,7 +407,7 @@ a.msBtn {
width: 32px; width: 32px;
height: 17px; height: 17px;
margin-left: 20px; margin-left: 20px;
background: url('../../img/main/main_search_btn.png')no-repeat center center; background: url('../img/main/main_search_btn.png')no-repeat center center;
background-size: cover; background-size: cover;
} }
@ -444,7 +444,7 @@ a.msBtn {
right: 20px; right: 20px;
top: 50%; top: 50%;
margin-top: -3px; margin-top: -3px;
background: url('../../img/main/select_arrow.png')no-repeat center bottom; background: url('../img/main/select_arrow.png')no-repeat center bottom;
background-size: 100% auto; background-size: 100% auto;
} }