| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353 |
- .project_items {
- list-style: none;
- margin: 10px auto;
- }
- .project_items li label {
- height: 34px;
- line-height: 34px;
- }
- .project_items li textarea {
- resize: none;
- }
- .crop_left {
- width: 40%;
- float: left;
- }
- .crop_right {
- width: 30%;
- float: right;
- margin-right: 25px;
- }
- .btnn {
- background: #2f4050;
- color: #fff;
- padding: 3px 10px;
- border: 0;
- border-radius: 3px;
- cursor: pointer;
- }
- .project_save {
- width: 20%;
- }
- .text_require {
- color: red;
- vertical-align: middle;
- font-weight: 900;
- }
- .project_items i.tub {
- right: 22px;
- }
- #pro_location {
- margin-left: 15px;
- }
- .file_imgs {
- padding: 10px 5px;
- list-style: none;
- margin-bottom: 60px;
- }
- .file_imgs li {
- float: left;
- position: relative;
- width: 109px;
- height: 109px;
- margin-left: 10px;
- margin-right: 10px;
- margin-bottom: 40px;
- padding-top: 0;
- padding-bottom: 0;
- }
- .file_imgs li:hover .img_mask {
- display: block;
- }
- .file_imgs .img_mask {
- display: none;
- position: absolute;
- left: 0;
- top: 0;
- background-color: rgba(0, 0, 0, .3);
- width: 100%;
- height: 22px;
- z-index: 1;
- }
- .file_imgs .img_mask i {
- position: absolute;
- right: 5px;
- top: 5px;
- display: inline-block;
- width: 13px;
- height: 12px;
- cursor: pointer;
- background: url(../img/file_img_icons.png) no-repeat 0 0;
- }
- .file_imgs .file_name {
- width: 100%;
- display: inline-block;
- text-align: center;
- /*overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;*/
- word-break: break-all;
- padding-top: 8px;
- }
- .file_imgs li img {
- width: 100%;
- height: 100%;
- border: 0;
- vertical-align: middle;
- }
- .file_imgs .upload-state-done .img_state {
- display: block;
- position: absolute;
- right: 0;
- bottom: 0;
- width: 0;
- height: 0;
- border-bottom: 40px solid #01b2fe;
- border-left: 40px solid transparent;
- overflow: inherit;
- }
- .file_imgs .img_state i {
- position: absolute;
- right: 4px;
- bottom: -32px;
- display: inline-block;
- width: 15px;
- height: 11px;
- background: url(../img/file_img_icons.png) no-repeat 0 -16px;
- }
- .error {
- color: red;
- text-align: center;
- }
- .noThumb {
- width: 109px;
- height: 109px;
- text-align: center;
- color: #1aaad0;
- }
- .glyphicon.glyphicon-paperclip {
- font-size: 80px;
- text-align: center;
- }
- .radio-inline input[type=radio] {
- /*position: initial;*/
- vertical-align: middle;
- }
- .form-horizontal .radio-inline {
- padding-top: 0px;
- }
- .plandate,
- .planintervalhour,
- .planintervalmm,
- #checkcontents {
- display: none;
- }
- .input-group[class*=col-] {
- padding-left: 15px;
- }
- .icon-iconset0358 {
- color: #249fea;
- }
- #custom .form-group {
- margin-right: 15px;
- margin-left: 0;
- }
- .custom_item {
- margin-top: 5px;
- margin-bottom: 10px;
- margin-left: -15px;
- }
- .project_items .checkbox-inline input[type=checkbox] {}
- .project_items .checkbox-inline {
- padding-top: 0px;
- }
- /*#layui-laydate2 .laydate-time-list>li:nth-of-type(1) {
- width: 0;
- display: none;
- }
- #layui-laydate2 .laydate-time-list>li:nth-of-type(2) {
- width: 100%;
- }
- #layui-laydate2 .laydate-time-list>li:nth-of-type(3) {
- width: 0;
- display: none;
- }*/
- .addOrEditRun .laydate-time-list ol li {
- width: 100%;
- padding-left: 0;
- text-align: center;
- }
- .edit_run_plans .custom_item {
- margin-left: 5px;
- }
- .edit_run_plans .btn-add {
- margin-bottom: 15px;
- margin-left: 5px;
- }
- .edit_run_plans .plantimesCoont,
- .edit_run_plans .SStimes {
- display: none;
- }
- #msg_tips {
- margin-bottom: 20px;
- display: none;
- }
- .addOrEditOT .laydate-time-list ol li {
- width: 100%;
- padding-left: 0;
- text-align: center;
- }
- .addOrEditOT #layui-laydate1 .laydate-time-list>li:nth-of-type(1) {
- width: 100%;
- }
- .addOrEditOT #layui-laydate1 .laydate-time-list>li:nth-of-type(2) {
- width: 0;
- display: none;
- }
- .addOrEditOT #layui-laydate1 .laydate-time-list>li:nth-of-type(3) {
- width: 0;
- display: none;
- }
- .addOrEditOT #layui-laydate2 .laydate-time-list>li:nth-of-type(1) {
- width: 0;
- display: none;
- }
- .addOrEditOT #layui-laydate2 .laydate-time-list>li:nth-of-type(2) {
- width: 100%;
- }
- .addOrEditOT #layui-laydate2 .laydate-time-list>li:nth-of-type(3) {
- width: 0;
- display: none;
- }
- .addOrEditOT #layui-laydate3 .laydate-time-list>li:nth-of-type(1) {
- width: 0;
- display: none;
- }
- .addOrEditOT #layui-laydate3 .laydate-time-list>li:nth-of-type(2) {
- width: 0;
- display: none;
- }
- .addOrEditOT #layui-laydate3 .laydate-time-list>li:nth-of-type(3) {
- width: 100%;
- }
- .ot_planinterval1,
- .ot_planinterval2,
- .ot_planinterval3 {
- display: none;
- }
- #pro_location .form-group {
- margin-right: 10px;
- }
- @media (max-width: 992px) {
- .time-box.col-md-10 {
- width: 100%;
- }
- }
- #uploadimg {
- margin-left: -15px;
- margin-right: -15px;
- }
- #uploadimg .apply_forms_file {
- display: inline-block;
- margin-left: 15px;
- margin-right: 15px;
- }
- #uploadimg .help-block {
- display: inline-block;
- }
- .addOrEditPlan .fielContext,
- .addOrEditPlan .pressnum,
- #customLists {
- display: none;
- }
- .addOrEditRuns .laydate-time-list>li:nth-of-type(1) {
- width: 50%;
- }
- .addOrEditRuns .laydate-time-list>li:nth-of-type(2) {
- width: 50%;
- }
- .addOrEditRuns .laydate-time-list>li:nth-of-type(3) {
- width: 0;
- display: none;
- }
- .addOrEditMaintains .laydate-time-list>li:nth-of-type(1) {
- width: 50%;
- }
- .addOrEditMaintains .laydate-time-list>li:nth-of-type(2) {
- width: 50%;
- }
- .addOrEditMaintains .laydate-time-list>li:nth-of-type(3) {
- width: 0;
- display: none;
- }
- .input_matters{
- width: 100%!important;
- }
- .deal_label{
- height: auto!important;
- }
|