123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580 |
- body
- {
- /*font-family: "宋体";
- font-size: 75%;
- color: #232323;
- background-color: #fff;*/
- }
- .formitem
- {
- border: 1px solid #d6d6d6;
- width: 100%;
- padding: 0;
- background-color:#d6d6d6;
- }
- .formitem > tbody > tr:first-child > th
- {
- height: 35px;
- line-height: 28px;
- background-color:#e9e9e9;
- text-indent: 20px;
- text-align: left;
- color: #1c568a;
- font-size: 9pt;
- font-weight: bold;
-
- }
- .formitem .inputtimespinner
- {
- width:150px;
- }
-
- .formitem .TextBoxEx_large
- {
- width: 502px;
- }
- .formitem > tbody > tr > th
- {
- height: 30px;
- width: 10%;
- text-align: right;
- font-weight: normal;
- background-color: #f0f0f0;
-
- }
- .formitem > tbody > tr > td
- {
- width: 40%;
- padding-left: 5px;
- background-color: #ffffff;
-
- }
- .formitem td.last
- {
- height:32px;
- text-align: right;
- }
- .formitem.two td
- {
- width: 50%;
- }
- .formitem td.last input
- {
- margin: 0 5px 0 5px;
- }
- .formitem textarea
- {
- width: 500px;
- height: 40px;
- margin-top:3px;
- margin-bottom:3px;
- }
- /*btn start*/
- input.l-btn-plain
- {
- padding-right: 5px;
- border: 0;
- padding: 1px 6px 1px 1px;
- }
- input.l-btn-disabled
- {
- color: #ccc;
- opacity: 0.5;
- filter: alpha(opacity=50);
- cursor: default;
- }
- input:hover.l-btn
- {
- background-position: right -24px;
- outline: none;
- text-decoration: none;
- }
- input:hover.l-btn span.l-btn-left
- {
- background-position: 0 bottom;
- }
- input:hover.l-btn-plain
- {
- padding: 0 5px 0 0;
- }
- input:hover.l-btn-disabled
- {
- background-position: right 0;
- }
- input:hover.l-btn-disabled span.l-btn-left
- {
- background-position: 0 -48px;
- }
- input.l-btn .l-btn-focus
- {
- outline: #0000FF dotted thin;
- }
- input.l-btn
- {
- width:59px;
- text-align: center;
- color: #ffffff;
- height: 30px;
- cursor: pointer;
- background-image: url('../gray/images/btn_bg2.png') !important;
- background-repeat: no-repeat;
- background-position:0 0;
- background-repeat:no-repeat;
- border: 0;
- background: -webkit-linear-gradient(top,#1a7bc9 0,#1a7bc9 100%);
- background: -moz-linear-gradient(top,#1a7bc9 0,#1a7bc9 100%);
- background: -o-linear-gradient(top,#1a7bc9 0,#1a7bc9 100%);
- background: linear-gradient(to bottom,#1a7bc9 0,#1a7bc9 100%);
- -moz-border-radius: 2px 2px 2px 2px;
- -webkit-border-radius: 0px 0px 0px 0px;
-
- }
- input:hover.l-btn
- {
- background-image: url('../gray/images/btn_bg2.png');
- background-repeat: no-repeat;
- background-position:0 -30px;
- border: 0px;
- filter: none;
- }
- input.l-btn-plain, input.l-btn-plain span.l-btn-left
- {
- background: transparent;
- border: 0;
- filter: none;
- }
- input:hover.l-btn-plain
- {
- background: #9cc8f7;
- color: #404040;
- border: 1px solid #9cc8f7;
- -moz-border-radius: 0px 0px 0px 0px;
- -webkit-border-radius: 0px 0px 0px 0px;
- border-radius: 0px 0px 0px 0px;
- }
- input.l-btn-disabled, input:hover.l-btn-disabled
- {
- filter: alpha(opacity=50);
- }
- /*btn end*/
- tr.datagrid-row td a
- {
- text-decoration: none;
- }
- tr.datagrid-row td a:hover
- {
- /*text-decoration : underline;*/
- color: #FF0033;
- }
- .ValidateEntityrequired
- {
- color:Red;
- margin-left:2px;
- }
- .ValidateEntity-invalid {
- background-image: url('validatebox_warning.png');
- background-repeat: no-repeat;
- background-position: right center;
- }
- ul
- {
- list-style: none;
- padding: 0px;
- margin: 0px;
- }
- img
- {
- border-style: none;
- padding: 0px;
- margin: 0px;
- }
- /* Styles for basic forms
- -----------------------------------------------------------*/
- fieldset
- {
- border: 1px solid #ddd;
- padding: 0 1.4em 1.4em 1.4em;
- margin: 0 0 1.5em 0;
- }
- legend
- {
- font-size: 1.2em;
- font-weight: bold;
- }
- textarea
- {
- min-height: 75px;
- }
- .editor-label
- {
- margin: 1em 0 0 0;
- }
- .editor-field
- {
- margin: 0.5em 0 0 0;
- }
- /* Styles for validation helpers
- -----------------------------------------------------------*/
- .field-validation-error
- {
- color: #ff0000;
- }
- .field-validation-valid
- {
- display: none;
- }
- .input-validation-error
- {
- border: 1px solid #ff0000;
- background-color: #ffeeee;
- }
- .validation-summary-errors
- {
- font-weight: bold;
- color: #ff0000;
- }
- .validation-summary-valid
- {
- display: none;
- }
- .fleft
- {
- float: left;
- }
- .fright
- {
- float: right;
- }
- /* Clear Fix */
- .clearfix:after
- {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- .clearfix
- {
- display: inline-block;
- }
- /* Hide from IE Mac */
- .clearfix
- {
- display: block;
- }
- /* End hide from IE Mac */
- /* end of clearfix */
- .CurrentInformation
- {
- position: absolute;
- left: 350px;
- top: 110px;
- z-index: 2;
- color: #fff;
- }
- /* 双行搜索 */
- .current_navbar
- {
- margin: 0px;
- height: 30px;
- line-height: 30px;
- text-align: right;
- background-color: #389cbc;
- border-bottom: 1px solid #dbd9dc;
- }
- .current_navbar .nav_info
- {
- float: left;
- height: 30px;
- color: #1a1f23;
- }
- .current_navbar .nav_info img
- {
- vertical-align: middle;
- margin-left: 5px;
- }
- .current_navbar .nav_info a
- {
- color: #1a1f23;
- vertical-align: middle;
- text-decoration: none;
- }
- .current_navbar .nav_info a:hover
- {
- color: #1A7BC9;
- }
- .current_navbar .func_info
- {
- float: right;
- margin-right: 15px;
- height: 30px;
- line-height:30px;
- vertical-align:middle;
- }
- .current_navbar .func_info input
- {
- border: 1px solid #1A7BC9;
- margin-left: 5px;
- }
- .search_keyword
- {
- margin: 15px 15px 0px 15px;
- min-height: 80px;
- background-color: #fffff;
- border-radius: 5px;
- /*box-shadow: 3px 3px 10px #eeeeee;*/
- border:#d6d6d6 1px solid;
- }
- .checkedCustomer
- {
- margin: 15px 15px 0px 15px;
- min-height: 80px;
- background-color: #DAEEF5;
- border-radius: 5px;
- box-shadow: 3px 3px 10px #DAEEF5;
- }
- .checkedCustomer span
- {
- margin:5px 5px 5px 5px;
- padding-top: 10px;}
- .one
- {
- min-height: 40px;
- }
- .second
- {
- min-height: 80px;
- }
- .third
- {
- min-height: 110px;
- }
- .search_keyword .search_input
- {
- width: 80%;
- float: left;
- }
- .search_keyword .search_input ul
- {
- list-style: none;
- height: 22px;
- margin: 10px auto;
- }
- .search_keyword .search_input ul li.sn
- {
- width: 13%;
- height: 22px;
- line-height: 22px;
- display: inline-block;
- text-align: right;
- color: #000;
- float: left;
- }
- .search_keyword .search_input ul li.sv
- {
- width: 20%;
- height: 22px;
- line-height: 22px;
- float: left;
- text-align: left;
- }
- .search_keyword .search_button_one
- {
- float: left;
- margin: 7px;
- }
- .search_keyword .search_button_one a
- {
- border-radius: 5px;
- /*box-shadow: 3px 3px 8px #eeeeee;*/
- }
- .search_keyword .search_button_second
- {
- float: left;
- margin: 27px;
- }
- .search_keyword .search_button_second a
- {
- border-radius: 5px;
- /*box-shadow: 3px 3px 8px #eeeeee;*/
- }
- .search_keyword .search_button_third
- {
- float: left;
- margin: 43px;
- }
- .search_keyword .search_button_third a
- {
- border-radius: 5px;
- /*box-shadow: 3px 3px 8px #1A7BC9;*/
- }
- .search_list
- {
- margin: 15px 15px 0px 15px;
- }
- /* 弹出框 */
- .box_class
- {
- margin: 10px auto;
- }
- .box_class ul
- {
- height: 36px;
- line-height: 36px;
- }
- .box_class ul li.li_o_l
- {
- width: 21%;
- float: left;
- text-align: right;
- }
- .box_class ul li.li_o_r
- {
- float: left;
- height: 36px;
- }
- .box_class ul li.li_o_r .combo input {
- vertical-align: top;
- }
- .box_class ul li.li_o_r textarea
- {
- font-size:13px;
- padding-left:2px;
- }
- .box_class ul li.li_s_l
- {
- width: 21%;
- float: left;
- text-align: right;
- }
- .box_class ul li.li_s_r
- {
- width: 29%;
- float: left;
- height: 36px;
- }
- .box_class ul li.li_s_r .combo input {
- vertical-align: top;
- }
- .box_class ul li.li_t_l
- {
- width: 15%;
- float: left;
- text-align: right;
- }
- .box_class ul li.li_t_r
- {
- width: 18%;
- float: left;
- height: 36px;
- }
- .box_class ul li.li_t_r .combo input {
- vertical-align: top;
- }
- a.btn_bg
- {
- line-height:22px !important;
- height:22px !important;
- border-radius: 10px !important;
- margin:4px 2px 4px 2px;
- }
- a:hover.btn_bg
- {
- line-height:22px !important;
- height:22px !important;
- border-radius: 10px !important;
- margin:4px 2px 4px 2px;
- }
- a.btn_bg span.l-btn-left
- {
- padding-top:2px !important;
- padding-bottom:2px !important;
- height:16px !important;
- line-height:16px !important;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- }
- a.btn_bg span.l-btn-text
- {
- text-align:center;
- }
- a.btn_bg_bule
- {
- background-color:#01c5ff !important;
- }
- a:hover.btn_bg_bule
- {
- background-color:#6bddff !important;
- }
- a.btn_bg_red
- {
- background-color:#da4f4a !important;
- }
- a:hover.btn_bg_red
- {
- background-color:#fb706b !important;
- }
- a.btn_bg_yellow
- {
- background-color:#ffc000 !important;
- }
- a:hover.btn_bg_yellow
- {
- background-color:#fcd475 !important;
- }
- a.btn_bg_green
- {
- background-color:#b1d266 !important;
- }
- a:hover.btn_bg_green
- {
- background-color:#c7ed71 !important;
- }
|