|
@@ -49,6 +49,7 @@ body{background: #fff}
|
|
|
#btn-submit {background-color: #e15616;color: #fff;float: right;}
|
|
|
input[type=checkbox] {margin-right: 10px;}
|
|
|
select {appearance: none;-moz-appearance: none;-webkit-appearance: none;}
|
|
|
+ .icon.brand:before {width: 25px;height: 25px;background-position: -87px 11px;position: absolute;right: 15px}
|
|
|
.icon.selected:before {width: 25px;height: 25px;background-position: -87px 11px;position: absolute;right: 15px}
|
|
|
.icon.province:before {left: 125px;}
|
|
|
.icon.cCity:before {right: 195px;}
|
|
@@ -77,6 +78,7 @@ body{background: #fff}
|
|
|
.close {position: absolute;right: 0;top: 0;width: 40px;height: 40px;line-height: 40px;text-align: center;cursor: pointer;font-size: 24px;}
|
|
|
.bjmain .title{width: -webkit-fill-available;color: #627386;padding: 15px;display: inline-block;border: solid 1px #e2e7ef;font-size: 14px}
|
|
|
.unlogin-label{height: 26px;color:#627386}
|
|
|
+ .release-label{color: #627386}
|
|
|
}
|
|
|
|
|
|
/*移动端*
|