|
@@ -1066,10 +1066,10 @@ export default class extends Vue {
|
|
|
font-size: 12px;
|
|
|
line-height: 18px;
|
|
|
text-align: center;
|
|
|
- height: 100px;
|
|
|
- padding-top:46px;
|
|
|
+ height: 360px;
|
|
|
+ padding-top:306px;
|
|
|
bottom: 0;
|
|
|
- background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 50%);
|
|
|
+ background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 75%);
|
|
|
border-radius: 0 0 12px 12px;
|
|
|
|
|
|
.unread-num {
|
|
@@ -1078,7 +1078,7 @@ export default class extends Vue {
|
|
|
width: 20px;
|
|
|
height: 1px;
|
|
|
background: #1B1A2A;
|
|
|
- margin-bottom: 3px;
|
|
|
+ margin-bottom: 4px;
|
|
|
}
|
|
|
}
|
|
|
|