|
@@ -1134,9 +1134,9 @@ body div ::-webkit-scrollbar-resizer:vertical {
|
|
|
right: 100px;
|
|
|
top: 0;
|
|
|
border-radius: 10px;
|
|
|
- width: 300px;
|
|
|
+ width: 270px;
|
|
|
/* height: 100px; */
|
|
|
- padding: 10px 20px;
|
|
|
+ padding: 10px 10px;
|
|
|
box-sizing: border-box;
|
|
|
box-shadow: 0px 3px 6px 0px #0000003b;
|
|
|
background-image: url(../../img/icon/vip_box.png);
|
|
@@ -1168,4 +1168,8 @@ body div ::-webkit-scrollbar-resizer:vertical {
|
|
|
font-size: 14px;
|
|
|
margin-top: 8px;
|
|
|
color: #9baabd;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ width: 100%;
|
|
|
}
|