v1.9.13.2
This commit is contained in:
parent
168bdf88c1
commit
76d2a74193
|
@ -1,6 +1,6 @@
|
|||
window.noname_update={
|
||||
version:'1.9.13.1',
|
||||
// update:'1.9.13.1',
|
||||
version:'1.9.13.2',
|
||||
update:'1.9.13.1',
|
||||
changeLog:[
|
||||
'bug修复',
|
||||
],
|
||||
|
@ -23,6 +23,7 @@ window.noname_update={
|
|||
// 'layout/default/layout.css',
|
||||
// 'layout/default/phone.css',
|
||||
'layout/default/menu.css',
|
||||
'theme/style/cardback/*',
|
||||
// 'layout/long/layout.css',
|
||||
// 'layout/long2/layout.css',
|
||||
// 'layout/mobile/layout.css',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.card:empty,.card.infohidden{
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.card.infohidden:not(.infoflip){
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.card:empty,.card.infohidden{
|
||||
background: url('image/feicheng.png');
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.card.infohidden:not(.infoflip){
|
||||
background: url('image/feicheng2.png');
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.card:empty,.card.infohidden{
|
||||
background: url('image/liusha.png');
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.card.infohidden:not(.infoflip){
|
||||
background: url('image/liusha2.png');
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.card:empty,.card.infohidden{
|
||||
background: url('image/new.png');
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.card.infohidden:not(.infoflip){
|
||||
background: url('image/new2.png');
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.card:empty,.card.infohidden{
|
||||
background: url('image/official.png');
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.card.infohidden:not(.infoflip){
|
||||
background: url('image/official2.png');
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.card:empty,.card.infohidden{
|
||||
background: url('image/ol.png');
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.card.infohidden:not(.infoflip){
|
||||
background: url('image/ol2.png');
|
||||
background-size: cover;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue