| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516 |
- @charset "utf-8";
- /*Reset 样式初始化*/
- html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
- br, input, button, textarea, h1, h2, h3, h4, h5,em{
- padding: 0;
- margin: 0;
- font-weight: normal;
- font-style: normal;
- font-size:1.2rem;
- font-family:"微软雅黑","Tahoma";
- vertical-align: baseline;
- text-align:justify;
- word-wrap:break-word;
- text-justify:inter-ideograph
- }
- body{text-align:center}
- ul, ol, li, h1 {
- line-height:normal;
- list-style-image:none;
- list-style-position:outside;
- list-style-type:none
- }
- dl {
- margin:0
- }
- dd {
- margin-left:0
- }
- a {
- outline:none;
- }
- a img {
- border:0 none
- }
- img {
- vertical-align:middle;
- border:0px
- }
- table {
- border-collapse:collapse
- }
- .clearfix:after {
- content:".";
- display:block;
- height:0;
- clear:both;
- visibility:hidden
- }
- .clearfix {
- display:inline-block;
- overflow:hidden
- }
- .clearfix {
- display:block
- }
- .clearfix {
- *zoom: 1;
- }
- .clearfix:before,
- .clearfix:after {
- display: table;
- content: "";
- line-height: 0;
- }
- .clearfix:after {
- clear: both;
- }
- body {color:#333;background:#fff}
- a {color:#8E0950;text-decoration:none}
- a:hover {color:#333}
- .width950{width:950px;margin:0 auto}
- @font-face {
- font-family: 'ZHcldSystem';
- src:url('fonts/ZHcldSystem.eot');
- src:url('fonts/ZHcldSystem.eot?#iefix') format('embedded-opentype'),
- url('fonts/ZHcldSystem.ttf') format('truetype'),
- url('fonts/ZHcldSystem.woff') format('woff'),
- url('fonts/ZHcldSystem.svg#ZHcldSystem') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- [class*="icon-"] {
- font-family: 'ZHcldSystem';
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height:1.6rem;
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- /**/
- .clearB {clear:both}
- .fL {float:left}
- .fR {float:right}
- :link, *:visited, *:hover, *:active, *:focus {
- -moz-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
- -webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
- transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
- -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
- }
- .colRed {color:#f70000}
- .colOrange {color:#ed8b00}
- .colYel {color:#d9a601}
- .colGreen{color:#17ab0c}
- .colGray{color:#999}
- .colBlue{color:#3172d9}
- .hide {display:none}
- /*fotm*/
- .hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
- .input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
- form{margin:0 0 20px;}
- fieldset{padding:0;margin:0;border:0;}
- legend{display:block;width:100%;padding:0 0 0.5em 0;margin-bottom:20px;font-size:2rem;color:#333333;border:0;border-bottom:1px solid #E2E2E2;}legend small{font-size:15px;color:#999999;}
- label,input,button,select,textarea{font-weight:normal;line-height:1.4rem;}
- input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
- label{display:block;margin-bottom:5px;}
- select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:2rem;padding:4px 6px;margin-bottom:10px;font-size:1.2rem;line-height:2rem;color:#555555;vertical-align:middle;}
- input,textarea,.uneditable-input{width:90%;}
- textarea{height:auto;}
- textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
- input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;}
- input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
- select,input[type="file"]{height:2rem;*margin-top:4px;line-height:2rem;}
- select{border:1px solid #cccccc;background-color:#ffffff;}
- select[multiple],select[size]{height:auto;}
- select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
- .uneditable-input,.uneditable-textarea{color:#999999;background-color:#fcfcfc;border-color:#cccccc;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);cursor:not-allowed;}
- .uneditable-input{overflow:hidden;white-space:nowrap;}
- .uneditable-textarea{width:auto;height:auto;}
- input:-moz-placeholder,textarea:-moz-placeholder{color:#999999;}
- input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999999;}
- input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999999;}
- .radio,.checkbox{min-height:20px;padding-left:16px;}
- .radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-16px;}
- .controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px;}
- .radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;}
- .radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px;}
- .input-mini{width:60px;}
- .input-small{width:90px;}
- .input-medium{width:150px;}
- .input-large{width:210px;}
- .input-xlarge{width:270px;}
- .input-xxlarge{width:530px;}
- input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0;}
- .input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block;}
- input,textarea,.uneditable-input{margin-left:0;}
- .controls-row [class*="span"]+[class*="span"]{margin-left:20px;}
- input.span12,textarea.span12,.uneditable-input.span12{width:926px;}
- input.span11,textarea.span11,.uneditable-input.span11{width:846px;}
- input.span10,textarea.span10,.uneditable-input.span10{width:766px;}
- input.span9,textarea.span9,.uneditable-input.span9{width:686px;}
- input.span8,textarea.span8,.uneditable-input.span8{width:606px;}
- input.span7,textarea.span7,.uneditable-input.span7{width:526px;}
- input.span6,textarea.span6,.uneditable-input.span6{width:446px;}
- input.span5,textarea.span5,.uneditable-input.span5{width:366px;}
- input.span4,textarea.span4,.uneditable-input.span4{width:286px;}
- input.span3,textarea.span3,.uneditable-input.span3{width:206px;}
- input.span2,textarea.span2,.uneditable-input.span2{width:126px;}
- input.span1,textarea.span1,.uneditable-input.span1{width:46px;}
- .controls-row{*zoom:1;}.controls-row:before,.controls-row:after{display:table;content:"";line-height:0;}
- .controls-row:after{clear:both;}
- .controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:left;}
- .controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px;}
- input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eeeeee;}
- input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent;}
- .control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853;}
- .control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853;}
- .control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;}
- .control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853;}
- .control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48;}
- .control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48;}
- .control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;}
- .control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}
- .control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847;}
- .control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;}
- .control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;}
- .control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847;}
- .control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad;}
- .control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad;}
- .control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7ab5d3;}
- .control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad;}
- input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b;}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;}
- .form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1;}.form-actions:before,.form-actions:after{display:table;content:"";line-height:0;}
- .form-actions:after{clear:both;}
- .help-block,.help-inline{color:#595959;}
- .help-block{display:block;margin-bottom:10px;}
- .help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-left:5px;}
- .input-append,.input-prepend{display:inline-block;margin-bottom:10px;vertical-align:middle;font-size:0;white-space:nowrap;}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size:14px;}
- .input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2;}
- .input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #ffffff;background-color:#eeeeee;border:1px solid #ccc;}
- .input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
- .input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546;}
- .input-prepend .add-on,.input-prepend .btn{margin-right:-1px;}
- .input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}
- .input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
- .input-append .add-on,.input-append .btn,.input-append .btn-group{margin-left:-1px;}
- .input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
- .input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
- .input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}
- .input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
- .input-prepend.input-append .btn-group:first-child{margin-left:0;}
- input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
- .form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
- .form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;}
- .form-search .input-append .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;}
- .form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;}
- .form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;}
- .form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle;}
- .form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none;}
- .form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block;}
- .form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0;}
- .form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle;}
- .form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0;}
- .control-group{margin-bottom:10px;}
- legend+.control-group{margin-top:10px;-webkit-margin-top-collapse:separate;}
- .form-horizontal .control-group{margin-bottom:20px;*zoom:1;}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";line-height:0;}
- .form-horizontal .control-group:after{clear:both;}
- .form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right;}
- .form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0;}.form-horizontal .controls:first-child{*padding-left:180px;}
- .form-horizontal .help-block{margin-bottom:0;}
- .form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{margin-top:10px;}
- .form-horizontal .form-actions{padding-left:180px;}
- /*FONT*/
- /*table*/
- table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}
- .table{width:100%;margin-bottom:20px;}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;}
- .table th{font-weight:bold;}
- .table thead th{vertical-align:bottom;}
- .table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0;}
- .table tbody+tbody{border-top:2px solid #dddddd;}
- .table .table{background-color:#ffffff;}
- .table-condensed th,.table-condensed td{padding:4px 5px;}
- .table-bordered{border:1px solid #dddddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-left:1px solid #dddddd;}
- .table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
- .table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;}
- .table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;}
- .table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
- .table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}
- .table-bordered tfoot+tbody:last-child tr:last-child td:first-child{-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;}
- .table-bordered tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;}
- .table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;}
- .table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;}
- .table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{background-color:#E2E2E2;}
- .table-striped tr:hover{border-left:1px solid #8E0950;font-weight:600}
- .table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{background-color:#f5f5f5;}
- table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-left:0;}
- .table td.span1,.table th.span1{float:none;width:44px;margin-left:0;}
- .table td.span2,.table th.span2{float:none;width:124px;margin-left:0;}
- .table td.span3,.table th.span3{float:none;width:204px;margin-left:0;}
- .table td.span4,.table th.span4{float:none;width:284px;margin-left:0;}
- .table td.span5,.table th.span5{float:none;width:364px;margin-left:0;}
- .table td.span6,.table th.span6{float:none;width:444px;margin-left:0;}
- .table td.span7,.table th.span7{float:none;width:524px;margin-left:0;}
- .table td.span8,.table th.span8{float:none;width:604px;margin-left:0;}
- .table td.span9,.table th.span9{float:none;width:684px;margin-left:0;}
- .table td.span10,.table th.span10{float:none;width:764px;margin-left:0;}
- .table td.span11,.table th.span11{float:none;width:844px;margin-left:0;}
- .table td.span12,.table th.span12{float:none;width:924px;margin-left:0;}
- .table tbody tr.success>td{background-color:#dff0d8;}
- .table tbody tr.error>td{background-color:#f2dede;}
- .table tbody tr.warning>td{background-color:#fcf8e3;}
- .table tbody tr.info>td{background-color:#d9edf7;}
- .table-hover tbody tr.success:hover>td{background-color:#d0e9c6;}
- .table-hover tbody tr.error:hover>td{background-color:#ebcccc;}
- .table-hover tbody tr.warning:hover>td{background-color:#faf2cc;}
- .table-hover tbody tr.info:hover>td{background-color:#c4e3f3;}
- /*table*/
- /*modal*/
- .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:10%;left:50%;z-index:1050;width:560px;margin-left:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;outline:0}.modal.fade{-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out;top:-25%}.modal.fade.in{top:10%}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-header h3{margin:0;line-height:30px}.modal-body{position:relative;overflow-y:auto;max-height:400px;padding:15px}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;*zoom:1}.modal-footer:before,.modal-footer:after{display:table;content:"";line-height:0}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}
- /*modal*/
- body{
- background:#ebebeb
- }
- .button{
- float:left;
- height:1.6em;
- margin-right:10px;
- padding:0px 8px;
- line-height:1.6em;
- text-align:center;
- overflow:hidden;
- font-weight:bold;
- color:#FFF;
- border-radius:1px;
- text-shadow:0 1px rgba(0, 0, 0, 0.1);
- text-decoration:none;
- border:none;
- background:#8E0950;
- cursor:pointer
- }
- input.button{
- height:35px;
- line-height:35px
- }
- .button:hover{
- color:#fff;
- background:#b01c6b
- }
- .button:active{
- background-color:#840549;
- }
- .button.btn-gray{
- background-color:#898989
- }
- .button.btn-gray:hover{
- background-color:#727272;
- }
- .button.btn-gray:active{
- background-color:#404040;
- }
- .infoFlowList{
- border-left: 1px solid #BEBEBE;
- margin-left: 31px;
- padding-bottom: 33px;
- padding-left: 43px;
- position: relative;
- margin-right:10px
- }
- .iconGenerate,.iconReceive,.iconBorrow,.iconSell,.iconUpdate,.iconReplace,.iconRecycle,.iconContacts,.iconLock,.iconService,.iconPhone,.iconOther{
- background:url(infocentericon.png) no-repeat 0 0
- }
- .iconGenerate{
- background-position:0 0
- }
- .iconReceive{
- background-position:0 -32px
- }
- .iconBorrow{
- background-position:0 -64px
- }
- .iconSell{
- background-position:0 -96px
- }
- .iconUpdate{
- background-position:0 -128px
- }
- .iconReplace{
- background-position:0 -160px
- }
- .iconRecycle{
- background-position:0 -192px
- }
- .iconContacts{
- background-position:0 -224px
- }
- .iconLock{
- background-position:0 -256px
- }
- .iconService{
- background-position:0 -288px
- }
- .iconPhone{
- background-position:0 -320px
- }
- .iconOther{
- background-position:0 -352px
- }
- .pageNav a,.pageNav span{
- padding:0 3px
- }
- .pageNav a.current{
- background:#8E0950;
- color:#fff
- }
- /**/
- .warpContent{
- padding:10px
- }
- .indexNav{
- margin-top:20px
- }
- .indexNav a{
- display:block;
- color:#8E0950;
- border:.1em solid #8E0950;
- padding:1em 0;
- text-align:center;
- margin:0 0 1em 0
- }
- .clientEntry{
- background:#fff;
- margin:0 0 1em 0;
- padding:5px;
- border-radius:3px;
- box-shadow:0 0px 0.3em -0.1em #999
- }
- .searchResult p{
- padding:5px 0;
- border-bottom:1px dashed #e2e2e2
- }
- .clientEntry th{
- padding:5px 5px 5px 0;
- width:3em
- }
- .clientEntry td{
- padding:5px 0
- }
- .clientEntry table{
- width:100%
- }
- .clientEntry table td,.clientEntry table th {
- border-bottom: 1px dashed #EBEBEB;
- text-align: left;
- vertical-align: baseline;
- }
- .clientEntry table tr:last-child td,.clientEntry table tr:last-child th {
- border-bottom:none
- }
- .clientEntry table td label {
- display: inline-block;
- }
- .clientEntry.header{
- background:none;
- box-shadow:none
- }
- .contactsTag{
- border-radius: 2px 2px 2px 2px;
- color: #FFFFFF;
- margin: 0 1px;
- padding: 0 3px;
- overflow:hidden;
- text-overflow:ellipsis;
- white-space:nowrap;
- display:inline-block;
- font-style:normal
- }
- .contactsMark{
- border-radius: 2px;
- border:1px solid #ccc;
- margin: 0 1px;
- padding: 0 3px;
- overflow:hidden;
- text-overflow:ellipsis;
- white-space:nowrap;
- display:inline-block;
- font-style:normal;
- color:#333;
- }
- td.cType label{
- border-radius: 2px;
- display: inline-block;
- font-style: normal;
- height: 1.4em;
- line-height: 1.4em;
- margin:1px;
- overflow: hidden;
- padding: 0 3px;
- text-overflow: ellipsis;
- white-space: nowrap;
- background:#eee;
- border-bottom:0.2em solid #fff;
- vertical-align:middle
- }
- .contactsTag.tagCol-01{
- background-color:#16A085
- }
- .contactsTag.tagCol-02{
- background-color:#2980B9
- }
- .contactsTag.tagCol-03{
- background-color:#8E44AD
- }
- .contactsTag.tagCol-04{
- background-color:#f90000
- }
- .contactsTag.tagCol-05{
- background-color:#B8651B
- }
- .contactsTag.tagCol-06{
- background-color:#2C3E50
- }
- .contactsTag.tagCol-07{
- background-color:#efd200
- }
- .recordEntry{
- background:#fff;
- margin:0 0 1em 0;
- padding:5px;
- border-radius:3px;
- box-shadow:0 0px 3px -1px #999
- }
- .recordEntry li{
- border-bottom: 1px dashed #E2E2E2;
- overflow: hidden;
- padding: 5px 5px
- }
- .recordEntry li i.icon{
- width:32px;
- height:32px;
- float:left
- }
- .tabList{
- margin:0 0 1em 0;
- border-bottom:1px solid #8E0950
- }
- .tabList a{
- padding:3px 5px;
- display:inline-block;
- color:#999;
- background:#191818;
- margin:0 1px 0 0;
- border-bottom:1px solid #ebebeb
- }
- .tabList a.now{
- background:#8E0950;
- color:#fff;
- border-bottom:1px solid #8E0950
- }
- .tabContent input,.tabContent select{
- margin-bottom:0
- }
|