|
@@ -38,7 +38,7 @@ body{
|
|
|
overflow:hidden;
|
|
|
}a {
|
|
|
outline:none;
|
|
|
-}
|
|
|
+}
|
|
|
|
|
|
a {
|
|
|
color: #0088cc;
|
|
@@ -611,7 +611,7 @@ left:5px
|
|
|
padding:0 15px;
|
|
|
height:54px;
|
|
|
line-height:54px;
|
|
|
- width:30px;
|
|
|
+ width:30px
|
|
|
}
|
|
|
.avatar li.name {
|
|
|
font-size:14px;
|
|
@@ -930,7 +930,7 @@ left:5px
|
|
|
padding:15px 15px 0 20px;
|
|
|
border-left:1px solid #ddd;
|
|
|
background:#fff;
|
|
|
- overflow-y:auto
|
|
|
+ overflow-y:auto
|
|
|
}
|
|
|
.userInfoPanel{
|
|
|
margin:20px auto 5px
|
|
@@ -1026,9 +1026,16 @@ left:5px
|
|
|
width:322px;
|
|
|
margin:0 auto
|
|
|
}
|
|
|
-.sign-topbar {
|
|
|
+.sign-topbar{
|
|
|
margin:15px 0 0 0
|
|
|
}
|
|
|
+.sign-page-num {
|
|
|
+ margin:15px 15px 0 0;
|
|
|
+ font-size:18px;
|
|
|
+ height:30px;
|
|
|
+ line-height: 30px;
|
|
|
+ color:#666
|
|
|
+}
|
|
|
.sign-content {
|
|
|
overflow: scroll;
|
|
|
background: #ededed;
|
|
@@ -1036,11 +1043,10 @@ left:5px
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.sign-content .page{
|
|
|
- margin:0 auto;
|
|
|
- width:1085px;
|
|
|
border: 9px solid transparent;
|
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
|
+ text-align: center
|
|
|
}
|
|
|
.sign-side{
|
|
|
width:220px;
|
|
@@ -1139,4 +1145,27 @@ left:5px
|
|
|
.sign-share-header .copyright{
|
|
|
float:right;
|
|
|
margin-right:10px
|
|
|
-}
|
|
|
+}
|
|
|
+.app-code-item {
|
|
|
+ background:url(phone.png) no-repeat 0 0;
|
|
|
+ margin:20px 0 0 100px;
|
|
|
+ padding-left:400px;
|
|
|
+ height:580px
|
|
|
+}
|
|
|
+.app-code-item h1 {
|
|
|
+ padding-left:40px
|
|
|
+}
|
|
|
+.android-code{
|
|
|
+ margin:40px 0 80px 0
|
|
|
+}
|
|
|
+.android-code h1{
|
|
|
+ background:url(phone-icon.png) no-repeat 0 0;
|
|
|
+ color:#A4C639
|
|
|
+}
|
|
|
+.ios-code h1{
|
|
|
+ background:url(phone-icon.png) no-repeat 0 -50px;
|
|
|
+ color:#999999
|
|
|
+}
|
|
|
+.code-img{
|
|
|
+ padding-left:40px
|
|
|
+}
|