1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192 |
- header {
- width: 100%;
- padding: 15px 50px 15px 15px;
- background-color: #005395;
- line-height: 66px;
- color: #fff;
- font-size: 18px;
- position: relative;
- z-index: 1;
- }
- .logo .line {
- margin: 0 16px;
- }
- .logo img {
- height: 36px;
- }
- .logOut {
- line-height: 36px;
- cursor: pointer;
- position: relative;
- }
- .logOut .down {
- display: inline-block;
- width: 14px;
- height: 9px;
- background: url(../imgs/icon_xiala.png) center no-repeat;
- -ms-behavior: url(backgroundsize.min.htc);
- behavior: url(backgroundsize.min.htc);
- background-size: cover;
- }
- .logOut .up {
- display: inline-block;
- width: 14px;
- height: 9px;
- background: url(../imgs/icon_shangla.png) center no-repeat;
- -ms-behavior: url(backgroundsize.min.htc);
- behavior: url(backgroundsize.min.htc);
- background-size: cover;
- }
- .logOut .logOutWrap {
- display: none;
- width: 100%;
- position: absolute;
- top: 40px;
- left: 0;
- height: 34px;
- text-align: center;
- z-index: 9;
- overflow: hidden;
- border-radius: 6px;
- behavior: url(PIE.htc);
- font-size: 14px;
- }
- .logOut .logOutWrap li {
- height: 34px;
- line-height: 34px;
- background-color: #fff;
- color: #333;
- padding-left: 16px;
- }
- .logOut .logOutWrap li:hover {
- background-color: #e6eef4;
- }
- .bg {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- min-width: 1300px;
- }
- article {
- width: 100%;
- position: absolute;
- top: 66px;
- left: 0;
- right: 0;
- bottom: 0;
- background: url(../imgs/BG_web.png) center no-repeat;
- -ms-behavior: url(backgroundsize.min.htc);
- behavior: url(backgroundsize.min.htc);
- background-size: cover;
- padding: 16px 0;
- }
- article > .content {
- width: 1020px;
- height: 100%;
- margin: 0 auto;
- }
- article > .content .left,
- article > .content .right {
- width: 300px;
- height: 100%;
- display: inline-block;
- overflow: hidden;
- }
- article > .content .center {
- width: 400px;
- height: 100%;
- margin: 0 10px;
- position: relative;
- }
- article > .content .left {
- position: relative;
- }
- .left .top {
- width: 100%;
- height: 216px;
- position: absolute;
- overflow: hidden;
- }
- .left .bottom {
- width: 100%;
- height: 100%;
- padding-top: 226px;
- }
- .left .bottom .con {
- width: 100%;
- height: 100%;
- position: relative;
- }
- .left .bottom .con .con-wrap {
- width: 100%;
- overflow-y: auto;
- position: absolute;
- top: 41px;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .opcBg {
- border-radius: 8px;
- background: #fff;
- background: rgba(255, 255, 255, 0.85);
- filter: alpha(opacity=85);
- }
- .opcBg .opcBg_searchBox {
- width: 100%;
- top: 41px;
- right: 0;
- margin-top: 0;
- display: none;
- }
- .opcBg .opcBg_title {
- height: 40px;
- padding-left: 0;
- }
- .opcBg .opcBg_item {
- height: 100%;
- line-height: 40px;
- width: 50%;
- text-align: center;
- border-right: 1px solid #fff;
- cursor: pointer;
- }
- .opcBg .opcBg_item:last-of-type {
- border-right: none;
- }
- .opcBg .opcBg_item.active {
- background-color: #005395;
- color: #fff;
- }
- .opcBg .opcBg_item.active .iconfont {
- color: #fff;
- }
- .title {
- font-size: 16px;
- line-height: 40px;
- padding-left: 16px;
- border-bottom: 1px solid #f9f9f9;
- position: relative;
- color: #333;
- }
- .infoItem {
- padding: 8px 16px;
- border-bottom: 1px solid #f3f3f3;
- }
- .infoItem .time {
- font-size: 12px;
- color: #999;
- }
- .infoItem .time .fr {
- color: #666;
- }
- .infoItem .content {
- position: relative;
- height: 21px;
- overflow: hidden;
- }
- .infoItem .content.second {
- height: 42px;
- }
- .infoItem .content p {
- width: 85%;
- height: 100%;
- }
- .infoItem .detail {
- color: #005395;
- position: absolute;
- top: 0;
- right: 0;
- }
- .infoItem .detail:hover {
- text-decoration: underline;
- cursor: pointer;
- }
- .searchBox {
- width: 170px;
- height: 22px;
- border: 1px solid #d1d1d1;
- background: #fff;
- position: absolute;
- top: 50%;
- right: 8px;
- margin-top: -12px;
- }
- .searchBox input {
- width: 100%;
- height: 100%;
- border: none;
- padding-left: 10px;
- padding-right: 30px;
- vertical-align: top;
- }
- .searchBox input:focus {
- border: none;
- outline: none;
- }
- .searchBox .icon {
- display: inline-block;
- width: 30px;
- position: absolute;
- top: -1px;
- right: 0;
- color: #999;
- text-align: center;
- cursor: pointer;
- }
- .center .centerTitle {
- text-align: center;
- font-size: 18px;
- color: #333;
- font-weight: 800;
- padding-left: 18px;
- padding-right: 18px;
- }
- .form {
- padding-left: 18px;
- padding-right: 18px;
- overflow-y: auto;
- position: absolute;
- top: 41px;
- left: 0;
- right: 0;
- bottom: 27px;
- }
- .form .formItem {
- margin-bottom: 5px;
- }
- .form .formItem input,
- .form .formItem textarea {
- color: #999;
- }
- .form .formItem .label {
- line-height: 34px;
- }
- .form .formItem .label strong {
- line-height: 34px;
- color: #999;
- font-size: 12px;
- }
- .form .formItem .inpBox {
- width: 100%;
- height: 34px;
- padding: 5px 16px;
- background: #fff;
- border: 1px solid #d1d1d1;
- border-radius: 2px;
- }
- .form .formItem .inpBox input {
- width: 100%;
- height: 100%;
- vertical-align: top;
- border: none;
- font-size: 12px;
- }
- /* 区域地点 */
- .form .formItem .areaplace {
- width: 100%;
- height: 34px;
- }
- .form .formItem .areaplace .areaBox {
- width: 100%;
- height: 100%;
- }
- .form .formItem .areaplace .areaBox select {
- width: 173px;
- height: 100%;
- padding-bottom: 5px\9;
- }
- /* 详细地址&&报修内容 */
- .form .formItem .address textarea,
- .form .formItem .repair textarea {
- width: 100%;
- resize: none;
- height: 64px;
- padding: 9px 20px;
- font-size: 12px;
- }
- /* 报修图片 */
- .form .formItem .f-images-list .f-images-item {
- float: left;
- width: 50px;
- height: 51px;
- background-color: #fff;
- margin-left: 98px;
- position: relative;
- background: url(./../imgs/image_tiantjiatupian.png) no-repeat 0 0;
- z-index: 9;
- }
- .form .formItem .f-images-list .f-images-item .form-file {
- width: 100%;
- height: 100%;
- }
- .form .formItem .f-images-list .f-images-item:first-child {
- margin-left: 0;
- }
- .form .formItem .f-images-list .f-images-item input {
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- }
- .form .formItem .f-images-list .f-images-item .f-thumb-wrap {
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- }
- .form .formItem .f-images-list .f-images-item .f-thumb-wrap .f-thumb {
- width: 100%;
- height: 100%;
- display: inline-block;
- }
- .form .formItem .f-images-list .f-images-item .f-thumb-close {
- font-size: 22px;
- position: absolute;
- right: -7px;
- top: -13px;
- cursor: pointer;
- color: #991f00;
- z-index: 99999;
- }
- /* 提交 */
- .form .f-submit {
- display: block;
- width: 128px;
- height: 34px;
- background-color: #005395;
- border-radius: 2px;
- text-align: center;
- line-height: 34px;
- margin: 40px auto 0;
- cursor: pointer;
- color: #fff;
- border: 0 none;
- }
- .form .f-submit.f-submit--disable {
- cursor: not-allowed;
- }
- .form .f-submit:hover {
- background-color: #00437a;
- }
- .form .f-submit.f-submit--disable:hover {
- background-color: #005395;
- }
- /* 最新报修 */
- .right {
- position: relative;
- }
- .right .r-list {
- position: absolute;
- top: 41px;
- left: 0;
- right: 0;
- bottom: 0;
- overflow-y: auto;
- }
- .right .r-list .r-item {
- height: 165px;
- padding: 16px 8px 16px 16px;
- overflow: hidden;
- color: #333;
- margin-top: 1px;
- border-bottom: 1px solid #fff;
- }
- .right .r-list .r-item .r-item-title {
- font-weight: bold;
- height: 20px;
- line-height: 20px;
- }
- .right .r-list .r-item .r-item-content {
- line-height: 20px;
- height: 40px;
- margin-top: 4px;
- }
- .right .r-list .r-item .r-item-info {
- margin-top: 4px;
- }
- .right .r-list .r-item .r-item-info strong {
- font-size: 12px;
- color: #999;
- line-height: 22px;
- }
- .right .r-list .r-item .r-item-info a {
- color: #005395;
- margin-right: 8px;
- line-height: 22px;
- }
- .right .r-list .r-item .r-item-process {
- margin-top: 10px;
- margin-left: 7px;
- }
- .right .r-list .r-item .r-item-process .r-item-processitem {
- width: 61px;
- height: 40px;
- border-top: 2px solid #ddd;
- position: relative;
- }
- .right .r-list .r-item .r-item-process .r-item-processitem.active {
- border-top: 2px solid #005395;
- }
- .right .r-list .r-item .r-item-process .r-item-processitem .outerCircleEnd {
- display: none;
- }
- .right .r-list .r-item .r-item-process .r-item-processitem.end .outerCircleEnd {
- display: block;
- position: absolute;
- left: 0px;
- top: -12px;
- width: 20px;
- height: 20px;
- background-color: #fff;
- border-radius: 50%;
- behavior: url(PIE.htc);
- overflow: hidden;
- }
- .right .r-list .r-item .r-item-process .r-item-processitem.end .innerCircleEnd {
- width: 20px;
- height: 20px;
- position: relative;
- left: 0;
- top: -4px;
- top: -6px\9;
- color: #67a52a;
- font-size: 20px;
- background-color: #fff;
- border-radius: 50%;
- behavior: url(PIE.htc);
- }
- .right
- .r-list
- .r-item
- .r-item-process
- .r-item-processitem.r-item-processitem__last {
- width: 14px;
- }
- .right .r-list .r-item .r-item-process .r-item-processitem .outerCircle {
- position: absolute;
- left: 0px;
- top: -9px;
- width: 14px;
- height: 14px;
- border-radius: 50%;
- behavior: url(PIE.htc);
- border: 1px solid #ddd;
- background-color: #fff;
- }
- .right .r-list .r-item .r-item-process .r-item-processitem .innerCircle {
- width: 8px;
- height: 8px;
- background-color: #ddd;
- border-radius: 50%;
- behavior: url(PIE.htc);
- position: absolute;
- left: 2px;
- top: 2px;
- }
- .right .r-list .r-item .r-item-process .r-item-processitem.active .outerCircle {
- border: 1px solid #005395;
- background-color: #fff;
- }
- .right .r-list .r-item .r-item-process .r-item-processitem.active .innerCircle {
- background-color: #005395;
- }
- .right .r-list .r-item .r-item-process .r-item-processitem h3 {
- font-size: 12px;
- margin-top: 10px;
- position: relative;
- left: -7px;
- display: inline-block;
- }
- .right
- .r-list
- .r-item
- .r-item-process
- .r-item-processitem.r-item-processitem__last
- h3 {
- width: 30px;
- }
- /* pop1 */
- #pop1 {
- display: none;
- width: 600px;
- height: 730px;
- max-height: 100%;
- max-height: none\9;
- border-radius: 2px;
- background-color: #fff;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- margin: auto;
- z-index: 999;
- overflow: hidden;
- }
- #pop1 .pop1-title {
- font-size: 16px;
- color: #333;
- height: 40px;
- line-height: 40px;
- text-align: center;
- border-bottom: 2px solid #eee;
- position: relative;
- }
- #pop1 .pop1-title .pop1-title-icon {
- font-size: 16px;
- color: #666;
- position: absolute;
- top: 8px;
- right: 12px;
- cursor: pointer;
- }
- #pop1 .pop1-hd {
- margin-left: 16px;
- margin-right: 16px;
- height: 80%;
- background-color: #f5f5f5;
- border-radius: 2px;
- border: 1px solid #d1d1d1;
- margin-top: 16px;
- overflow-y: auto;
- }
- #pop1 .pop1-hd .pop1-hd__item {
- padding-top: 16px;
- padding-bottom: 18px;
- margin-left: 16px;
- margin-right: 16px;
- color: #333;
- border-top: 2px solid #ddd;
- }
- #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table {
- border-collapse: collapse;
- border: 1px solid #ccc;
- width: 100%;
- margin-top: 8px;
- }
- #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td {
- text-align: center;
- border: 1px solid #ccc;
- word-break: break-all;
- font-size: 12px;
- }
- #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.xh {
- width: 40px;
- }
- #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.clr {
- width: 60px;
- }
- #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.date {
- width: 130px;
- }
- #pop1 .pop1-hd .pop1-hd__item:first-child {
- border-top: none;
- }
- #pop1 .pop1-hd .pop1-hd__item .pop1-hd__itemBlock {
- padding-top: 16px;
- }
- #pop1 .pop1-hd h3 {
- font-size: 16px;
- font-weight: bold;
- }
- #pop1 .pop1-hd .pop1-hd__itemList {
- width: 100%;
- float: left;
- margin-top: 4px;
- }
- #pop1 .pop1-hd .pop1-hd__itemList.pop1-hd__itemList--five {
- width: 50%;
- }
- #pop1
- .pop1-hd
- .pop1-hd__itemList.pop1-hd__itemList--five.pop1-hd__itemList--tag {
- padding-left: 125px;
- }
- #pop1 .pop1-hd .pop1-hd__itemList .pop1-hd__itemListImgs {
- display: inline-block;
- vertical-align: top;
- }
- #pop1 .pop1-hd .pop1-hd__itemList .pop1-hd__itemListImgs img {
- width: 50px;
- height: 51px;
- float: left;
- margin-left: 16px;
- }
- #pop1 .pop1-hd .pop1-hd__itemList .pop1-hd__itemListImgs img:first-child {
- margin-left: 0;
- }
- #pop1 .pop1-hd .pop1-hd__itemList .pop1-hd__itemListProcess {
- font-size: 12px;
- color: #999;
- }
- #pop1
- .pop1-hd
- .pop1-hd__itemList
- .pop1-hd__itemListProcess
- .pop1-hd__processRight {
- width: 460px;
- }
- #pop1
- .pop1-hd
- .pop1-hd__itemList
- .pop1-hd__itemListProcess
- .pop1-hd__processRight
- .pop1-hd__processRightItem {
- margin-top: 8px;
- position: relative;
- }
- #pop1
- .pop1-hd
- .pop1-hd__itemList
- .pop1-hd__itemListProcess
- .pop1-hd__processRight
- .pop1-hd__processRightItem
- span {
- display: inline-block;
- height: 16px;
- }
- #pop1
- .pop1-hd
- .pop1-hd__itemList
- .pop1-hd__itemListProcess
- .pop1-hd__processRight
- .pop1-hd__processRightItem
- h4 {
- position: absolute;
- left: -74px;
- top: 8px;
- width: 76px;
- }
- #pop1
- .pop1-hd
- .pop1-hd__itemList
- .pop1-hd__itemListProcess
- .pop1-hd__processRight
- .pop1-hd__processRightItem
- h4.end {
- color: #333;
- }
- #pop1
- .pop1-hd
- .pop1-hd__itemList
- .pop1-hd__itemListProcess
- .pop1-hd__processRight
- .pop1-hd__processRightItem
- .pop1-hd__processCircle {
- position: absolute;
- left: -30px;
- top: 12px;
- width: 8px;
- height: 8px;
- background-color: #79a3c4;
- border-radius: 50%;
- behavior: url(PIE.htc);
- z-index: 9;
- }
- #pop1
- .pop1-hd
- .pop1-hd__itemList
- .pop1-hd__itemListProcess
- .pop1-hd__processRight
- .pop1-hd__processRightItem
- .pop1-hd__processCircle.end {
- background-color: #00437a;
- }
- #pop1
- .pop1-hd
- .pop1-hd__itemList
- .pop1-hd__itemListProcess
- .pop1-hd__processRight
- .pop1-hd__processRightItem
- .pop1-hd__processCircle:before {
- content: "";
- height: 38px;
- width: 0;
- border-left: 2px dashed #ddd;
- position: absolute;
- left: 50%;
- bottom: 8px;
- margin-left: -1px;
- }
- #pop1
- .pop1-hd
- .pop1-hd__itemList
- .pop1-hd__itemListProcess
- .pop1-hd__processRight
- .pop1-hd__processRightItem:first-child
- .pop1-hd__processCircle:before {
- display: none;
- }
- #pop1
- .pop1-hd
- .pop1-hd__itemList
- .pop1-hd__itemListProcess
- .pop1-hd__processRight
- .pop1-hd__processRightItem
- .pop1-hd__processCircle:after {
- content: "";
- height: 0;
- width: 12px;
- border-top: 1px dashed #ddd;
- position: absolute;
- left: 8px;
- top: 50%;
- }
- #pop1
- .pop1-hd
- .pop1-hd__itemList
- .pop1-hd__itemListProcess
- .pop1-hd__processRight
- .pop1-hd__processRightItem
- p {
- word-break: break-all;
- line-height: 18px;
- margin-top: 4px;
- }
- #pop1 .pop1-tips .pop1-tipsBd {
- font-size: 12px;
- color: #666;
- margin-top: 8px;
- text-align: left;
- }
- /* 评价 start */
- #pop1 .pop1-evaluate .pop1-evaluateWrap {
- margin-top: 16px;
- }
- #pop1 .pop1-evaluate .pop1-evaluateOperate #evaluate .star-text {
- color: #79a3c4;
- }
- #pop1 .pop1-evaluate .pop1-evaluateOperate .star {
- font-size: 0;
- }
- #pop1 .pop1-evaluate .pop1-evaluateOperate .star i {
- font-size: 14px;
- color: #eaeaea;
- cursor: pointer;
- margin-right: 8px;
- }
- #pop1 .pop1-evaluate .pop1-evaluateOperate .star i.active {
- color: #005395;
- }
- #pop1 .pop1-evaluate .evaluate-textareaWrap {
- margin-top: 8px;
- }
- #pop1 .pop1-evaluate .evaluate-textarea {
- height: 216px;
- width: 100%;
- resize: none;
- padding: 16px;
- }
- /* 评价 end */
- /* 撤回 start */
- #pop1 .pop1-back {
- padding-top: 0 !important;
- padding-bottom: 8px !important;
- }
- #pop1 .pop1-back h3 {
- color: #333;
- font-size: 14px;
- font-weight: normal;
- margin: 3px 0;
- }
- #pop1 .pop1-back h3 span {
- color: #fd3d55;
- }
- #pop1 .pop1-back .back-textarea {
- width: 100%;
- height: 80px;
- border: 1px solid #d1d1d1;
- resize: none;
- padding-left: 16px;
- padding-top: 16px;
- }
- /* 撤回 end */
- /* 提示 start */
- #pop1 .pop1-tips {
- text-align: center;
- }
- #pop1 .pop1-tips i {
- font-size: 26px;
- color: #a2d516;
- }
- #pop1 .pop1-tips p {
- color: #333;
- text-align: center;
- }
- /* 提示 end */
- /* 公告详情 start */
- #pop1 .notice .notice-dept {
- margin-top: 16px;
- }
- #pop1 .notice .notice-content {
- margin-top: 16px;
- }
- #pop1 .notice .notice-content img {
- margin-top: 16px;
- margin-bottom: 16px;
- width: 100%;
- }
- /* 公告详情 end */
- /* 常见问题详情 start */
- #pop1 .solution .solution-createUser {
- margin-top: 16px;
- }
- #pop1 .solution .solution-content {
- margin-top: 16px;
- }
- #pop1 .solution .solution-content img {
- margin-top: 16px;
- margin-bottom: 16px;
- width: 100%;
- }
- /* 常见问题详情 end */
- #pop1 .pop1-operate {
- margin-top: 14px;
- }
- #pop1 .pop1-operate .pop1-oneBtn,
- #pop1 .pop1-operate .pop1-twoBtn {
- text-align: center;
- font-size: 0;
- }
- #pop1 .pop1-operate .pop1-twoBtn {
- display: none;
- }
- #pop1 .pop1-operate .pop1-oneBtn .pop1-operateBtn {
- width: 120px;
- height: 34px;
- text-align: center;
- line-height: 32px;
- border-radius: 2px;
- display: inline-block;
- cursor: pointer;
- border: 1px solid #005395;
- }
- #pop1 .pop1-operate .pop1-twoBtn .pop1-operateBtn {
- width: 80px;
- height: 34px;
- text-align: center;
- line-height: 34px;
- border-radius: 2px;
- display: inline-block;
- cursor: pointer;
- }
- #pop1 .pop1-operate .pop1-operateBtn.oneConfirm {
- background-color: #e6eef4;
- font-size: 14px;
- color: #005395;
- }
- #pop1 .pop1-operate .pop1-operateBtn.oneConfirm:hover {
- background-color: #79a3c4;
- border-color: #79a3c4;
- }
- #pop1 .pop1-operate .pop1-operateBtn.twoConfirm {
- background-color: #005395;
- color: #fff;
- font-size: 14px;
- }
- #pop1 .pop1-operate .pop1-operateBtn.twoConfirm:hover {
- background-color: #00437a;
- }
- #pop1 .pop1-operate .pop1-operateBtn.twoCancel {
- background-color: #fff;
- color: #666;
- border: 1px solid #ddd;
- font-size: 14px;
- margin-left: 8px;
- line-height: 32px;
- }
- #pop1 .pop1-operate .pop1-operateBtn.twoCancel:hover {
- border: 1px solid #999;
- }
- /* 遮罩 */
- #mask {
- display: none;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- background: rgba(0, 0, 0, 0.5);
- -pie-background: rgba(0, 0, 0, 0.5);
- behavior: url(PIE.htc);
- z-index: 998;
- }
- /* 无内容 */
- #notice_list {
- position: relative;
- height: 175px;
- }
- .noContent {
- width: 156px;
- height: 110px;
- position: absolute;
- left: 50%;
- top: 50%;
- margin-left: -78px;
- margin-top: -55px;
- }
- .noContent p {
- text-align: center;
- font-size: 12px;
- color: #666;
- }
- /* loading */
- .loading {
- width: 35px;
- height: 35px;
- background: url(./../imgs/loading.gif) no-repeat;
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- display: none;
- }
- /* 图片点击放大预览 */
- .pop1-hd__itemBxImgsMask {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.5);
- -pie-background: rgba(0, 0, 0, 0.5);
- behavior: url(PIE.htc);
- z-index: 99999;
- }
- .pop1-hd__itemBxImgsMask img {
- width: 500px;
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- background: #000;
- }
- /* 故障地点 */
- .address,
- .ks {
- position: relative;
- }
- #bx_address,
- #bx_ks {
- width: 100%;
- height: 34px;
- padding: 5px 16px;
- background: #fff;
- border: 1px solid #d1d1d1;
- border-radius: 2px;
- }
- #bx_address_ul,
- #bx_ks_ul {
- position: absolute;
- top: 34px;
- left: 0;
- width: 100%;
- max-height: 136px;
- overflow-y: auto;
- background-color: #fff;
- border: 1px solid #d1d1d1;
- border-top: none;
- z-index: 9999;
- display: none;
- }
- #bx_address_ul li,
- #bx_ks_ul li {
- height: 34px;
- border-bottom: 1px solid #d1d1d1;
- line-height: 32px;
- padding: 0 16px;
- cursor: pointer;
- }
- /* #bx_address_ul li:hover, */
- /* #bx_ks_ul li:hover { */
- /* background-color: #005395; */
- /* color: #fff; */
- /* } */
- #bx_address_ul li:last-child,
- #bx_ks_ul li:last-child {
- border-bottom: none;
- }
- /* 自动建单 */
- #bx_eventClass {
- width: 100%;
- height: 100%;
- border: 0 none;
- padding: 5px 16px;
- color: #999;
- }
- .bx_eventClass {
- padding: 0 !important;
- }
|