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