|
|
@@ -172,14 +172,24 @@ export default {
|
|
|
border-radius: 250rem;
|
|
|
|
|
|
.lt {
|
|
|
- width: 40%;
|
|
|
+ width: 50%;
|
|
|
float: left;
|
|
|
+ background: url("../../src/assets/imgs/rank/redTitel.png");
|
|
|
}
|
|
|
|
|
|
.rt {
|
|
|
- width: 40%;
|
|
|
+ width: 50%;
|
|
|
float: right;
|
|
|
}
|
|
|
+
|
|
|
+ .md {
|
|
|
+ @include cube;
|
|
|
+ width: 3rem;
|
|
|
+ background: url("../../src/assets/imgs/rank/titleBg.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: top center;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</style>
|