| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577 |
- /*查看项目详情页面样式*/
- 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%;
- }
- }
|