From 88c560405e98d4ece1a972e23fb20f7db4fb4b8f Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 10 Mar 2018 04:48:25 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=ED=94=84?= =?UTF-8?q?=EB=A0=88=EC=9E=84=20=EC=9D=BC=EB=B6=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i_login/Frame.php | 74 +++++++++++++++++++---------------------------- i_login/Style.css | 56 +++++++++++++++++++++++------------ i_login/login.php | 9 +++++- index.php | 2 +- 4 files changed, 76 insertions(+), 65 deletions(-) diff --git a/i_login/Frame.php b/i_login/Frame.php index 2c4aec97..8b2da17c 100644 --- a/i_login/Frame.php +++ b/i_login/Frame.php @@ -5,40 +5,30 @@ require_once(ROOT.'/f_config/DB.php'); $system = getRootDB()->queryFirstRow('SELECT `REG`, `LOGIN` FROM `SYSTEM` WHERE `NO`=1'); ?> - - + + -
+ -
- -
-
-
-
- - -
+
-
삼모전 유기체서버
+
삼모전 HiD서버
통합관리
ID 
PW 
- -
접속장소 
- + - +
※체섭은 맑은고딕체를 권장합니다.
@@ -77,16 +62,15 @@ if($system['LOGIN'] == 'Y') {
삼국지 모의전투 유기체서버
 제작자 : 유기체(jwh1807@gmail.com)
-
- -
+ +
+ + + + + + + + + +
\ No newline at end of file diff --git a/i_login/Style.css b/i_login/Style.css index fa98024d..9033c305 100644 --- a/i_login/Style.css +++ b/i_login/Style.css @@ -3,14 +3,32 @@ @import url("findpw/Style.css"); @import url("join/Style.css"); +html{ + width:100%; + height:100%; +} + +body{ + width:100%; + height:100%; + background-repeat:no-repeat; + background-size:cover; + background-attachment: fixed; + background-position:center bottom; +} + #Login_00 { - width: 1024px; height: 815px; + width: 1024px; max-height: 100%; position: absolute; top: 0px; left: 50%; margin-left: -512px; /* DIV박스 크기의 1/2로 마진을 잡아줍니다. */ } -.Login_TopBottomButtons { - width: 1024px; height: 20px; +.Login_TopButtons, .Login_BottomButtons { + width: 1024px; + height: 20px; + position:fixed; + left:50%; + margin-left:-512px; } .Login_TopBottomButton { @@ -20,30 +38,30 @@ font-weight: bold; } +.Login_TopBottons{ + top:0; +} + +.Login_BottomButtons{ + bottom:0; +} + #Login_0000 { width: 52px; height: 52px; position: absolute; top: 30px; left: 10px; - border: 1px solid white; -} - -#Login_0002 { - width: 160px; height: 600px; - position: absolute; top: 100px; left: -170px; -} - -#Login_0003 { - width: 160px; height: 600px; - position: absolute; top: 100px; left: 1034px; } #Login_0001 { width: 1024px; height: 768px; - background-color: black; background-position: center; background-repeat: no-repeat; } #Login_000100 { + position:fixed; width: 350px; height: 230px; - position: absolute; left: 337px; top: 269px; + left:50%; + margin-left:-175px; + top:50%; + margin-top:-115px; } #Login_00010000 { @@ -131,6 +149,8 @@ #Login_000101 { width: 280px; height: 40px; - position: absolute; left: 700px; top: 720px; - padding-top: 10px; + position: fixed; + left:50%; + margin-left:150px; + bottom:60px; } diff --git a/i_login/login.php b/i_login/login.php index 93bd3c0c..87911064 100644 --- a/i_login/login.php +++ b/i_login/login.php @@ -1,5 +1,12 @@ IsLoggedIn()){ + header(ROOT.'/i_entrance/Frame.php'); + die(); +} ?> @@ -43,7 +50,7 @@ function Login() { - + diff --git a/index.php b/index.php index 5a309e8d..1d959cb2 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ require('_common.php'); require(ROOT.'/f_config/SETTING.php'); if($SETTING->isExist()){ - header ("Location:i_entrance/entrance.php"); + header ("Location:i_login/login.php"); } else{ header ('Location:install.php');