错误修复
This commit is contained in:
parent
a4716f6562
commit
5b674b051b
|
@ -1,10 +1,10 @@
|
||||||
.head_box .id_text {
|
.head_box .id_text {
|
||||||
color: #f5e7f4;
|
color: #000;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
}
|
}
|
||||||
.head_box .day_text {
|
.head_box .day_text {
|
||||||
color: #f5e7f4;
|
color: #000;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
{{if game === 'gs'}}
|
{{if game === 'gs'}}
|
||||||
<img class="genshin_logo" src="{{_res_path}}img/other/原神.png"/>
|
<img class="genshin_logo" src="{{_res_path}}img/other/原神.png"/>
|
||||||
{{else}}
|
{{else}}
|
||||||
<img class="starrail_logo" src="{{pluResPath}}img/other/logo.png"/>
|
<img class="starrail_logo" src="{{pluResPath}}StarRail/img/other/logo.png"/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<div class="data_box">
|
<div class="data_box">
|
||||||
|
|
|
@ -27,7 +27,7 @@ body {
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
height: 1835px;
|
height: 1835px;
|
||||||
background-color: #f5f6fb;
|
background-color: #f5f6fb;
|
||||||
background-image: url("../../img/note/bg.png");
|
background-image: url("../../StarRail/img/note/bg.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
.uid {
|
.uid {
|
||||||
|
@ -39,7 +39,7 @@ body {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-top: 195px;
|
margin-top: 195px;
|
||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
background-image: url('../../img/note/uidbg.png');
|
background-image: url('../../StarRail/img/note/uidbg.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
.uid_item {
|
.uid_item {
|
||||||
|
@ -197,7 +197,7 @@ img {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
background: url(../../img/other/rails_pass.png) no-repeat 50% / cover;
|
background: url(../../StarRail/img/other/rails_pass.png) no-repeat 50% / cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primogems .text {
|
.primogems .text {
|
||||||
|
@ -259,7 +259,7 @@ img {
|
||||||
#chartContainer {
|
#chartContainer {
|
||||||
width: 440px;
|
width: 440px;
|
||||||
height: 440px;
|
height: 440px;
|
||||||
background: url(../../img/other/chart.png) no-repeat 50% / cover;
|
background: url(../../StarRail/img/other/chart.png) no-repeat 50% / cover;
|
||||||
margin-left: 70px;
|
margin-left: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="title_date">
|
<div class="title_date">
|
||||||
<div class="icon">
|
<div class="icon">
|
||||||
<img src="{{_res_path}}/StarRail/img/role/{{icon}}"/>
|
<img src="{{_res_path}}StarRail/img/role/{{icon}}"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="title_date_text">
|
<div class="title_date_text">
|
||||||
<div>{{nowDay}}</div>
|
<div>{{nowDay}}</div>
|
||||||
|
|
Loading…
Reference in New Issue