123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569 |
- * {
- margin: 0;
- padding: 0;
- }
- .rightArea {
- width: 225px;
- position: absolute;
- top: 80px;
- right: 40px;
- }
- .rightArea .w2 {
- letter-spacing: 2em;
- margin-right: -2em;
- }
- .rightArea .w3 {
- letter-spacing: .5em;
- margin-right: -.5em;
- }
- .rightArea .shadow {
- box-shadow: 0 0 12px #888;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .rightArea .pipelineEdit .rightTitle {
- width: 225px;
- height: 30px;
- background: #6a6a6a;
- opacity: .9;
- }
- .rightArea .pipelineEdit .rightTitle ul {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- .rightArea .pipelineEdit .rightTitle ul li {
- width: 75px;
- line-height: 30px;
- text-align: center;
- color: #fff;
- cursor: pointer;
- float: left;
- }
- .rightArea .pipelineEdit .rightTitle ul li .aloneStyle {
- display: inline-block;
- width: 75px;
- height: 30px;
- border-left: 1px solid #fff;
- border-right: 1px solid #fff;
- }
- .rightArea .pipelineEdit .rightTitle ul .active {
- background: #505050;
- }
- .rightArea .pipelineEdit .right-content-attribute {
- width: 225px;
- height: 356px;
- background: #fff;
- position: relative;
- font-size: 12px;
- }
- .rightArea .pipelineEdit .right-content-attribute .modify-item {
- width: 205px;
- height: 52px;
- padding-top: 10px;
- margin-left: 10px;
- }
- .rightArea .pipelineEdit .right-content-attribute .modify-item .company {
- position: absolute;
- right: 20px;
- }
- .rightArea .pipelineEdit .right-content-attribute .modify-item p {
- line-height: 15px;
- margin: 0 0 2px 0;
- }
- .rightArea .pipelineEdit .right-content-attribute .modify-item p i {
- color: red;
- vertical-align: middle;
- margin-right: 5px;
- font-size: 20px;
- }
- .rightArea .pipelineEdit .right-content-attribute .modify-item input select {
- font-size: 12px;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .rightArea .pipelineEdit .right-content-attribute .pipe-length span, .rightArea .pipelineEdit .right-content-attribute .pipe-line-code span {
- width: 205px;
- height: 25px;
- line-height: 15px;
- background: #eee;
- display: block;
- border: 1px solid #ccc;
- padding: 5px;
- border-radius: 5px;
- }
- .rightArea .pipelineEdit .right-content-attribute .piple-remarks {
- width: 205px;
- height: 82px;
- margin-top: 10px;
- margin-left: 10px;
- }
- .rightArea .pipelineEdit .right-content-attribute .piple-remarks p {
- line-height: 15px;
- margin: 0 0 2px 0;
- }
- .rightArea .pipelineEdit .right-content-attribute .piple-remarks textarea {
- font-size: 12px;
- }
- .rightArea .pipelineEdit .right-content-attribute #constructionDate[readonly] {
- background: #fff;
- cursor: pointer;
- }
- .rightArea .pipelineEdit .right-content-attribute #constructionDate[readonly][disabled] {
- background: #eee;
- }
- .rightArea .pipelineEdit .right-content-style {
- width: 225px;
- height: 356px;
- background: #fff;
- position: relative;
- }
- .rightArea .pipelineEdit .right-content-style .title {
- padding-top: 10px;
- margin-left: 8px;
- }
- .rightArea .pipelineEdit .right-content-style .title p {
- line-height: 15px;
- font-size: 12px;
- }
- .rightArea .pipelineEdit .right-content-style .bgcolor {
- width: 95px;
- height: 27px;
- margin-top: 10px;
- border: 1px solid #e4e4e4;
- }
- .rightArea .pipelineEdit .right-content-style .bgColorStyle {
- display: block;
- width: 64px;
- height: 21px;
- float: left;
- background: #59b6fc;
- margin: 2px;
- }
- .rightArea .pipelineEdit .right-content-style .chooseColor {
- display: block;
- width: 25px;
- height: 25px;
- float: left;
- cursor: pointer;
- background: #e4e4e4 url(/src/images/pipeline_map/triangle.png) no-repeat center;
- }
- .rightArea .pipelineEdit .right-content-style .bordercolor {
- width: 206px;
- height: 25px;
- margin-top: 10px;
- border: 1px solid #e4e4e4;
- }
- .rightArea .pipelineEdit .right-content-style .borderColorStyle {
- display: block;
- width: 106px;
- border: 1px solid #59b6fc;
- margin-top: 12px;
- margin-left: 20px;
- margin-right: 20px;
- float: left;
- }
- .rightArea .pipelineEdit .right-content-style .chooseStyle {
- display: block;
- width: 58px;
- height: 25px;
- background: #e4e4e4;
- float: left;
- border: none;
- outline: 0;
- cursor: pointer;
- }
- .rightArea .pipelineEdit .right-content-style .borderWidth {
- width: 206px;
- height: 25px;
- margin: 5px 0;
- background: #e4e4e4;
- }
- .rightArea .pipelineEdit .right-content-style .chooseSize {
- display: block;
- width: 60px;
- height: 25px;
- float: right;
- margin-top: -34px;
- }
- .rightArea .pipelineEdit .right-content-style .chooseSize input {
- width: 35px;
- margin-right: 2px;
- text-align: center;
- }
- .rightArea .pipelineEdit .right-content-style .preview {
- width: 150px;
- margin-top: 20px;
- background: #59b6fc;
- }
- .rightArea .pipelineEdit .right-content-style .scale_panel {
- color: #999;
- position: absolute;
- line-height: 18px;
- left: 10px;
- top: 12px;
- }
- .rightArea .pipelineEdit .right-content-style .scale_panel .r {
- float: right;
- }
- .rightArea .pipelineEdit .right-content-style .scale span {
- background: url(/src/images/pipeline_map/scroll.png) no-repeat center;
- width: 8px;
- height: 16px;
- position: absolute;
- left: 12px;
- top: -7px;
- cursor: pointer;
- }
- .rightArea .pipelineEdit .right-content-style .scale {
- background-repeat: repeat-x;
- background-position: 0 100%;
- background-color: #999;
- width: 126px;
- height: 3px;
- position: relative;
- font-size: 0;
- border-radius: 3px;
- box-sizing: border-box;
- }
- .rightArea .pipelineEdit .right-content-style .scale div {
- background-repeat: repeat-x;
- background-color: #59b6fc;
- width: 0;
- position: absolute;
- height: 3px;
- width: 0;
- left: 0;
- bottom: 0;
- width: 18px;
- }
- .rightArea .pipelineEdit .right-content-style .lanren {
- width: 146px;
- height: 25px;
- }
- .rightArea .pipelineEdit .right-content-style .lanren li {
- width: 146px;
- height: 25px;
- font-size: 12px;
- position: relative;
- list-style: none;
- }
- .rightArea .pipelineEdit .right-content-point {
- width: 225px;
- height: 356px;
- background: #fff;
- position: relative;
- }
- .rightArea .pipelineEdit .right-content-point .point {
- height: 50px;
- overflow: hidden;
- border: 2px solid #fff;
- border-bottom: 1px solid #e4e4e4;
- }
- .rightArea .pipelineEdit .right-content-point .point .point-left {
- width: 35px;
- line-height: 50px;
- text-align: center;
- float: left;
- }
- .rightArea .pipelineEdit .right-content-point .point .point-center {
- width: 140px;
- height: 45px;
- margin-top: 5px;
- float: left;
- }
- .rightArea .pipelineEdit .right-content-point .point .point-center p {
- line-height: 20px;
- margin: 0;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .rightArea .pipelineEdit .right-content-point .point .point-right {
- width: 35px;
- height: 50px;
- float: left;
- cursor: pointer;
- background: url(/src/images/security/delete.png) no-repeat center;
- }
- .rightArea .pipelineEdit .right-content-point .point .point-right:hover {
- background: url(/src/images/pipeline_map/delete.png) no-repeat center;
- }
- .rightArea .pipelineEdit .right-content-point .nullData {
- text-align: center;
- padding-top: 110px;
- }
- .rightArea .pipelineEdit .right-content-point .clickpoint {
- background: rgba(237,247,255,.5);
- border: 2px solid #59b6fc;
- }
- .rightArea .pipelineEdit .left-edit-close {
- width: 18px;
- height: 18px;
- background: #6a6a6a;
- text-align: center;
- line-height: 18px;
- color: #fff;
- position: absolute;
- top: 0;
- right: -20px;
- cursor: pointer;
- }
- .rightArea .pipelineEdit .left-edit-shrink {
- width: 18px;
- height: 18px;
- background: #6a6a6a;
- text-align: center;
- line-height: 18px;
- color: #fff;
- position: absolute;
- top: 20px;
- right: -20px;
- cursor: pointer;
- }
- .rightArea .pipelineEdit .footer {
- width: 100%;
- position: absolute;
- height: 40px;
- background: #fff;
- border-radius: 5px;
- bottom: 0;
- text-align: center;
- }
- .rightArea .pipelineEdit .footer button {
- font-size: 14px;
- display: inline-block;
- width: 90px;
- height: 30px;
- border: none;
- outline: 0;
- color: #fff;
- margin: 5px 5px 0 5px;
- cursor: default;
- border-radius: 5px;
- }
- .rightArea .pipelineEdit .footer button.btnBgcolor {
- background: #59b6fc;
- cursor: pointer;
- }
- .rightArea input, .rightArea select {
- padding: 5px;
- width: 100%;
- height: 25px;
- font-size: 12px;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .rightArea select {
- padding: 0;
- outline: 0;
- border-radius: 4px;
- border: 1px solid #ccc;
- }
- .rightArea textarea {
- padding: 5px;
- width: 100%;
- height: 60px;
- resize: none;
- }
- .rightArea .tablevue {
- height: auto !important;
- min-height: 274px !important;
- }
- .rightArea .modal_table .content {
- max-height: 294px;
- }
- .rightArea .borderRadius {
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .rightArea .overAuto {
- overflow: auto;
- }
- .importInputLine {
- margin-top: 30px;
- }
- .formImportList p {
- line-height: 36px;
- padding-left: 23px;
- margin: 0;
- }
- .formImportList p i {
- color: red;
- vertical-align: middle;
- margin-right: 5px;
- font-size: 20px;
- }
- .formImportList .feedback_img_file {
- display: none;
- }
- .formImportList .batchImport {
- line-height: 36px;
- position: relative;
- padding-left: 35px;
- padding-right: 20px;
- }
- .formImportList .batchImport .batchImportInput {
- height: 36px;
- background: #e4e4e4;
- border: 1px solid #999;
- cursor: pointer;
- }
- .formImportList .batchImport .submitFile {
- width: 100px;
- height: 34px;
- text-align: center;
- line-height: 36px;
- cursor: pointer;
- position: absolute;
- top: 1px;
- right: 20px;
- border: none;
- border-left: 1px solid #fff;
- }
- .formImportList p.importTxt {
- color: red;
- padding-left: 35px;
- }
- .hintsMain {
- background: #fff;
- border-radius: 6px;
- }
- .hintsMain .hintsMainTitle p {
- margin: 0;
- line-height: 20px;
- text-align: center;
- font-size: 14px;
- }
- .hintsMain .hintsMainTitle p i {
- color: red;
- font-style: normal;
- }
- .hintsMain .hintsMainList {
- padding: 20px 15px 0;
- }
- .hintsMain .hintsMainList p {
- margin: 0;
- font-size: 14px;
- border: 1px solid #ddd;
- background: #f7f7f7;
- height: 40px;
- text-align: center;
- }
- .hintsMain .hintsMainList p span {
- line-height: 22px;
- padding: 7px 0;
- }
- .hintsMain .hintsMainList ul {
- list-style: none;
- padding: 0;
- margin: 0;
- border-right: 1px solid #ddd;
- border-left: 1px solid #ddd;
- }
- .hintsMain .hintsMainList ul li {
- border-bottom: 1px solid #ddd;
- overflow: hidden;
- }
- .hintsMain .hintsMainList ul li span {
- line-height: 22px;
- padding: 7px 0;
- }
- .hintsMain .hintsMainList ul li:nth-child(2n+0) {
- background: #f7f7f7;
- }
- .hintsMain .hintsMainList .listLeft {
- width: 70px;
- float: left;
- text-align: center;
- }
- .hintsMain .hintsMainList .listRight {
- width: 140px;
- float: left;
- text-align: center;
- }
|