|
@@ -5,6 +5,7 @@ li{list-style:none}
|
|
|
*/
|
|
|
@media screen and (min-width:768px){
|
|
|
/*个人中心右侧*/
|
|
|
+ body{background: #FFFFFF;}
|
|
|
.navLayout .right{float:right;width:968px}
|
|
|
.container{width: 100%;height: auto;background-color: #ffffff;box-sizing: border-box;padding:32px 225px;border-bottom: solid 1px #e2e7ef}
|
|
|
.container .formLine{width: 100%;float: left;}
|
|
@@ -41,7 +42,7 @@ li{list-style:none}
|
|
|
.from-button{width: 232px;height: 50px;cursor:pointer;line-height: 50px;text-align: center;color: #fff;background-color: #e15616;box-shadow: 0px 3px 6px 0px rgba(249, 75, 75, 0.17);border-radius: 2px;font-size: 18px;margin: 15px auto;}
|
|
|
.mainconten{background: #fff; box-shadow: 0px 3px 6px 0px rgba(34, 39, 46, 0.07);padding: 20px 0;margin-bottom: 8px}
|
|
|
.mainconten form{width: 500px;margin: auto}
|
|
|
- .sencondCont{background: #fff; box-shadow: 0px 3px 6px 0px rgba(34, 39, 46, 0.07);padding: 32px 0;}
|
|
|
+ .sencondCont{background: #fff;padding: 32px 0;}
|
|
|
.sencondCont form{width: 500px;margin: auto}
|
|
|
.sencondCont p{color: #627386;font-size: 14px;margin-bottom: 32px}
|
|
|
.sencondCont p span{color: #22272e;}
|
|
@@ -61,6 +62,7 @@ li{list-style:none}
|
|
|
* 移动端
|
|
|
*/
|
|
|
@media screen and (max-width:768px){
|
|
|
+ body{background: #FFFFFF;}
|
|
|
.container { height: 17.6vw;line-height: 24.6vw}
|
|
|
.release-stepbox .stepSpan{display: inline-block;width: 32%;text-align: center;position: relative;}
|
|
|
.stepSpan p{display: inline-block;color: #9aa5b5;}
|