This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
mapaler
/
PADDashFormation
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
163
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
修改当前怪物的显示方式
tags/v3.5
枫谷剑仙
6 years ago
parent
a35ffd2bf5
commit
a4b8d7f88a
1 changed files
with
11 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-1
style.css
+ 11
- 1
style.css
View File
@@ -429,7 +429,15 @@ ul{
.edit-box .search-box .unable-monster{
pointer-events: none;
opacity: 0.5;
filter: grayscale(100%);
}
.edit-box .search-box .unable-monster .monster{
box-sizing: border-box;
border: 5px solid red;
border-radius: 10px;
overflow: hidden;
}
.edit-box .search-box .unable-monster .id{
display: none;
}
.edit-box .search-box .search-button{
width: 100%;
@@ -441,6 +449,8 @@ ul{
}
.edit-box .search-box .evo-card-list li{
display: inline-block;
vertical-align: top;
top: 0;
width: 75px;
height: 75px;
}
Write
Preview
Loading…
Cancel
Save