mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-26 01:40:53 +00:00
#面板练度统计
样式微调
This commit is contained in:
parent
0ddb591bf5
commit
9592f0b263
@ -2,7 +2,7 @@
|
||||
background-size: cover;
|
||||
}
|
||||
.head-box {
|
||||
margin-top: 0px;
|
||||
margin-top: 0;
|
||||
}
|
||||
#profile-stat {
|
||||
display: table;
|
||||
@ -40,10 +40,12 @@
|
||||
border-radius: 0 3px 3px 0;
|
||||
width: 22px;
|
||||
margin-right: 5px;
|
||||
text-shadow: 0 0 2px #000;
|
||||
}
|
||||
#profile-stat .level {
|
||||
border-radius: 3px 0 0 3px;
|
||||
width: 32px;
|
||||
text-shadow: 0 0 2px #fff;
|
||||
}
|
||||
#profile-stat .level:before {
|
||||
content: "Lv";
|
||||
@ -310,13 +312,13 @@
|
||||
background: #8a2cc9;
|
||||
}
|
||||
.cont .arti-na {
|
||||
padding-left: 8px;
|
||||
padding-left: 13px;
|
||||
white-space: nowrap;
|
||||
transform: scale(0.8);
|
||||
transform-origin: left center;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
font-size: 12px;
|
||||
margin-right: -40px;
|
||||
margin-right: -60px;
|
||||
}
|
||||
.cont-notice {
|
||||
color: #666;
|
||||
|
@ -21,7 +21,7 @@
|
||||
<div class="td-talent">A</div>
|
||||
<div class="td-talent">E</div>
|
||||
<div class="td-talent">Q</div>
|
||||
<div class="td-weapon">武器 精炼</div>
|
||||
<div class="td-weapon">武器</div>
|
||||
<div class="td-artis">圣遗物</div>
|
||||
</div>
|
||||
{{each avatars avatar idx}}
|
||||
|
@ -3,10 +3,9 @@
|
||||
}
|
||||
|
||||
.head-box {
|
||||
margin-top: 0px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
#profile-stat {
|
||||
display: table;
|
||||
border-collapse: collapse;
|
||||
@ -46,11 +45,13 @@
|
||||
border-radius: 0 3px 3px 0;
|
||||
width: 22px;
|
||||
margin-right: 5px;
|
||||
text-shadow: 0 0 2px #000;
|
||||
}
|
||||
|
||||
.level {
|
||||
border-radius: 3px 0 0 3px;
|
||||
width: 32px;
|
||||
text-shadow: 0 0 2px #fff;
|
||||
|
||||
&:before {
|
||||
content: "Lv";
|
||||
@ -330,13 +331,13 @@
|
||||
}
|
||||
|
||||
.arti-na {
|
||||
padding-left: 8px;
|
||||
padding-left: 13px;
|
||||
white-space: nowrap;
|
||||
transform: scale(.8);
|
||||
transform-origin: left center;
|
||||
color: rgba(255, 255, 255, .5);
|
||||
font-size: 12px;
|
||||
margin-right: -40px;
|
||||
margin-right: -60px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user