123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445 |
- * {
- margin: 0px;
- padding: 0px;
- }
- body {
- }
- .glyphicon:active {
- color: #009933;
- }
- .glyphicon {
- top: 2px;
- }
- /*.form-control {
- height: 30px;
- padding: 4px 5px;
- line-height: 25px;
- display: inline-block;
- }*/
- .input-sm, .form-horizontal .form-group-sm .form-control {
- height: 30px;
- padding: 5px 5px;
- font-size: 14px;
- line-height: 1.5;
- border-radius: 3px;
- }
- #top {
- width: 100%;
- height: 40px;
- background-color: #CC3333;
- color: #FFFFFF;
- }
- #mian {
- padding-left: 6px;
- padding-right: 6px;
- }
- #footer {
- width: 100%;
- height: 50px;
- background-color: #f6f5ec;
- color: #666666;
- font-size: 8px;
- padding-top: 5px;
- border-top: solid 1px #666666;
- }
- /*top*/
- #top .top-sysname {
- float: left;
- font-weight: bolder;
- font-size: 20px;
- font-family: "微软雅黑";
- padding-top: 5px;
- }
- #top .top-sysrelation {
- float: right;
- font-size: 15px;
- padding-top: 10px;
- }
- #top a:link, #top a:visited {
- color: #FFFFFF;
- text-decoration: none;
- }
- #top a:active {
- text-decoration: none;
- color: #0099CC
- }
- /*main*/
- /*title*/
- #title {
- padding-bottom: 0px;
- padding-right: 10px;
- font-size: 18px;
- font-weight: bold;
- border-bottom: 1px ridge #663300;
- margin-top: 10px;
- color: #27AD60;
- font-family: sans-serif;
- }
- #title .list-index {
- display: inline-block;
- float: right;
- padding-top: 3px;
- font-size: 15px;
- }
- #title a:link, #title a:visited{
- color: #888888;
- }
- /*baseinfo*/
- #baseinfo {
- padding-top: 5px;
- border-bottom: solid 1px #CCCCCC;
- border-right: solid 1px #CCCCCC;
- border-left: solid 1px #CCCCCC;
- margin-bottom: 10px;
- background-color: #EEEEEE;
- }
- .baseinfo-title {
- width: 100%;
- background-color: #27AD60;
- border-radius: 4px 4px 0px 0px;
- font-size: 18px;
- color: #FFFFFF;
- height: 30px;
- padding-left: 5px;
- padding-top: 5px;
- padding-right: 10px;
- margin-top: 10px;
- }
- #baseinfo form, #de-form form {
- width: 100%;
- }
- .field-line {
- vertical-align: middle;
- padding-bottom: 5px;
- margin-bottom: 5px;
- }
- .field-line .control-group {
- vertical-align: inherit;
- }
- .fieldlabel {
- width: 30%;
- text-align: right;
- display: inline-block;
- vertical-align: inherit;
- }
- .field {
- width: 60%;
- display: inline-block;
- vertical-align: inherit;
- }
- .fieldremark {
- width: 10%;
- display: inline-block;
- vertical-align: inherit;
- padding-left: 2px;
- }
- label {
- font-weight: normal;
- }
- input[type="radio"] {
- display: none;
- }
- input[type="number"] {
- width: 80%;
- }
- .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
- padding-top: 2px;
- padding-left: 2px;
- padding-right: 2px;
- margin-top: 0;
- margin-bottom: 0;
- }
- .form-horizontal .has-feedback .form-control-feedback {
- top: 0;
- right: 2px;
- }
- .btn-default {
- color: #333;
- background-color: #FFFFFF;
- border-color: #27AD60;
- }
- textarea.form-control {
- height: 90px;
- }
- .radio-inline {
- padding-top: 2px;
- padding-bottom: 2px;
- padding-right: 10px;
- padding-left: 10px;
- border-radius: 2px;
- cursor: pointer;
- }
- .spread-baseinfo {
- margin: 10px;
- padding: 5px 5px;
- border: 1px solid #777777;
- border-radius: 2px;
- background-color: #FFFFFF;
- font-size: 20px;
- display: none;
- }
- .spread-baseinfo:hover {
- cursor: pointer;
- background-color: #EEEEEE;
- }
- /*dbfind-dropdown下拉*/
- .suggest-box {
- left: 30%;
- width: 60%;
- padding-top: 0px;
- padding-bottom: 0px;
- border: none;
- }
- .suggest-box ul {
- list-style: none;
- padding: 0px;
- margin: 0px;
- }
- .suggest-box ul li {
- padding: 2px 10px 2px 10px;
- border-bottom: 1px solid #BBBBBB;
- line-height: 25px;
- width: 100%;
- height: 29px;
- overflow: hidden;
- }
- .suggest-box ul li:hover {
- background-color: #99CCFF;
- cursor: pointer;
- }
- .suggest-box ul li:acitive {
- background: #99CCCC;
- }
- /*details*/
- .de-title {
- width: 100%;
- background-color: #27AD60;
- border-radius: 4px 4px 0px 0px;
- font-size: 18px;
- color: #FFFFFF;
- height: 30px;
- padding-left: 5px;
- padding-top: 5px;
- padding-right: 10px;
- }
- .de-title .add-perpeo {
- display: inline-block;
- float: right;
- font-size: 15px;
- height: 100%;
- }
- #details {
- margin-bottom: 5px;
- }
- #de-form {
- display: none;
- padding-top: 5px;
- border-right: solid 1px #CCCCCC;
- border-left: solid 1px #CCCCCC;
- padding-bottom: 5px;
- border-bottom: 1px solid #3ebfd2;
- }
- .de-body {
- padding: 10px;
- border-bottom: solid 1px #CCCCCC;
- border-right: solid 1px #CCCCCC;
- border-left: solid 1px #CCCCCC;
- }
- #add-detail {
- width: 100%;
- padding: 0px 5px;
- border: 1px solid #777777;
- border-radius: 2px;
- font-size: 20px;
- }
- #add-detail:hover {
- cursor: pointer;
- background-color: #EEEEEE;
- }
- .add-detail {
- margin-bottom: 3px;
- }
- #detail-handlers {
- display: none;
- }
- .detail-sub {
- border-radius: 2px;
- border: 1px solid #3ebfd2;
- border-top: 3px solid #3ebfd2;
- padding: 5px;
- margin-bottom: 10px;
- }
- .detail-sub:hover {
- cursor: pointer;
- background-color: #EEEEEE;
- }
- .sub-order {
- font-weight: bold;
- font-size: 20px;
- color: #3ebfd2;
- display: inline-block;
- background: url('../img/sub-order-backgroud-blue.png');
- float: left;
- margin-left: -6px;
- margin-top: -8px;
- padding-left: 10px;
- padding-top: 1px;
- width: 50px;
- }
- .sub-delete {
- font-size: 20px;
- position: float;
- float: right;
- }
- #detail-form .control-group {
- padding-top: 4px;
- }
- /*buttons*/
- #buttons {
- padding-bottom: 5px;
- }
- #buttons .buttons-item {
- display: inline-block;
- padding: 5px;
- width: 45%;
- }
- #buttons .btn-group .btn-group {
- display: none;
- padding-bottom: 4px;
- }
- #buttons .buttons-item .btn {
- height: 40px;
- width: 100%;
- }
- #dbFindModal .modal-dialog {
- height: 80%;
- margin-top: 10%;
- }
- /*loading*/
- .loading-container {
- width: 160px;
- height: 56px;
- position: absolute;
- display: none;
- top: 50%;
- left: 50%;
- margin-left: -80px;
- line-height: 56px;
- color: #fff;
- padding-left: 60px;
- font-size: 15px;
- font-family: "YouYuan";
- background: #000 url(../img/loading.gif) no-repeat 10px 50%;
- opacity: 0.7;
- z-index: 99999999;
- -moz-border-radius: 20px;
- -webkit-border-radius: 20px;
- border-radius: 20px;
- filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
- }
- .loading-container:before,.loading-container:after {
- content: " ";
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- min-height: 50px;
- min-width: 50px;
- }
- .loading-container:before {
- background-color: white;
- opacity: 0.5;
- }
- /*dbFindModal*/
- #dbFindModal .modal-dialog .modal-content .modal-body {
- padding: 0px 5px;
- }
- #dbFindModal .modal-dialog .modal-content .modal-header,
- #dbFindModal .modal-dialog .modal-content .modal-footer {
- padding-right: 15px;
- padding-left: 15px;
- padding-top: 5px;
- padding-bottom: 5px;
- }
- #dbFindModal .modal-dialog .modal-content .modal-header {
- background-color: #27AD60;
- color: #FFFFFF;
- }
- #dbFindModal .modal-dialog .modal-content .modal-body .table {
- width: 100%;
- }
- #dbFindModal .modal-dialog .modal-content .modal-body .table tr:hover {
- background: #0099CC;
- }
- #dbFindModal .modal-dialog .modal-content .modal-footer button{
- margin-left: 5px;
- }
|