123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347 |
- @import "./reset.less";
- .ellipsis {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .partTitle p a {
- color: #8592b9;
- opacity: 1;
- }
- input:disabled {
- background-color: @disColor;
- }
- .main-body-com {
- background: #fff;
- margin: 0;
- padding: 20px 25px;
- border: 10px @disColor solid;
- box-sizing: border-box;
- }
- .exportData {
- display: inline-block;
- width: 60px;
- height: 34px;
- line-height: 34px;
- background: #fff;
- border-radius: 4px;
- color: #777;
- text-align: center;
- border: 1px solid #777;
- box-sizing: border-box;
- cursor: pointer;
- margin-left: 10px;
- margin-bottom: 20px;
- float: left;
- top: 0px;
- }
- .export {
- margin-bottom: 20px !important;
- }
- th[code] {
- cursor: pointer;
- &:after {
- content: "";
- display: inline-block;
- width: 11px;
- height: 14px;
- margin-left: 4px;
- vertical-align: middle;
- background-size: 100%;
- background-image: url("../images/grey.png");
- }
- &.asc:after {
- background: url("../images/up_blue.png");
- background-size: 100%;
- }
- &.desc:after {
- background: url("../images/down_blue.png");
- background-size: 100%;
- }
- }
- .dataSelectLight {
- .partDetailControl .filterItem input {
- width: 120px;
- height: 34px;
- border-radius: 4px;
- border: 1px solid #e2e5ef;
- outline: none;
- margin-right: 10px;
- padding: 0 10px;
- box-sizing: border-box;
- }
- .partDetailControl .filterItem span {
- display: inline-block;
- line-height: 34px;
- position: relative;
- }
- .datapickerBox input {
- margin-right: 0px !important;
- }
- .iconCalen {
- position: absolute;
- width: 15px;
- top: 10px !important;
- right: 10px;
- }
- .divide {
- margin: 0 10px;
- }
- }
- .dataSelectDark {
- // position: relative;
- // display: inline-block;
- margin: 4px 20px 10px 0;
- top: 0px !important;
- height: 34px !important;
- line-height: 34px !important;
- float: right !important;
- span {
- position: relative;
- display: inline-block;
- height: 34px !important;
- line-height: 34px !important;
- float: left;
- }
- input {
- width: 120px;
- height: 32px;
- border-radius: 4px;
- border: 1px solid @themeBorderClr;
- outline: none;
- padding: 0 10px;
- box-sizing: border-box;
- background-color: @themeColor;
- color: @secColor;
- }
- .iconCalen {
- position: absolute;
- width: 15px;
- top: 8px;
- right: 10px;
- }
- .divide {
- margin: 0 10px;
- color: #fff;
- }
- }
- .managerContainer .filter,
- .filterclear.abnormalClear {
- margin-bottom: 20px;
- }
- .ui-datepicker-calendar {
- border: 0 none;
- min-width: 0;
- }
- .ui-datepicker thead {
- background-color: #fff;
- color: #c3cbd6;
- }
- .ui-datepicker td {
- padding: 0;
- height: auto;
- color: #657180;
- }
- .ui-datepicker td span,
- .ui-datepicker td a {
- text-align: center;
- height: 30px;
- line-height: 30px;
- }
- .ui-widget {
- z-index: 9999 !important;
- }
- .ui-state-default,
- .ui-widget-content .ui-state-default,
- .ui-widget-header .ui-state-default {
- border: 0;
- background-color: #fff;
- &:hover {
- background-color: #c4d8fe;
- }
- }
- .iconCalen {
- position: absolute;
- width: 15px;
- top: 10px;
- right: 10px;
- }
- .ui-datepicker select.ui-datepicker-month,
- .ui-datepicker select.ui-datepicker-year {
- color: #333;
- font-weight: normal;
- height: 30px;
- line-height: 30px;
- margin: 0 5px;
- width: 40%;
- border-radius: 3px;
- }
- .ui-datepicker .ui-datepicker-prev,
- .ui-datepicker .ui-datepicker-next {
- top: 5px;
- }
- .ui-state-active,
- .ui-widget-content .ui-state-active {
- background-color: @activeColor !important;
- color: #fff;
- }
- .ui-state-highlight,
- .ui-widget-content .ui-state-highlight {
- background-color: #fff5bf !important;
- color: #657180;
- }
- .ui-widget-header {
- background-color: #fff;
- border: 0 none;
- }
- input::-webkit-outer-spin-button,
- input::-webkit-inner-spin-button {
- -webkit-appearance: none;
- }
- .datapickerBox input {
- height: 34px !important;
- line-height: 34px !important;
- box-sizing: border-box;
- }
- input[type="number"] {
- -moz-appearance: textfield;
- }
- input::-webkit-input-placeholder,
- textarea::-webkit-input-placeholder {
- /* WebKit browsers */
- color: #aaa;
- }
- input:-moz-placeholder,
- textarea:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #aaa;
- }
- input::-moz-placeholder,
- textarea::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #aaa;
- }
- input:-ms-input-placeholder,
- textarea:-ms-input-placeholder {
- /* Internet Explorer 10+ */
- color: #aaa;
- }
- .modaltipSuc {
- position: fixed;
- top: 40%;
- left: 50%;
- padding: 15px 0;
- width: 180px;
- border-radius: 3px;
- color: #fff;
- background: rgba(0, 0, 0, 0.6);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000);
- text-align: center;
- img {
- display: block;
- width: 40px;
- text-align: center;
- position: relative;
- left: 50%;
- transform: translateX(-50%);
- margin-bottom: 8px;
- }
- }
- .filterItem {
- margin-right: 30px !important;
- input {
- margin-right: 0 !important;
- }
- }
- .filterHide {
- display: none !important;
- }
- input.canEditDept {
- width: 160px !important;
- }
- /*******弹窗*******/
- .modal-container {
- display: none;
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- z-index: 99;
- .cover {
- position: fixed;
- width: 100%;
- height: 100%;
- background: #000;
- opacity: 0.16;
- }
- .modal-box {
- position: fixed;
- width: 50%;
- left: 25%;
- top: 100px;
- background: #fff;
- border-radius: 4px;
- min-width: 615px;
- }
- .modal-title {
- border-bottom: 1px #e2e5ef solid;
- height: 40px;
- line-height: 42px;
- padding: 0 20px;
- .close {
- color: #8c8c8c;
- font-size: 20px;
- cursor: pointer;
- }
- }
- .modal-body {
- padding: 32px 38px;
- }
- .footer {
- text-align: center;
- button {
- width: 80px;
- height: 32px;
- background: #00a1ff;
- border-radius: 4px;
- color: #fff;
- text-align: center;
- line-height: 32px;
- position: relative;
- margin-bottom: 32px;
- cursor: pointer;
- }
- .confirm {
- }
- .cancel {
- margin-left: 20px;
- color: #00a1ff;
- border: 1px #00a1ff solid;
- background: #fff;
- }
- }
- }
- .reds {
- background: #E34D59;
- padding: 0 5px;
- border-radius: 22px;
- color: #fff;
- }
- .dian {
- width: 6px;
- height: 6px;
- background: #e34d59;
- display: inline-block;
- border-radius: 50%;
- margin-bottom: 5px;
- }
|