|
@@ -300,7 +300,7 @@ html {
|
|
|
}
|
|
|
.item {
|
|
|
position: relative;
|
|
|
- height: 140px;
|
|
|
+ height: 188px;
|
|
|
cursor: pointer;
|
|
|
display: -webkit-box;
|
|
|
-webkit-box-align: center;
|
|
@@ -310,6 +310,12 @@ html {
|
|
|
padding: 2px 10px;
|
|
|
background: #FE4F4C;
|
|
|
font-size: 24px;
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ right: 0;
|
|
|
+ line-height: 38px;
|
|
|
+ text-align: center;
|
|
|
+ -webkit-transform: translateY(-50%);
|
|
|
}
|
|
|
.item .call_btn.called {
|
|
|
background: #999999;
|
|
@@ -320,17 +326,21 @@ html {
|
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0.2);
|
|
|
}
|
|
|
.item .user_img img{
|
|
|
- width: 84px;
|
|
|
- height: 84px;
|
|
|
+ width: 80px;
|
|
|
+ height: 80px;
|
|
|
border-radius: 50px;
|
|
|
}
|
|
|
.item .user_img {
|
|
|
margin-right: 13px;
|
|
|
margin-left: 2px;
|
|
|
+ margin-bottom: 44px;
|
|
|
}
|
|
|
.item .user_name {
|
|
|
width: 408px;
|
|
|
- font-size: 30px;
|
|
|
+ font-size: 32px;
|
|
|
+}
|
|
|
+.item .user_name p:first-child {
|
|
|
+ margin-bottom: 22px;
|
|
|
}
|
|
|
.item .bonus_pro {
|
|
|
font-size: 24px;
|
|
@@ -454,11 +464,11 @@ html {
|
|
|
background-size: 100%;
|
|
|
}
|
|
|
.invite_msg {
|
|
|
- font-size: 20px;
|
|
|
- margin: 8px 0;
|
|
|
+ font-size: 22px;
|
|
|
+ margin-bottom: 22px;
|
|
|
}
|
|
|
.login_time {
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 22px;
|
|
|
}
|
|
|
.invite_msg span.price {
|
|
|
color: #444444;
|