|
@@ -1,9 +1,15 @@
|
|
|
@charset "UTF-8";
|
|
|
+
|
|
|
/* 居中 */
|
|
|
-.center, .conditions-box .err-box > img, .conditions-box .err-box > span, .conditions-box .err-box > button, .conditions-box .line-box {
|
|
|
+.center,
|
|
|
+.conditions-box .err-box>img,
|
|
|
+.conditions-box .err-box>span,
|
|
|
+.conditions-box .err-box>button,
|
|
|
+.conditions-box .line-box {
|
|
|
display: block;
|
|
|
margin: 0 auto;
|
|
|
- text-align: center; }
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
|
|
|
button {
|
|
|
cursor: pointer;
|
|
@@ -13,159 +19,224 @@ button {
|
|
|
background: white;
|
|
|
color: #1D1D1D;
|
|
|
border: 1px solid #e0e0e0;
|
|
|
- margin-right: 15px; }
|
|
|
- button.sussecc, .conditions-box .err-box button {
|
|
|
- margin-right: 15px;
|
|
|
- border: 1px solid #2CB7CA;
|
|
|
- background: #2cb7ca;
|
|
|
- color: white; }
|
|
|
- button.u-select {
|
|
|
- width: 94px;
|
|
|
- height: 36px;
|
|
|
- border: 1px solid #E0E0E0;
|
|
|
- border-radius: 4px;
|
|
|
- color: #1D1D1D;
|
|
|
- font-size: 14px; }
|
|
|
- button.u-select.select {
|
|
|
- border-color: #2CB7CA;
|
|
|
- color: #2CB7CA; }
|
|
|
- button.w100 {
|
|
|
- width: 100px;
|
|
|
- height: 36px;
|
|
|
- border-radius: 4px;
|
|
|
- margin-left: 6px; }
|
|
|
+ margin-right: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+button.sussecc,
|
|
|
+.conditions-box .err-box button {
|
|
|
+ margin-right: 15px;
|
|
|
+ border: 1px solid #2CB7CA;
|
|
|
+ background: #2cb7ca;
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
+button.u-select {
|
|
|
+ width: 94px;
|
|
|
+ height: 36px;
|
|
|
+ border: 1px solid #E0E0E0;
|
|
|
+ border-radius: 4px;
|
|
|
+ color: #1D1D1D;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+button.u-select.select {
|
|
|
+ border-color: #2CB7CA;
|
|
|
+ color: #2CB7CA;
|
|
|
+}
|
|
|
+button.u-select:hover{
|
|
|
+ border-color: #2CB7CA;
|
|
|
+ color: #2CB7CA;
|
|
|
+}
|
|
|
+
|
|
|
+button.w100 {
|
|
|
+ width: 100px;
|
|
|
+ height: 36px;
|
|
|
+ border-radius: 4px;
|
|
|
+ margin-left: 6px;
|
|
|
+}
|
|
|
|
|
|
.conditions-box {
|
|
|
padding: 106px 0px 30px 0px;
|
|
|
font-family: MicrosoftYaHei;
|
|
|
- font-size: 16px; }
|
|
|
- .conditions-box .progress_ {
|
|
|
- width: 1200px;
|
|
|
- display: inline-block;
|
|
|
- padding-left: 95px;
|
|
|
- margin-bottom: 30px;
|
|
|
- box-sizing: border-box; }
|
|
|
- .conditions-box .progress_ div.pro {
|
|
|
- width: 300px;
|
|
|
- height: 38px;
|
|
|
- line-height: 38px;
|
|
|
- text-align: center;
|
|
|
- background-color: #BFBFBF;
|
|
|
- color: white;
|
|
|
- float: left;
|
|
|
- margin-right: 8px; }
|
|
|
- .conditions-box .progress_ div.a1 {
|
|
|
- background-color: #BFBFBF;
|
|
|
- color: #fff; }
|
|
|
- .conditions-box .progress_ div.b2 {
|
|
|
- background-color: #72DAE8;
|
|
|
- color: #fff; }
|
|
|
- .conditions-box .progress_ div.c3 {
|
|
|
- background-color: #2CB7CA;
|
|
|
- color: #fff; }
|
|
|
- .conditions-box .progress_ .l {
|
|
|
- position: relative;
|
|
|
- z-index: 3; }
|
|
|
- .conditions-box .progress_ .l:after {
|
|
|
- content: "";
|
|
|
- position: absolute;
|
|
|
- right: -23px;
|
|
|
- top: 0;
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- border-top: 19px solid transparent;
|
|
|
- border-left: 23px solid #2CB7CA;
|
|
|
- border-bottom: 19px solid transparent; }
|
|
|
- .conditions-box .progress_ .c {
|
|
|
- z-index: 2;
|
|
|
- position: relative; }
|
|
|
- .conditions-box .progress_ .c:before {
|
|
|
- content: "";
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- border-top: 19px solid transparent;
|
|
|
- border-left: 23px solid #fff;
|
|
|
- border-bottom: 19px solid transparent; }
|
|
|
- .conditions-box .progress_ .c:after {
|
|
|
- content: "";
|
|
|
- position: absolute;
|
|
|
- right: -23px;
|
|
|
- top: 0;
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- border-top: 19px solid transparent;
|
|
|
- border-left: 23px solid #BFBFBF;
|
|
|
- border-bottom: 19px solid transparent; }
|
|
|
- .conditions-box .progress_ .r {
|
|
|
- position: relative; }
|
|
|
- .conditions-box .progress_ .r:before {
|
|
|
- content: "";
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- border-top: 19px solid transparent;
|
|
|
- border-left: 23px solid #fff;
|
|
|
- border-bottom: 19px solid transparent; }
|
|
|
- .conditions-box .inner {
|
|
|
- background-color: #fff;
|
|
|
- border-top: 2px solid #2CB7CA;
|
|
|
- padding: 30px; }
|
|
|
- .conditions-box .err-box {
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 147px 0 207px 0;
|
|
|
- font-size: 16px; }
|
|
|
- .conditions-box .err-box img {
|
|
|
- width: 211px;
|
|
|
- height: 169px; }
|
|
|
- .conditions-box .err-box span {
|
|
|
- color: #686868;
|
|
|
- margin: 30px 0 34px 0; }
|
|
|
- .conditions-box .err-box button {
|
|
|
- margin:0 auto;
|
|
|
- width: 130px; }
|
|
|
- .conditions-box .line-box {
|
|
|
- width: 1140px;
|
|
|
- /*border-bottom: 1px solid #E0E0E0;*/
|
|
|
- padding-bottom: 20px;
|
|
|
- box-sizing: border-box; }
|
|
|
- .conditions-box .line-box.p20 {
|
|
|
- padding: 20px 0; }
|
|
|
- .conditions-box .line-box .left {
|
|
|
- width: 114px;
|
|
|
- line-height: 36px;
|
|
|
- text-align: right;
|
|
|
- color: #1D1D1D;
|
|
|
- }
|
|
|
- .conditions-box .line-box .left > i {
|
|
|
- margin-left: -4px;
|
|
|
- font-size: 20px;
|
|
|
- line-height: 36px;
|
|
|
- color: #2cb7ca; }
|
|
|
- .conditions-box .line-box .right {
|
|
|
- width: 1047px;
|
|
|
- margin-left: 15px; }
|
|
|
- .conditions-box .button-box {
|
|
|
- margin: 15px 0 -5px 84px; }
|
|
|
- .conditions-box .button-box.sm {
|
|
|
- width: 100%;
|
|
|
- margin-left: 0; }
|
|
|
- .conditions-box .button-box.sm > button {
|
|
|
- width: 60px;
|
|
|
- height: 26px;
|
|
|
- border-radius: 2px; }
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .progress_ {
|
|
|
+ width: 1200px;
|
|
|
+ display: inline-block;
|
|
|
+ padding-left: 95px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .progress_ div.pro {
|
|
|
+ width: 300px;
|
|
|
+ height: 38px;
|
|
|
+ line-height: 38px;
|
|
|
+ text-align: center;
|
|
|
+ background-color: #BFBFBF;
|
|
|
+ color: white;
|
|
|
+ float: left;
|
|
|
+ margin-right: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .progress_ div.a1 {
|
|
|
+ background-color: #BFBFBF;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .progress_ div.b2 {
|
|
|
+ background-color: #72DAE8;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .progress_ div.c3 {
|
|
|
+ background-color: #2CB7CA;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .progress_ .l {
|
|
|
+ position: relative;
|
|
|
+ z-index: 3;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .progress_ .l:after {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ right: -23px;
|
|
|
+ top: 0;
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ border-top: 19px solid transparent;
|
|
|
+ border-left: 23px solid #2CB7CA;
|
|
|
+ border-bottom: 19px solid transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .progress_ .c {
|
|
|
+ z-index: 2;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .progress_ .c:before {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ border-top: 19px solid transparent;
|
|
|
+ border-left: 23px solid #fff;
|
|
|
+ border-bottom: 19px solid transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .progress_ .c:after {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ right: -23px;
|
|
|
+ top: 0;
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ border-top: 19px solid transparent;
|
|
|
+ border-left: 23px solid #BFBFBF;
|
|
|
+ border-bottom: 19px solid transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .progress_ .r {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .progress_ .r:before {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ border-top: 19px solid transparent;
|
|
|
+ border-left: 23px solid #fff;
|
|
|
+ border-bottom: 19px solid transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .inner {
|
|
|
+ background-color: #fff;
|
|
|
+ border-top: 2px solid #2CB7CA;
|
|
|
+ padding: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .err-box {
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 147px 0 207px 0;
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .err-box img {
|
|
|
+ width: 211px;
|
|
|
+ height: 169px;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .err-box span {
|
|
|
+ color: #686868;
|
|
|
+ margin: 30px 0 34px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .err-box button {
|
|
|
+ margin: 0 auto;
|
|
|
+ width: 130px;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .line-box {
|
|
|
+ width: 1140px;
|
|
|
+ /*border-bottom: 1px solid #E0E0E0;*/
|
|
|
+ padding-bottom: 20px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .line-box.p20 {
|
|
|
+ padding: 20px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .line-box .left {
|
|
|
+ width: 114px;
|
|
|
+ line-height: 36px;
|
|
|
+ text-align: right;
|
|
|
+ color: #1D1D1D;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .line-box .left>i {
|
|
|
+ margin-left: -4px;
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 36px;
|
|
|
+ color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .line-box .right {
|
|
|
+ width: 1047px;
|
|
|
+ margin-left: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .button-box {
|
|
|
+ margin: 15px 0 -5px 84px;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .button-box.sm {
|
|
|
+ width: 100%;
|
|
|
+ margin-left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.conditions-box .button-box.sm>button {
|
|
|
+ width: 60px;
|
|
|
+ height: 26px;
|
|
|
+ border-radius: 2px;
|
|
|
+}
|
|
|
|
|
|
.split-line {
|
|
|
color: #000;
|
|
|
padding: 0 8px;
|
|
|
line-height: 34px;
|
|
|
- font-weight: bold;}
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
|
|
|
-.select-area-box > span {
|
|
|
+.select-area-box>span {
|
|
|
font-size: 14px;
|
|
|
color: #1D1D1D;
|
|
|
margin-right: 3px;
|
|
@@ -173,32 +244,47 @@ button {
|
|
|
height: 24px;
|
|
|
line-height: 22px;
|
|
|
border: 1px solid transparent;
|
|
|
- box-sizing: border-box; }
|
|
|
- .select-area-box > span.select-area {
|
|
|
- cursor: pointer;
|
|
|
- padding: 0 6.9px;
|
|
|
- /*margin-right: 10px;*/}
|
|
|
- .select-area-box > span.select-area.click {
|
|
|
- background: #F5F5FB;
|
|
|
- border: 1px solid #e0e0e0;
|
|
|
- border-bottom: none;
|
|
|
- position: relative;
|
|
|
- border-radius: 4px 4px 0px 0px; }
|
|
|
- .select-area-box > span.select-area.click::after {
|
|
|
- content: "";
|
|
|
- width: 100%;
|
|
|
- height: 2px;
|
|
|
- position: absolute;
|
|
|
- bottom: -1px;
|
|
|
- left: -0.5px;
|
|
|
- border: 1px solid #e0e0e0;
|
|
|
- border-width: 0 1px;
|
|
|
- background-color: #F5F5FB;
|
|
|
- z-index: 4; }
|
|
|
- .select-area-box > span.select-area.select {
|
|
|
- background: #2CB7CA;
|
|
|
- border-radius: 2px;
|
|
|
- color: white; }
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+.select-area-box>span.select-area {
|
|
|
+ cursor: pointer;
|
|
|
+ padding: 0 6.9px;
|
|
|
+ /*margin-right: 10px;*/
|
|
|
+}
|
|
|
+
|
|
|
+.select-area-box>span.select-area:hover{
|
|
|
+ background-color: #2CB7CA;
|
|
|
+ color: #fff;
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.select-area-box>span.select-area.click {
|
|
|
+ background: #F5F5FB;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+ border-bottom: none;
|
|
|
+ position: relative;
|
|
|
+ border-radius: 4px 4px 0px 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.select-area-box>span.select-area.click::after {
|
|
|
+ content: "";
|
|
|
+ width: 100%;
|
|
|
+ height: 2px;
|
|
|
+ position: absolute;
|
|
|
+ bottom: -1px;
|
|
|
+ left: -0.5px;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+ border-width: 0 1px;
|
|
|
+ background-color: #F5F5FB;
|
|
|
+ z-index: 4;
|
|
|
+}
|
|
|
+
|
|
|
+.select-area-box>span.select-area.select {
|
|
|
+ background: #2CB7CA;
|
|
|
+ border-radius: 2px;
|
|
|
+ color: white;
|
|
|
+}
|
|
|
|
|
|
.select-date {
|
|
|
width: 170px;
|
|
@@ -211,35 +297,50 @@ button {
|
|
|
line-height: 36px;
|
|
|
box-sizing: border-box;
|
|
|
position: relative;
|
|
|
- cursor: pointer; }
|
|
|
- .select-date::before {
|
|
|
- content: attr(data-text);
|
|
|
- position: absolute;
|
|
|
- left: 15px; }
|
|
|
- .select-date::after {
|
|
|
- content: "\e603";
|
|
|
- position: absolute;
|
|
|
- right: 10px;
|
|
|
- top:0;
|
|
|
- font-family: "iconfont" !important;
|
|
|
- font-size: 16px;
|
|
|
- font-style: normal;
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
- pointer-events: none;}
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.select-date::before {
|
|
|
+ content: attr(data-text);
|
|
|
+ position: absolute;
|
|
|
+ left: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.select-date::after {
|
|
|
+ content: "\e603";
|
|
|
+ position: absolute;
|
|
|
+ right: 10px;
|
|
|
+ top: 0;
|
|
|
+ font-family: "iconfont" !important;
|
|
|
+ font-size: 16px;
|
|
|
+ font-style: normal;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ pointer-events: none;
|
|
|
+}
|
|
|
|
|
|
.float-box {
|
|
|
- *zoom: 1; }
|
|
|
- .float-box::after {
|
|
|
- visibility: hidden;
|
|
|
- display: block;
|
|
|
- font-size: 0;
|
|
|
- content: " ";
|
|
|
- clear: both;
|
|
|
- height: 0; }
|
|
|
- .float-box > * {
|
|
|
- float: left; }
|
|
|
- .float-box > div, .float-box > button, .float-box > sapn {
|
|
|
- float: left; }
|
|
|
+ *zoom: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.float-box::after {
|
|
|
+ visibility: hidden;
|
|
|
+ display: block;
|
|
|
+ font-size: 0;
|
|
|
+ content: " ";
|
|
|
+ clear: both;
|
|
|
+ height: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.float-box>* {
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+.float-box>div,
|
|
|
+.float-box>button,
|
|
|
+.float-box>sapn {
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
input {
|
|
|
width: 100%;
|
|
|
height: 36px;
|
|
@@ -248,14 +349,25 @@ input {
|
|
|
padding: 0 16px;
|
|
|
border: 1px solid #e0e0e0;
|
|
|
border-radius: 4px;
|
|
|
- margin-top: 15px; }
|
|
|
- input:focus {
|
|
|
- outline: 1px solid #2cb7ca; }
|
|
|
- input.w {
|
|
|
- font-size:14px;
|
|
|
- width: 590px; }
|
|
|
- input.sm {
|
|
|
- width: 288px; }
|
|
|
+ margin-top: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+input:focus {
|
|
|
+ outline: 1px solid #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+input.w {
|
|
|
+ font-size: 14px;
|
|
|
+ width: 590px;
|
|
|
+}
|
|
|
+
|
|
|
+input.w:focus{
|
|
|
+ border: 1px solid #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+input.sm {
|
|
|
+ width: 288px;
|
|
|
+}
|
|
|
|
|
|
.add-w {
|
|
|
position: relative;
|
|
@@ -266,28 +378,39 @@ input {
|
|
|
border: 1px dashed #e0e0e0;
|
|
|
border-radius: 4px;
|
|
|
cursor: pointer;
|
|
|
- transition: all 0.6s; }
|
|
|
- .add-w:hover {
|
|
|
- border-color: #2CB7CA; }
|
|
|
- .add-w:hover::before {
|
|
|
- color: #2CB7CA; }
|
|
|
- .add-w:hover::after {
|
|
|
- color: #2CB7CA; }
|
|
|
- .add-w::after {
|
|
|
- content: attr(data-text);
|
|
|
- position: absolute;
|
|
|
- right: 98px;
|
|
|
- font-size: 14px;
|
|
|
- color: #888888; }
|
|
|
- .add-w::before {
|
|
|
- content: "\e631";
|
|
|
- position: absolute;
|
|
|
- color: #AAAAAA;
|
|
|
- left: 100px;
|
|
|
- font-family: "iconfont" !important;
|
|
|
- font-size: 16px;
|
|
|
- font-style: normal;
|
|
|
- -webkit-font-smoothing: antialiased; }
|
|
|
+ transition: all 0.6s;
|
|
|
+}
|
|
|
+
|
|
|
+.add-w:hover {
|
|
|
+ border-color: #2CB7CA;
|
|
|
+}
|
|
|
+
|
|
|
+.add-w:hover::before {
|
|
|
+ color: #2CB7CA;
|
|
|
+}
|
|
|
+
|
|
|
+.add-w:hover::after {
|
|
|
+ color: #2CB7CA;
|
|
|
+}
|
|
|
+
|
|
|
+.add-w::after {
|
|
|
+ content: attr(data-text);
|
|
|
+ position: absolute;
|
|
|
+ right: 98px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #888888;
|
|
|
+}
|
|
|
+
|
|
|
+.add-w::before {
|
|
|
+ content: "\e631";
|
|
|
+ position: absolute;
|
|
|
+ color: #AAAAAA;
|
|
|
+ left: 100px;
|
|
|
+ font-family: "iconfont" !important;
|
|
|
+ font-size: 16px;
|
|
|
+ font-style: normal;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+}
|
|
|
|
|
|
.dialog {
|
|
|
width: 1010px;
|
|
@@ -296,11 +419,14 @@ input {
|
|
|
box-sizing: border-box;
|
|
|
background: #f5f5fb;
|
|
|
border: 1px solid #e0e0e0;
|
|
|
- border-radius: 4px; }
|
|
|
- .dialog.top {
|
|
|
- top: -38px;
|
|
|
- position: relative;
|
|
|
- margin-bottom: -37px;}
|
|
|
+ border-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.dialog.top {
|
|
|
+ top: -38px;
|
|
|
+ position: relative;
|
|
|
+ margin-bottom: -37px;
|
|
|
+}
|
|
|
|
|
|
.del-box .delete-close {
|
|
|
cursor: pointer;
|
|
@@ -313,148 +439,204 @@ input {
|
|
|
box-sizing: border-box;
|
|
|
padding-left: 15px;
|
|
|
margin-top: 20px;
|
|
|
- margin-right: 8px; }
|
|
|
- .del-box .delete-close > i {
|
|
|
- font-size: 10px;
|
|
|
- padding: 8px 17px; }
|
|
|
+ margin-right: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.del-box .delete-close>i {
|
|
|
+ font-size: 10px;
|
|
|
+ padding: 8px 17px;
|
|
|
+}
|
|
|
|
|
|
/*辅色*/
|
|
|
.industry {
|
|
|
/*行业*/
|
|
|
overflow: hidden;
|
|
|
padding: 14px 0;
|
|
|
- position: relative; }
|
|
|
- .industry span {
|
|
|
- float: left;
|
|
|
- padding: 4px 7px;
|
|
|
- cursor: pointer;
|
|
|
- margin: 0 2px 4px 0; }
|
|
|
- .industry span.active {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca; }
|
|
|
- .industry font {
|
|
|
- float: left;
|
|
|
- padding: 4px 7px;
|
|
|
- cursor: pointer;
|
|
|
- margin: 0 2px 8px 0; }
|
|
|
- .industry font.active {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca; }
|
|
|
- .industry .diver {
|
|
|
- float: left;
|
|
|
- width: 1px;
|
|
|
- height: 16px;
|
|
|
- background-color: #e0e0e0;
|
|
|
- margin: 3px 8px 0; }
|
|
|
- .industry .parent-node {
|
|
|
- color: #2cb7ca;
|
|
|
- margin-right: 11px; }
|
|
|
- .industry .parent-node.secondActice {
|
|
|
- background-color: #ffffff;
|
|
|
- padding: 3px 6px;
|
|
|
- border: 1px dashed #2cb7ca;
|
|
|
- color: #2cb7ca; }
|
|
|
- .industry .industry-content {
|
|
|
- float: left;
|
|
|
- width: 100%; }
|
|
|
- .industry .stop {
|
|
|
- position: absolute;
|
|
|
- right: 4px;
|
|
|
- top: 18px;
|
|
|
- padding-right: 15px;
|
|
|
- color: #686868;
|
|
|
- cursor: pointer; }
|
|
|
- .industry .stop::after {
|
|
|
- content: "\e625";
|
|
|
- position: absolute;
|
|
|
- color: #AAAAAA;
|
|
|
- right: 0;
|
|
|
- top: 3px;
|
|
|
- font-family: "iconfont" !important;
|
|
|
- font-size: 12px;
|
|
|
- font-style: normal;
|
|
|
- -webkit-font-smoothing: antialiased; }
|
|
|
- .industry .stop.up::after {
|
|
|
- content: "\e623";
|
|
|
- position: absolute;
|
|
|
- color: #AAAAAA;
|
|
|
- right: 0;
|
|
|
- top: 3px;
|
|
|
- font-family: "iconfont" !important;
|
|
|
- font-size: 12px;
|
|
|
- font-style: normal;
|
|
|
- -webkit-font-smoothing: antialiased; }
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.industry span {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 2px 4px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.industry span.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+.industry font {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 2px 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.industry font.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+.industry .diver {
|
|
|
+ float: left;
|
|
|
+ width: 1px;
|
|
|
+ height: 16px;
|
|
|
+ background-color: #e0e0e0;
|
|
|
+ margin: 3px 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.industry .parent-node {
|
|
|
+ color: #2cb7ca;
|
|
|
+ margin-right: 11px;
|
|
|
+}
|
|
|
+
|
|
|
+.industry .parent-node.secondActice {
|
|
|
+ background-color: #ffffff;
|
|
|
+ padding: 3px 6px;
|
|
|
+ border: 1px dashed #2cb7ca;
|
|
|
+ color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+.industry .industry-content {
|
|
|
+ float: left;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.industry .stop {
|
|
|
+ position: absolute;
|
|
|
+ right: 4px;
|
|
|
+ top: 18px;
|
|
|
+ padding-right: 15px;
|
|
|
+ color: #686868;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.industry .stop::after {
|
|
|
+ content: "\e625";
|
|
|
+ position: absolute;
|
|
|
+ color: #AAAAAA;
|
|
|
+ right: 0;
|
|
|
+ top: 3px;
|
|
|
+ font-family: "iconfont" !important;
|
|
|
+ font-size: 12px;
|
|
|
+ font-style: normal;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+}
|
|
|
+
|
|
|
+.industry .stop.up::after {
|
|
|
+ content: "\e623";
|
|
|
+ position: absolute;
|
|
|
+ color: #AAAAAA;
|
|
|
+ right: 0;
|
|
|
+ top: 3px;
|
|
|
+ font-family: "iconfont" !important;
|
|
|
+ font-size: 12px;
|
|
|
+ font-style: normal;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+}
|
|
|
|
|
|
.user-input {
|
|
|
width: 100%;
|
|
|
- text-align: left; }
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
|
|
|
.add-input-w {
|
|
|
margin-top: 15px;
|
|
|
- width: 590px; }
|
|
|
- .add-input-w .sm {
|
|
|
- margin-top: 0;
|
|
|
- margin-bottom: 15px; }
|
|
|
- .add-input-w .r, .add-input-w .l {
|
|
|
- width: 288px; }
|
|
|
- .add-input-w > .r {
|
|
|
- margin-left: 14px; }
|
|
|
-
|
|
|
-#inputDel_1, #inputDel_2 {
|
|
|
- width: 100%; }
|
|
|
- #inputDel_1 > .delete-close, #inputDel_2 > .delete-close {
|
|
|
- width: 336px;
|
|
|
- text-align: left;
|
|
|
- position: relative;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
- padding-right: 50px;
|
|
|
- margin: 8px;
|
|
|
- margin-left: 0;
|
|
|
- margin-top: 0px;
|
|
|
- }
|
|
|
- #inputDel_1 > .delete-close > i, #inputDel_2 > .delete-close > i {
|
|
|
- right: 0;
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- padding: 0 17px; }
|
|
|
+ width: 590px;
|
|
|
+}
|
|
|
+
|
|
|
+.add-input-w .sm {
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.add-input-w .r,
|
|
|
+.add-input-w .l {
|
|
|
+ width: 288px;
|
|
|
+}
|
|
|
+
|
|
|
+.add-input-w>.r {
|
|
|
+ margin-left: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+#inputDel_1,
|
|
|
+#inputDel_2 {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+#inputDel_1>.delete-close,
|
|
|
+#inputDel_2>.delete-close {
|
|
|
+ width: 336px;
|
|
|
+ text-align: left;
|
|
|
+ position: relative;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ padding-right: 50px;
|
|
|
+ margin: 8px;
|
|
|
+ margin-left: 0;
|
|
|
+ margin-top: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+#inputDel_1>.delete-close>i,
|
|
|
+#inputDel_2>.delete-close>i {
|
|
|
+ right: 0;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ padding: 0 17px;
|
|
|
+}
|
|
|
|
|
|
#inputDel_0 {
|
|
|
- width: 100%; }
|
|
|
- #inputDel_0 .column {
|
|
|
- width: 336px;
|
|
|
- margin-left: 8px; }
|
|
|
- #inputDel_0 .column:nth-child(1) {
|
|
|
- margin-left: 0; }
|
|
|
- #inputDel_0 .delete-close {
|
|
|
- float: left;
|
|
|
- height: auto;
|
|
|
- width: 324px;
|
|
|
- text-align: left;
|
|
|
- line-height: 22px;
|
|
|
- padding: 8px 25px 9px 15px;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
- word-break: break-all;
|
|
|
- margin: 0;
|
|
|
- margin-bottom: 8px;
|
|
|
- margin-right: 8px;
|
|
|
- position: relative; }
|
|
|
- #inputDel_0 .delete-close > i {
|
|
|
- right: 0;
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- padding: 8px 15px; }
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+#inputDel_0 .column {
|
|
|
+ width: 336px;
|
|
|
+ margin-left: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+#inputDel_0 .column:nth-child(1) {
|
|
|
+ margin-left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+#inputDel_0 .delete-close {
|
|
|
+ float: left;
|
|
|
+ height: auto;
|
|
|
+ width: 324px;
|
|
|
+ text-align: left;
|
|
|
+ line-height: 22px;
|
|
|
+ padding: 8px 25px 9px 15px;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ word-break: break-all;
|
|
|
+ margin: 0;
|
|
|
+ margin-bottom: 8px;
|
|
|
+ margin-right: 8px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+#inputDel_0 .delete-close>i {
|
|
|
+ right: 0;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ padding: 8px 15px;
|
|
|
+}
|
|
|
|
|
|
.text-box {
|
|
|
- width: 100%; }
|
|
|
- .text-box .title-other {
|
|
|
- width: 230px;
|
|
|
- white-space:pre-wrap }
|
|
|
- .text-box .title-other > span {
|
|
|
- margin-left: 8px; }
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.text-box .title-other {
|
|
|
+ width: 230px;
|
|
|
+ white-space: pre-wrap
|
|
|
+}
|
|
|
+
|
|
|
+.text-box .title-other>span {
|
|
|
+ margin-left: 8px;
|
|
|
+}
|
|
|
|
|
|
.edit-user-input {
|
|
|
user-select: none;
|
|
@@ -466,54 +648,71 @@ input {
|
|
|
box-sizing: border-box;
|
|
|
padding: 15px;
|
|
|
position: relative;
|
|
|
- position: absolute; }
|
|
|
- .edit-user-input .sm {
|
|
|
- margin-top: 0; }
|
|
|
- .edit-user-input .up-icon {
|
|
|
- top: 0;
|
|
|
- position: absolute;
|
|
|
- left: 0; }
|
|
|
- .edit-user-input .up-icon::before {
|
|
|
- content: "";
|
|
|
- position: absolute;
|
|
|
- top: -8px;
|
|
|
- left: 20px;
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- border-left: 10px solid transparent;
|
|
|
- border-right: 10px solid transparent;
|
|
|
- border-bottom: 9px solid #FFFFFF;
|
|
|
- z-index: 3; }
|
|
|
- .edit-user-input .up-icon::after {
|
|
|
- content: "";
|
|
|
- position: absolute;
|
|
|
- top: -11px;
|
|
|
- left: 16px;
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- z-index: 2;
|
|
|
- border-left: 14px solid transparent;
|
|
|
- border-right: 14px solid transparent;
|
|
|
- border-bottom: 12px solid rgba(0, 0, 0, 0.05); }
|
|
|
-.float-box button{
|
|
|
- margin-right:15px !important;
|
|
|
-}
|
|
|
-#reset{
|
|
|
- border: 1px solid #e0e0e0;
|
|
|
-}
|
|
|
-.call{
|
|
|
- width:120px;
|
|
|
- float: left;
|
|
|
- margin-left: 30px;
|
|
|
- margin-right: 30px;
|
|
|
- color: #686868;
|
|
|
- font-size: 14px;
|
|
|
- text-align:center;
|
|
|
-}
|
|
|
-.callNum:before{
|
|
|
- content:"";
|
|
|
- background-image:url("../image/call.png");
|
|
|
- background-size: 20px 20px;
|
|
|
- background-repeat: no-repeat;
|
|
|
- padding-left: 25px;
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+
|
|
|
+.edit-user-input .sm {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.edit-user-input .up-icon {
|
|
|
+ top: 0;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.edit-user-input .up-icon::before {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ top: -8px;
|
|
|
+ left: 20px;
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ border-left: 10px solid transparent;
|
|
|
+ border-right: 10px solid transparent;
|
|
|
+ border-bottom: 9px solid #FFFFFF;
|
|
|
+ z-index: 3;
|
|
|
+}
|
|
|
+
|
|
|
+.edit-user-input .up-icon::after {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ top: -11px;
|
|
|
+ left: 16px;
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ z-index: 2;
|
|
|
+ border-left: 14px solid transparent;
|
|
|
+ border-right: 14px solid transparent;
|
|
|
+ border-bottom: 12px solid rgba(0, 0, 0, 0.05);
|
|
|
+}
|
|
|
+
|
|
|
+.float-box button {
|
|
|
+ margin-right: 15px !important;
|
|
|
+}
|
|
|
+
|
|
|
+#reset {
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+}
|
|
|
+#reset:hover{
|
|
|
+ border: 1px solid #2CB7CA;
|
|
|
+ color: #2CB7CA;
|
|
|
+}
|
|
|
+
|
|
|
+.call {
|
|
|
+ width: 120px;
|
|
|
+ float: left;
|
|
|
+ margin-left: 30px;
|
|
|
+ margin-right: 30px;
|
|
|
+ color: #686868;
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+.callNum:before {
|
|
|
+ content: "";
|
|
|
+ background-image: url("../image/call.png");
|
|
|
+ background-size: 20px 20px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ padding-left: 25px;
|
|
|
}
|