| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 | @charset "utf-8";/* intro  */.intro_login_container { background:url(../images/login/intro_bg.jpg);height: 100%; background-position:center center; background-attachment:fixed; }.intro_login_wrap { width:594px; height:273px; position:absolute; top:50%; margin-top:-100px; background:url(../images/login/intro-logo.png) top left no-repeat; left:50%; margin-left:-297px; }.intro_login_wrap ul { position:relative; width:345px; margin:170px 0 0 20px; }.login_id_input_wrap, .login_pass_input_wrap  { background:url(../images/login/intro_login_bg_off.png) left top no-repeat;width:205px; color:#fff }.login_id_input, .login_pass_input {  width:190px; height:41px; border:none; background:none; padding:0 15px; line-height:1em; color:#fff; }.login_id_input_wrap:hover, .login_id_input_wrap:focus, .login_pass_input_wrap:hover, .login_pass_input_wrap:focus { background:url(../images/login/intro_login_bg_on.png) left top no-repeat; }.btn_intro_login { width:132px; height:43px; display:block; background:url(../images/login/btn_login_off.png) no-repeat; }.btn_intro_login_wrap { position: absolute; top:0; right:0 }.intro_id_save_wrap { position: absolute; top:50px; right:30px }.intro_id_save_wrap input { background:url(../images/login/check_box_off.png) no-repeat; border:none;  }.intro_id_save_wrap label { color:#fff; font-weight:bold; }.intro_login_wrap .dx-placeholder { line-height: 30px; padding-left:10px; font-size:12px; }.login_id_field_wrap input { background: url(../images/custom/ibems_light/intro_login_bg_off.png) no-repeat; width:205px; height:41px; color:#fff; font-weight:600; }.login_pass_field_wrap input { background: url(../images/custom/ibems_light/intro_login_bg_off.png) no-repeat; width:205px; height:41px; color:#fff; }/* cyim 2016.02.17 : 로그인화면 작업 */.intro_login_container {    background:url(../images/login/intro_bg1.png);height: 100%; background-position:center; background-attachment:fixed; }.BasicLayout{             width: 970px;    height: 572px;    position: relative;     margin: auto;    top:auto;   /* width:970px; height:378px; text-align:center; vertical-align:middle; display:table-cell;*/}.LogingBoxImage{    position: absolute;  margin-top :33%;  z-index:2;     /*position: absolute;  display:inline-block; */        }.login_id_area_content {         line-height:2em;    width:450px; height:53px;     font-size:20px;    font-weight:600;    position: absolute;    margin-top: 450px;    margin-left: 28px;      z-index: 20;             border : dotted;    border-width:1px; border-color:wheat;}.login_pw_area_content {    line-height:2em;    width:450px; height:53px;     font-size:20px;    font-weight:600;    position: absolute;    margin-top: 526px;    margin-left: 28px;      z-index: 20;          border : dotted;    border-width:1px; border-color:wheat;}.Button_Login {    position: absolute; top:600px; left:358px; width:120px;height:60px;z-index:2; background:url(../images/login/LoginButton.png) ;  background-position:center;}.Label_IdSave {    position: absolute; top:640px; left:37px; z-index:3;}.Check_IdSave {    position: absolute; top:638px; left:120px; z-index:2;}/* news */.ibems_news_wrap { position:absolute; width:1400px }.ibems_news_position_wrap { position:relative }.news_content_container { background:#0d4378; padding:20px; overflow:hidden; }.news_content_container h3 { color:#fff; margin-bottom:5px; font-size:16px; }.news_wrap_bottom { background: url(../images/custom/ibems_light/news_bottom.png) no-repeat; width:1400px; height:9px; }.news_open_close { position:absolute; cursor: pointer; background:url(../images/custom/ibems_light/news_control_bar.png)left top no-repeat; width:140px; height:35px; bottom:-28px; right:10px; }.news_open_close_con { width:110px; margin:5px 0 0 10px }.news_open_close_con li { float:left; }.news_open_close_con li:first-child { width:20px }.stats_markig { color:#fff; font-size:10px; padding-top:5px; width:45px; }.new_content_icon { padding-top:5px; text-align:right; width: auto }/* cyim 2015.12.09현재기준으로 css 작업의 경우 devextrme 에서 사용하던 라이브러리를 많이 수정하여 작업하였다.결국 dx.common.css 와 같이 이 파일을 직접 수정해버리면 차후에 버전 업그레이드 (아직 불투명)에서 상당한 재작업이 요구되므로별도로 공통으로 사용하는 css 작업은 여기에서 작업하기로한다. css 분석 자체가 힘들고 하나의 파일만으로 관리해야 될 것같다.shared 에서 관리하는 dx 라이브러리를 사용하지않고 여기서 정의하는 이유는 3가지이다    1. 버전업그레이드시에 문제가 된다 (재작업양이 많다)    2. 모바일앱은 고려하지않아도 된다 (FMS 와 BEMS 는 모바일앱을 따로 개발하고 있다. 결국 shared 프로젝트의 css 를 복사하는 번거로움을 줄일수있다)    3. custom_ibems_layout.css 밑으로 링크되는것이 없다.마지막으로 현재 여기 파일이 최종이라고 생각하고 곧바로 우선순위가 제일 높도록 한다.  *//****************************************************************//* 수정 *//****************************************************************/ /* dx 로 시작하는 접두사 css 내에 수정 내용은 일단 아래로 빼두고 정리 *//* 왼쪽으로 커서보내기 */.dx-field-value, .dx-field-value-static{    float: left !important;}/* 입력영역 확대*/.dx-texteditor-input{    width:100% !important;}/* jks-2015-12-21 공사계획 팝업 전용이다!*/.dx-theme-generic-typography .dx-field-label {    width: 140px !important;}/* jks-2015-12-21 신청제목 입력영역 조정 */.cw-multi-field-value {    width:40% !important;}/* jks-2015-12-21 첨부파일 영역 확대*/.result_con {    height: 40px !important;}/* jks-2016-02-03 그래프보기 글자 다 보이도록 height=730px 에서 750px 수정 */#myframe {    height: 750px !important;}/* jks-2016-02-03 ***님 환영합니다. 색변경*/.user_name {    color: #345178 !important;}.user_masage {    color: #345178 !important;}/* jks-2016-02-03 header menu 수정*/.main-menu {    top: 0px !important;    left: 190px !important;}.desktop-layout #navBar .dx-nav-item {    height: 71px !important;}.dx-tab {    border-right: 1px solid rgba(255,255,255,0.5) !important;    border-left: 1px solid rgb(110,140,170) !important;    border-top-right-radius: 0px !important;    border-top-left-radius: 0px !important;}/* jks-2016-02-04 버튼 라운드 없애기 */.dx-button {    border-radius: 0px !important;}.fc-state-default.fc-corner-left {    border-top-left-radius: 0px !important;     border-bottom-left-radius: 0px !important;    border-top-right-radius: 0px !important;    border-bottom-right-radius: 0px !important;}.fc-state-default.fc-corner-right {    border-top-left-radius: 0px !important;     border-bottom-left-radius: 0px !important;    border-top-right-radius: 0px !important;    border-bottom-right-radius: 0px !important;}/* jks-2016-02-19 첨부파일 박스 325px에서 420px로 넓이 조절 */.construction_image {    width: 420px !important;}/* jks-2016-02-19 에디터박스 배경색 하얀색으로 고정*/.dx-texteditor-input {    background-color: #ffffff; /* cyim 2016.02.24 : !important 삭제함. 하단의 로그인 텍스트박스는 색상이 필요함 */}/* cyim 2016.02.24 : 로그인 텍스트박스 바탕색상변경 : 보완 */#userId .dx-texteditor-input 	    {	background-color:	#EBEAF0;	font-size:	20px;	font-weight:bold;}#userPassword .dx-texteditor-input 	{	background-color:	#EBEAF0; 	font-size:	20px;	font-weight:bold;}/****************************************************************//* 신규 *//****************************************************************//* 달력 아이콘 위치 변경 */.dxDateBox_IconLocation {    width:168px !important;}/* jks-2015-12-24 내용 입력 영역 확대100% */.dxTextArea_InputArea {    width: 100%;} /* jks-2015-12-24 등록 아이콘 이미지 교체 */.dx-icon-add {    background-image: url(../images/plus.png) !important;}/* jks-2015-12-24 아이콘 이미지 교체 */.dx-icon-plus {    background-image: url(../images/cross.png) !important;}/* jks-2015-12-24 투명도 0% */.dx-icon {    color: rgba(0,0,0,0) !important;}/* jks-2015-12-29 우편번호 칸 80px */.dxbox_zip {    width: 84px !important;}/* jks-2015-12-29 칸 160px */.dxbox_one_sixty {    width: 160px !important;}/* jks-2015-12-29 칸 130px */.dxbox_one_thirty {    width: 130px !important;}/* jks-2015-12-29 노트 */.dxbox_note {    width: 496px !important;    height:62px !important;}/* jks-2015-12-30 배경없애기*/.dx-numberbox-spin-button {    background-color: rgba(0,0,0,0) !important;}/* jks-2015-12-30 배경없애기*/.dx-numberbox-spin-button {    background-color: rgba(0,0,0,0) !important;}/* jks-2015-12-30 보더 생김*/.dx-border {    border: 1px solid #cccccc;}/* jks-2016-02-01 오른쪽 매뉴 달력 아이콘 칸 135px 늘이기 */.dxbox_one_thirty_five {    width: 135px !important;}/* jks-2016-02-04 로그인화면 바닥 변경*/.intro_login_container {    background-color: #eeeeee !important;}
 |