|
@@ -7,8 +7,8 @@ li{list-style:none}
|
|
|
.container{width: 100%;min-height:900px;box-sizing: border-box;padding: 20px 236px;background-color: #FFF;box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);}
|
|
|
.container .title{width: 100%;height: 54px;line-height: 54px;text-align: left;font-size: 24px;color: #22272e;float: left;}
|
|
|
.container .formLine p span.mm{color: #22272e;}
|
|
|
-.subLine{margin-top: 20px;float: left;}
|
|
|
-.subLine .btn-upgrade {cursor: pointer;display: block;width: 232px;height: 50px;line-height: 50px;background-color: #e15616;border-radius: 2px;text-align: center;font-size: 18px;color: #FFF;float: left;margin-right: 15px;}
|
|
|
+.subLine{margin-top: 20px;float: left; width: 100%;}
|
|
|
+.subLine .btn-upgrade {cursor: pointer;display: block;width: 232px;height: 50px;line-height: 50px;background-color: #e15616;border-radius: 2px;text-align: center;font-size: 18px;color: #FFF;margin: auto;}
|
|
|
.subLine .btn-upgrade.none{border: 1px solid #E15616;background-color: #ffe6dc;box-shadow: 0px 3px 6px 0px rgba(249, 75, 75, 0.17);color: #e15616;}
|
|
|
.subLine .btn-upgrade.disabled{background-color: #999999;}
|
|
|
.formLine{width: 100%;float: left;margin-bottom: 10px;}
|
|
@@ -22,21 +22,24 @@ li{list-style:none}
|
|
|
.formLine .form-upload-tips:hover .wen-tips{display: block;}
|
|
|
.formLine .file{width: 128px;height: 90px;opacity: 0;position: absolute;top: 0;left: 0;z-index: 999;cursor: pointer;}
|
|
|
.formLine .formLine-file .icon{width: 128px;height: 90px;display: block;}
|
|
|
-.formLine .formLine-file .file-biss{background: url("/img/account/icon-bisse.png") no-repeat;}
|
|
|
-.formLine .formLine-file .file-door{background: url("/img/account/icon-door.png") no-repeat;}
|
|
|
-.formLine .formLine-file .file-zizhi{background: url("/img/account/icon-zizhi.png") no-repeat;}
|
|
|
+.formLine .formLine-file .file-biss{background: url("/img/account/icon-business.png") no-repeat;}
|
|
|
+.formLine .formLine-file .file-door{background: url("/img/account/icon-door.svg") no-repeat;}
|
|
|
+.formLine .formLine-file .file-zizhi{background: url("/img/account/icon-zizhi.svg") no-repeat;}
|
|
|
.formLine .form-upload-image{width: 128px;height: 90px;position: relative;}
|
|
|
.formLine .form-upload-image .upload-img{width: 128px;height: 90px;display: block;}
|
|
|
.formLine .form-upload-image .icon{width: 20px;height: 20px;display: block;position: absolute;right: 0;top: 0;cursor: pointer;}
|
|
|
-.formLine .form-upload-image .icon:before{width: 20px;height: 20px;background-position: -116px -140px;}
|
|
|
+.formLine .form-upload-image .icon:before{width: 20px;height: 20px;background-position: -114px -140px;}
|
|
|
.formLine .business{height:auto;position:relative}
|
|
|
.formLine .business input[type="text"] {width: 324px;display: block;float: left;margin-right: 15px;}
|
|
|
.formLine .business a {display: block;float: left; width: 92px;height: 32px;line-height: 34px;font-size: 14px;color: #e15616;background-color: #ffe6dc;border-radius: 2px;border: solid 1px #e15616;text-align: center;}
|
|
|
.formLine p{color: #627386}
|
|
|
input::placeholder,textarea::placeholder{color: #9aa5b5}
|
|
|
-
|
|
|
+ .formLine .errTips.show{display: block}
|
|
|
+ .formLine .errTips{display: none}
|
|
|
+ .formLine .address.info textarea{margin-top: 0}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
/**
|
|
|
* 移动端
|
|
|
*/
|