fix *抽卡记录 (#277)

This commit is contained in:
story-x 2023-10-13 02:52:36 +08:00 committed by GitHub
parent 60a82526cd
commit 444eb45cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ body {
height: 90px; height: 90px;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
background: #e7e5d9; /*background: #e7e5d9;*/
} }
.card_list .item img { .card_list .item img {

View File

@ -53,7 +53,7 @@
src="{{pluResPath}}img/{{val.item_type=='角色'?'role':'weapon'}}/{{val.name}}.webp" src="{{pluResPath}}img/{{val.item_type=='角色'?'role':'weapon'}}/{{val.name}}.webp"
onerror="whenError(this,'{{val.item_type=='角色'?'role':'weapon'}}')"/> onerror="whenError(this,'{{val.item_type=='角色'?'role':'weapon'}}')"/>
<!-- <div class="num">{{val.num}}</div>--> <!-- <div class="num">{{val.num}}</div>-->
<div class="num_name {{val.num<=10?'gold': (val.num<log.max*0.5 ? 'good' : (val.num<log.max*0.83) ? 'normal': 'bad')}}" >{{val.num}}</div> <div class="num_name {{val.num<=10?'gold': (val.num<max*0.5 ? 'good' : (val.num<max*0.83) ? 'normal': 'bad')}}" >{{val.num}}</div>
</div> </div>
{{/each}} {{/each}}
</div> </div>