|
@@ -231,7 +231,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
mounted() {
|
|
mounted() {
|
|
|
// test
|
|
// test
|
|
|
- // this.$router.push({path: '/rank'});
|
|
|
|
|
|
|
+ this.$router.push({path: '/rank'});
|
|
|
// this.$router.push({path: '/2pkrank'});
|
|
// this.$router.push({path: '/2pkrank'});
|
|
|
// this.$router.push({path: '/threepk'});
|
|
// this.$router.push({path: '/threepk'});
|
|
|
// this.$router.push({path: '/3pkrank'});
|
|
// this.$router.push({path: '/3pkrank'});
|
|
@@ -518,11 +518,11 @@ $yellow: #FFEB50;
|
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
background-position: left center;
|
|
background-position: left center;
|
|
|
line-height: 0.65rem;
|
|
line-height: 0.65rem;
|
|
|
- font-size: 0.45rem;
|
|
|
|
|
|
|
+ font-size: 0.35rem;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
text-indent: 0.2rem;
|
|
text-indent: 0.2rem;
|
|
|
- font-style: italic;
|
|
|
|
|
|
|
+ font-style: normal;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.47);
|
|
text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.47);
|
|
|
}
|
|
}
|