| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- body {
- margin-left: 0px;
- /* margin-top: 0px; */
- margin-right: 0px;
- margin-bottom: 0px;
- font-size:12px;
- /* background-image: url(resources/fc/images/bj.jpg); */
- }
- .formtable .inputxt{
- border: 1px solid #D7D7D7;
- border-radius: 3PX;
- /*height: 14px;*/
- /*height: 14PX;*/
- padding: 7px 0 7px 5px;
- /*padding: 10px 0px 2px 5px;*/
- line-height: 14PX;
- font-size: 12px;
- display: inline-block;
- width:150px;
-
- }
- .formtable .input_text:focus{
- border: 1px solid #06F;
- box-shadow: inset 0 1px 2px rgba(0, 102, 255, 0.3);
- }
- .formtable select{
- padding:6px 2px;
- width:155px;
- }
- .Validform_label {
- font-size: 12px;
- font-weight: 700;
- /* color: #5E7595; */
- padding: 5px;
- white-space:nowrap;
- }
- .formtable
- {
- width:100%;
- background:#ffffff;
- align:right;
- padding:20px 0;
- }
- .main_table{margin:6px auto; border-left:0px solid #d3d3d3; border-top:0px solid #d3d3d3}
- .main_table td{line-height:26px; padding:2px; border-bottom:1px solid #d3d3d3; border-right:1px solid #d3d3d3}
- .table_title{background:#f7f7f7; padding:6px; text-align:center; font-weight:bold}
- .formtable tr
- {
-
- align:right;
- }
- .value
- {
- background-color:#FFFFFF;
- padding:5px;
- align:left;
- align:left;
- }
- .swfupload{
- vertical-align:top;
- }
- .passwordStrength{
- }
- .passwordStrength b{
- font-weight:normal;
- }
- .passwordStrength b,.passwordStrength span{
- display:inline-block;
- vertical-align:middle;
- line-height:16px;
- line-height:18px\9;
- height:16px;
- }
- .passwordStrength span{
- width:45px;
- text-align:center;
- background-color:#d0d0d0;
- border-right:1px solid #fff;
- }
- .passwordStrength .last{
- border-right:none;
- }
- .passwordStrength .bgStrength{
- color:#fff;
- background-color:#71b83d;
- }
- /*update-begin--Author:xuelin Date:20170617 for:TASK #2110 【表单样式】表单,label宽一些-------------------- */
- tbody > tr > td[align='right']{
- min-width: 110px;
- }
- /*update-end--Author:xuelin Date:20170617 for:TASK #2110 【表单样式】表单,label宽一些---------------------- */
- #tabs-project .progress{
- background: url(../../images/bg_state-1.jpg) no-repeat -157px 0px;
- height: 30px;
- width: 30px;
- float: left;
- position: relative;
- }
- #tabs-project .progress1 {
- background-position: 0 0;
- width: 157px;
- }
- #tabs-project .progress div.detial {
- position: absolute;
- left: -40px;
- top: 40px;
- width: 157px;
- height: 80px;
- z-index: 2;
- line-height: 18px;
- }
- #tabs-project .progress3 {
- background-position: 0 -58px;
- width: 157px;
- }
- #tabs-project .progress_cancel {
- background-position: -157px -90px;
- }
- #tabs-project .progress_unstart {
- background-position: -157px -60px;
- }
- .Button{
- display: inline-block;
- outline: none;
- cursor: pointer;
- text-align: center;
- text-decoration: none;
- font: 14px/100% Arial, Helvetica, sans-serif;
- padding: .5em 2em .55em;
- -webkit-border-radius: .5em;
- -moz-border-radius: .5em;
- border-radius: .5em;
- -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
- -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
- box-shadow: 0 1px 2px rgba(0,0,0,.2);
- color: #fef4e9;
- border: solid 1px #1D73F7;
- background: #1D73F7;
- background: -webkit-gradient(linear, left top, left bottom, from(#1D73F7), to(#1D51F7));
- }
- .disabledButton{
- display: inline-block;
- outline: none;
- cursor: pointer;
- text-align: center;
- text-decoration: none;
- font: 14px/100% Arial, Helvetica, sans-serif;
- padding: .5em 2em .55em;
- -webkit-border-radius: .5em;
- -moz-border-radius: .5em;
- border-radius: .5em;
- -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
- -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
- box-shadow: 0 1px 2px rgba(0,0,0,.2);
- color: #ffffff;
- border: solid 1px #BDBEC0;
- background: #BDBEC0;
- background: -webkit-gradient(linear, left top, left bottom, from(#BDBEC0), to(#BDBEC0));
- }
|