/* * ÐÞ¸ÄÈÕÆÚ ÐÞ¸ÄÈË °æ±¾ºÅ ÎÊÌâÃèÊö * 2016-09-30 ÍõÓîÄþ 7.1.0.0 HISOS-4 ÖØд¹ö¶¯ÌõÑùʽ£¨µ÷ÕûÕûÌåCSS£©ºÍÐÞ¸ÄpanelµÄ²¿·Ö˜Óʽ */ * { font-family: Arial, "Microsoft YaHei"; } .frr { background-color: rgba(242, 242, 242, 1); min-height: 600px; height: 100%; } .frr .edp-stretch { width: 100%; height: 100%; } .frr .edp-stretch-width { width: 100%; } .frr .edp-stretch-height { height: 100%; } .frr .edp-query { width: 100%; height: 10%; overflow: auto; } .frr .edp-list { width: 100%; height: 90%; } .frr .edp-edit { width: 100%; height: 30%; overflow: auto; } .frr .edp-detail { width: 100%; height: 70%; } .frr .edp-detail-detail { width: 100%; height: 49%; } .frr .edp-toolbar { width: 100%; height: 48px; overflow: hidden; } .frr .edp-sep { width: 100%; height: 2%; } .frr .edp-child { width: 100%; height: 48%; } .frr .edp-fill { width: 100%; height: 100%; overflow: hidden; } .frr .edp-full-scroll { width: 100%; height: 100%; overflow: auto; } .frr .layout-split-north { /* border-bottom: 5px solid #E6EEF8; */ border-bottom: none !important; } .frr .panel-header, .panel-body { border-color: rgb(208, 208, 208) !important; } .frr .menu-line { display: none; } .frr .window .window-header { display: none!important; } .frr .window-shadow { display: none!important; } .frr .edp-messager-content { color: #535353; font-size: 16px; width: 380px; text-align: center; margin-top: 90px; overflow: hidden; } .frr .edp-messager-text { text-align: left; display: inline-block; overflow: auto; } /*==================*/ .frr .messager-window { background: #f9f9f9; border-radius: 0; border: none; padding: 0; height: 260px; width: 400px !important; position: absolute; /*top: 50% !important;*/ left: 50% !important; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; } .frr .messager-body { padding: 10px; overflow: hidden; height: 206px; width: 400px !important; border-bottom: 0 !important; border-left: 0 !important; border-right: 0 !important; } .frr .messager-body .messager-icon { height: 40px; width: 40px; margin: auto; float: none; position: absolute; top: 10%; left: 45%; } .frr .messager-button { text-align: center; background: #f9f9f9; border: none; height: 30px; width: 400px !important; padding: 0; top: -10px !important; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; } .frr .messager-button .l-btn-small:last-child { width: 120px; height: 30px; outline: none; border: none; padding: 0; float: left; border-radius: 6px; } .frr .messager-button .l-btn-small:last-child .l-btn-text { line-height: 54px; font-size: 16px !important; color: #535353; letter-spacing: 20px; text-indent: 20px; } .frr .messager-body .messager-question { background: url('image/ask_icon.png'); } .frr .messager-body .messager-error { background: url('image/warning_icon.png'); } .frr .messager-body .messager-info { background: url('image/succeed_icon.png'); } .frr .messager-body .messager-warning { background: url('image/wrong_icon.png'); } .frr .messager-button .l-btn-small { width: 199px; height: 54px; outline: none; border: none; margin: 0; padding: 0; float: right; background: #fca04d; border-radius: 0; } .frr .messager-button .l-btn-small:last-child .l-btn-text { line-height: 30px; font-size: 16px !important; color: #535353; letter-spacing: 20px; text-indent: 20px; } .frr .messager-button .l-btn-small .l-btn-text { line-height: 54px; font-size: 16px !important; color: #fcfcfc; letter-spacing: 20px; text-indent: 20px; } /*=================*/ /*.frr ::-webkit-scrollbar-thumb { background-color: #7CC5D3; border: 2px solid #9DD1E9; } .frr ::-webkit-scrollbar { width: 36px; height: 36px; } .frr ::-webkit-scrollbar-track-piece { background-color: #DCECF4; -webkit-border-radius: 0; border: 1px solid #9DD1E9; } .frr ::-webkit-scrollbar-button:vertical:start { height: 36px; width: 36px; background-color: #7CC5D3; border: 2px solid #9DD1E9; background-image: url('image/v_roll_up_btn.png'); background-size: 100%; } .frr ::-webkit-scrollbar-button:vertical:end { height: 36px; width: 36px; background-color: #7CC5D3; border: 2px solid #9DD1E9; background-image: url('image/v_roll_down_btn.png'); background-size: 100%; } .frr ::-webkit-scrollbar-button:horizontal:start { height: 36px; width: 36px; background-color: #7CC5D3; border: 2px solid #9DD1E9; background-image: url('image/h_roll_left_btn.png'); background-size: 100%; } .frr ::-webkit-scrollbar-button:horizontal:end { height: 36px; width: 36px; background-color: #7CC5D3; border: 2px solid #9DD1E9; background-image: url('image/h_roll_right_btn.png'); background-size: 100%; } */ /* div ::-webkit-scrollbar-thumb:hover{background-color:#FB4446;height:50px;-webkit-border-radius:4px;} */