Index: ssts-web/src/main/webapp/dx-disinfectsystem/css/useRecord/index.css =================================================================== diff -u --- ssts-web/src/main/webapp/dx-disinfectsystem/css/useRecord/index.css (revision 0) +++ ssts-web/src/main/webapp/dx-disinfectsystem/css/useRecord/index.css (revision 24436) @@ -0,0 +1,287 @@ +.modal-header{ + background: #72B142; + +} +.modal-title{ + font-weight: bold; +} +.fixed-table-body{ + height:auto; +} +/*提交按钮*/ +#modal-dialog{ + width: 180px;top:30%; +} +#modal-footer{ + padding: 10px 15px; +} +#data-dismiss{ + left:15px;position: absolute; +} +#Alert{ + position: absolute; + top: 0; + width: 20%; + left: 40%; + z-index: 1000; + text-align: center; + height: 60px; + display: none; +} +input{ + outline:none; + border:0; +} +a.color_tbody{ + color:#367f21 !important; + text-decoration:none; + cursor:pointer + +} +/*.content{ + position: absolute; + top:0; + left:0; + right:0; + bottom: 0; + overflow: hidden; +}*/ +.content-header{ + width: 100%; + background-color: #C6E3CA; + -ms-background-color: #BEDEC2; + padding: 5px 5px; + font-size: 18px; + color: #337ab7; + font-weight: bold; + border: 1px solid #BEDEC2; + +} +.Nan-content{ + width: 100%; + height:54px; + position: absolute; + padding: 5px 5px; + background-color: #C6E3CA; + -ms-background-color: #BEDEC2; +} +.Nab-Btn{ + width: 80%; + display: inline-block; +} + +.Nab-saern{ + width:15%; + display: inline-block; + padding-right:28px; + vertical-align: middle; +} +.Nab-Btn a{ + color: #666; + background-color:#73B043; + background-color: #73B043; + border-color: #EEE; + font-weight: 400; + font-size: 0.7em; + text-decoration: none; + text-align: center; + line-height: 26px; + height: 34px; + padding: 0 10px; + margin: 0; + margin-left: 10px; + display: inline-block; + appearance: none; + cursor: pointer; + border: none; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + -webkit-transition-property: all; + transition-property: all; + -webkit-animation-duration: 3s; + animation-duration: 3s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-name: glowing; + animation-name: glowing; + border-radius: 6px; + color: white; + border-width: 2px; + border-style: solid; + +} +.dx-btn-primary{ + margin-top: 5px; + +} +.fixed-table-container{ + /*bottom:60px;*/ + margin-bottom:60px; +} +#Goods .fixed-table-container{ + /*bottom:60px;*/ + margin-bottom:0; +} +.fixed-table-pagination{ + padding: 0 20px ; + /*bottom: */ +} +#table_table .fixed-table-pagination{ + width: 100%; + position: fixed; + bottom: 0; + background-color: #C6E3CA; + -ms-background-color: #BEDEC2; + +} +/*modal*/ +#Goods .fixed-table-pagination{ + display: none !important; +} +.modal-dialog{ + width: 800px; + +} +ul{ + padding: 0; + list-style: none; +} +.fonm-Li{ + width: 100%; + height:26px; + line-height:26px; + margin:10px 0; + +} +.form-li{ + display: inline-block; + width: 31%; + +} +.form-shoushu{ + display: inline-block; + width: 64%; +} + +.form-li label span{ + display: inline-block; + font-size: 12px; + color:#000; + font-weight: normal; + width: 80px; + text-align: right; +} +.fonm-mg{ + margin-left:2%; +} +.form-input,#Select,#specialInfection,#addSelect,#addspecialInfection{ + width: 150px; + border: 1px solid #ddd; + height: 26px; + line-height: 26px; + padding-left: 3px; + color: #000; + font-size: 12px; + font-weight: normal; + +} +.form-shoushu-input{ + width: 405px; +} +.modal_span1,.modal_span{ + margin-bottom: 10px; + background: #72B142; + display: inline-block; + width: 100%; + padding: 5px; + font-size: 14px; + font-weight: bold; +} +#firstDiv{ + width: 775px; + overflow-x: scroll; + height:100px; + overflow-y: scroll; +} +#tableFirst { + width: 1000px !important +} +#tableFirst thead th{ + padding: 8px; + line-height: 1.42857143; +} +#tableFirst tbody td{ + line-height: 1.42857143; + padding: 8px; + text-align: center; +} +/*子模态框*/ +.List_span{ + display: inline-block; + /*width: 400px;*/ + /*height:540px;*/ + vertical-align: middle; +} +.List_span img{ + width: 100%; + height:400px; +} +.List_table{ + display: inline-block; + width: 350px; + margin-left:12px; + vertical-align: middle; + height:540px; + overflow: hidden; +} +/*//details*/ +.details-body{ + /*float: left;*/ + height: 540px; +} +.detalis-tab{ + float: left; + width: 140px; + border-right:1px solid #ddd; + +} +.detalis-tab li{ + width:100%; + text-align: center; + height:42px; + line-height:42px; +} +.detalis-tab li a{ + text-decoration: none; +} +.detalis-tab li.active{ + background: #337ab7; + +} +.detalis-tab li.active a{ + color:#fff; +} +.tab-content{ + /*float: left;*/ + margin-left:140px; + padding-left: 5px; +} +.tab-content p{ + height:25px; + line-height:25px; + font-size: 14px; + +} +.tab-content .tab-title{ + display: inline-block; + width: 150px; + text-align: left; + padding-right: 20px; +} +.MinHeight{ + min-width: 1000px; +} +.table_table{ + height:800px; +} \ No newline at end of file Index: ssts-web/src/main/webapp/dx-disinfectsystem/pages/disinfectsystem/sterilization/index.jsp =================================================================== diff -u -r24409 -r24436 --- ssts-web/src/main/webapp/dx-disinfectsystem/pages/disinfectsystem/sterilization/index.jsp (.../index.jsp) (revision 24409) +++ ssts-web/src/main/webapp/dx-disinfectsystem/pages/disinfectsystem/sterilization/index.jsp (.../index.jsp) (revision 24436) @@ -12,10 +12,8 @@ - + + @@ -371,7 +369,7 @@