Commit 03c3dcac authored by 黄媛媛's avatar 黄媛媛

去掉loading层

parent fac0fb44
...@@ -198,7 +198,10 @@ ...@@ -198,7 +198,10 @@
} }
.personDiv li img { .personDiv li img {
width: 32px; width: 24px;
height:24px;
border-radius: 100%;
padding-right: 5px;
} }
.personDiv { .personDiv {
position: fixed; position: fixed;
...@@ -209,6 +212,7 @@ ...@@ -209,6 +212,7 @@
} }
.personDiv li { .personDiv li {
display: none; display: none;
height: 30px;
background: rgba(255, 255, 255, 0.26); background: rgba(255, 255, 255, 0.26);
border-radius: 20px; border-radius: 20px;
margin-bottom: 5px; margin-bottom: 5px;
...@@ -227,6 +231,7 @@ ...@@ -227,6 +231,7 @@
animation: fadeio 6s 1; animation: fadeio 6s 1;
animation-fill-mode:forwards; animation-fill-mode:forwards;
opacity: 0; opacity: 0;
padding-left: 5px;
} }
@keyframes fadeio { @keyframes fadeio {
...@@ -284,7 +289,7 @@ ...@@ -284,7 +289,7 @@
#box{ overflow:hidden;} #box{ overflow:hidden;}
</style> </style>
<template> <template>
<div class="ActivityBoard" v-loading="loading"> <div class="ActivityBoard">
<div class="middle"> <div class="middle">
<div class="Text"> <div class="Text">
<img src="../../assets/img/activity/logo.png" alt /> <img src="../../assets/img/activity/logo.png" alt />
......
...@@ -63,10 +63,5 @@ export default new Router({ ...@@ -63,10 +63,5 @@ export default new Router({
name: 'ActivityBoard', name: 'ActivityBoard',
component: ActivityBoard, component: ActivityBoard,
}, },
{
path: '/ActivityBoard22',
name: 'ActivityBoard',
component: ActivityBoard22,
},
] ]
}) })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment