123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212 |
- 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;
- position: relative;
- }
- .right .r-list .ch-search{
- cursor: pointer;
- }
- .right .r-list .r-icon {
- float: left;
- position: absolute;
- top: 50%;
- left: 0;
- margin-top: -12px;
- padding-left: 8px;
- padding-right: 8px;
- }
- .right .r-list .r-icon-search {
- float: left;
- margin-left: 20px;
- }
- .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;
- }
|