12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187 |
- 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;
- }
- #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.xh {
- width: 50px;
- }
- #pop1 .pop1-hd .pop1-hd__item .pop1-hd__table td.date {
- width: 150px;
- }
- #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;
- }
|