|
@@ -934,8 +934,7 @@ article {
|
|
|
right: 0;
|
|
|
background: #F2F2F2;
|
|
|
z-index: 1500;
|
|
|
- font-size: 26px;
|
|
|
- opacity: 0; }
|
|
|
+ font-size: 26px; }
|
|
|
.appreciate_pop:after {
|
|
|
content: '';
|
|
|
width: 35px;
|
|
@@ -950,11 +949,9 @@ article {
|
|
|
margin: 44px auto 0 auto; }
|
|
|
.appreciate_pop.show {
|
|
|
-webkit-transition: all .3s ease;
|
|
|
- opacity: 1;
|
|
|
-webkit-transform: translate(-750px, 0); }
|
|
|
.appreciate_pop.close {
|
|
|
-webkit-transition: all .3s ease;
|
|
|
- opacity: 0;
|
|
|
-webkit-transform: translate(750px, 0); }
|
|
|
.appreciate_pop .discount {
|
|
|
background: #fff;
|
|
@@ -1116,6 +1113,10 @@ article {
|
|
|
height: 100%;
|
|
|
border-radius: 100px; }
|
|
|
.result_list .item .user_msg .user_pro .user_name {
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ width: 280px;
|
|
|
font-size: 28px;
|
|
|
color: #4A90E2;
|
|
|
margin: 7px 0; }
|