/*查看项目详情页面样式*/ ul { list-style: none; padding: 0; } .project_detail { margin: 50px auto; } .project_detail .project_image { height: 190px; background-color: #666; } .project_detail .project_image img { width: 100%; height: 100%; font-size: 0; } .detail_operation { margin-top: 14px; color: #999999; } .detail_operation span { padding-left: 19px; padding-right: 4px; cursor: pointer; } .detail_operation .detail_share::before { background-position: -13px -23px; } .detail_operation .detail_share.active::before { background-position: 0 -23px; } .detail_operation .detail_follow::before { background-position: -13px -11px; } .detail_operation .detail_follow.active::before { background-position: 0 -11px; } .detail_operation .detail_collection::before { background-position: -13px 0; } .detail_operation .detail_collection.active::before { background-position: 0 0; } .project_detail_right h3 { font-size: 20px; font-weight: 600; color: #333; padding: 10px 0 20px 0; margin: 0; } .project_info { list-style: none; padding: 10px 0 0 0; } .project_info li { float: left; width: 24%; margin-bottom: 10px; } .project_info_prices span:nth-of-type(2), .project_info_prices span:nth-of-type(3) { color: #ff7200; } .project_info_prices span:nth-of-type(2) { font-size: 16px; font-weight: bold; } .detail-content-condition, .detail-content-condition label { /*color: #666; font-size: 14px;*/ font-weight: normal; } .detail-content-condition ul li { width: 33.33%; float: left; margin-top: 5px; margin-bottom: 15px; } .detail-content-condition p { margin-bottom: 15px; } .detail-content-condition p span { display: inline-block; border: 1px solid #dddddd; padding: 10px 0; text-align: center; width: 100px; border-radius: 2px; box-sizing: border-box; cursor: pointer; } .detail-content-condition p span:hover, .detail-content-condition p span:visited { border-color: #00a4ff; background-color: #dbe6f8; } .detail-content-price label:nth-of-type(2), .detail-content-price label:nth-of-type(3), .detail-content-price label:nth-of-type(4) { color: #ff7200; } .detail-content-price label:nth-of-type(3) { font-size: 24px; } .detail-content-price label:nth-of-type(5) { margin-left: 25px; } .grabBtn { text-align: center; background: #ff7200; color: #fff; border-radius: 3px; margin: 0 auto; outline: none; border-color: #ff7200; padding: 6px 25px; font-size: 14px; line-height: 1.42857143; } .detail-content-tabs .tab-head { border-bottom: 1px solid #c6c6c7; } .detail-content-tabs .tab-head li { float: left; width: 10.5%; text-align: center; padding: 13px 0; font-size: 16px; color: #333333; cursor: pointer; } .tabs-details, #planTimes, #planTimesLists, .disnone, #custom { display: none; } .tabs-details p { color: #333333; margin-top: 28px; margin-bottom: 28px; margin-left: 12px; } .showtabs { display: block; } .detail-content-tabs .tab-head .tab-head-active { border-bottom: 3px solid #00a4ff; color: #00a4ff; margin-bottom: -2px; } .tables { width: 100%; text-align: center; font-size: 14px; } .tables thead { background-color: #f5f6f7; color: #333333; } .tables tbody { background-color: #fff; color: #808080; } .tables tr { height: 49px; } .tables th { text-align: center; } .tabs-details { padding-bottom: 20px; } p.words-title { font-size: 14px; color: #7a7a7a; margin-bottom: 10px; font-weight: 600; } .tabs-details .words-content { font-size: 12px; color: #7b8a97; margin-top: 0; margin-bottom: 0; line-height: 25px; word-break: break-all; } h4 { background-color: #f6f6f6; padding: 10px 5px; border-left: 3px solid #01b2fe; margin-bottom: 20px; } .project_abstract, .project_content { margin-bottom: 40px; line-height: 26px; } .wash_detail .words-title { border-bottom: 1px solid #008785; padding-bottom: 15px; margin-left: 0; } .wash_detail .table, .wash_detail .table th { text-align: center; } .wash_detail #task_type { font-size: 16px; } .head_portrait { width: 50px; height: 50px; } /*设备保养*/ .file_imgs { padding: 10px 0; list-style: none; /*margin-bottom: 60px;*/ } .file_imgs li, div.deliveryOrderDetail .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; color: #fff; } .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; cursor: pointer; } .noThumb { width: 109px; height: 109px; text-align: center; color: #1aaad0; } .fa-paperclip { font-size: 80px; text-align: center; } .noThumb p { margin: 0 0 10px; color: inherit; } .abnormal { /*text-indent: 2em;*/ } .state_audit { display: inline-block; width: 60px; height: 18px; line-height: 18px; font-size: 12px; box-sizing: border-box; color: #ffffff; border-radius: 5px; text-align: center; cursor: default !important; } .state_audit_remission { background-color: #1a7bb9; } .state_audit_wait { background-color: #febd23; } .state_audit_done { background-color: #5ccb91; } .state_audit_refuse { background-color: #fd7c78; } .state_audit_doned { background-color: #3cd6c9; } .state_audit_revoke { background-color: #fd72b9; } .state_audit_termination { background-color: #fc3d18; } .maintain_order .file_imgs { margin-left: 12px; } .proMailList { margin-bottom: 20px; } .proMailList .tool_bars { display: none; } .pro_infos1 .project_info li { float: none; width: 100%; } .pro_left, .pro_right { float: left; margin-left: 15px; margin-right: 15px; } .pro_left { width: 200px; } .project_detail2 { margin-top: 0; margin-bottom: 0; } div.project_detail2 .pro_left, div.project_detail2 .pro_right { vertical-align: middle; display: inline-block; float: none; } div.project_detail2 .pro_right { width: 50%; } div.project_detail2 .project_info li { width: 50%; } .comprehensive_infos .tabs_details { margin-top: 0; margin-bottom: 0; background-color: #fff; border-radius: 10px; padding: 20px; -moz-box-shadow: 2px 2px 16px #888888; box-shadow: 2px 2px 16px #888888; } .comprehensive_infos hr { border-top: 1px dashed #249fea; } #user_table tr, #equipment_table tr { cursor: pointer; } .detail-view .project_detail, .detail-view .detail-content-tabs { background-color: #fff; border-radius: 10px; padding: 20px; } .table-hover>tbody>tr.detail-view { background-color: #f5f5f5; } #outcryTable tbody tr { cursor: pointer; } .seeEqupRun .layui-item_active .layui-icon, .seeEqupRun .layui-item_active h3 { color: #12a7f1; } .seeEqupRun .layui-item_default .layui-icon, .seeEqupRun .layui-item_default h3, .seeEqupRun .layui-item_default p { color: #b3b3b3; } .seeEqupRun h3.layui-timeline-title { font-size: 16px; } #customfields { margin-bottom: 15px; } .extension_con { padding-left: 10px; padding-right: 10px; } .extension_txt { margin-bottom: 5px; } .extension_con.file_imgs li { width: 100px; height: 100px; margin-left: 0; } .thumb { cursor: pointer; } .preview_area { border-top: 1px dashed #1aaad0; display: none; } .pager li a { color: #249fea; } .pager { text-align: right; padding-right: 60px; } .preview_area_nav { position: relative; } .preview_area_num { position: absolute; right: 0; top: 6px; } .preview_can { margin: 0 auto; } .goods_list { background-color: #ffffff; border-radius: 5px; padding: 10px 10px 0 10px; margin-bottom: 5px; } .deliveryOrderDetail .rating { padding-top: 0; margin-top: -13px; } .deliveryOrderDetail .rating .rating-item { width: 18px; } .deliveryOrderDetail .ratingTips { line-height: 26px; } .deliveryOrderDetail .btn-label { display: inline-block; border: 1px solid #249fea; text-align: center !important; padding: 7px 14px; border-radius: 2px; text-indent: initial; margin: 5px 2px; } @media only screen and (max-width: 1180px) { .project_info li { width: 48%; } }