This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
舰娘 * 现在点击舰娘可以查询详细信息了 * 航空战列舰、轻型航母、航空巡洋舰现在会显示“对潜”属性 * [修复] 修正“弹耗”数据
- Loading branch information
Showing
10 changed files
with
132 additions
and
19 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
@import "less-app/frame/modal.less"; | ||
|
||
@import "less-app/page/ships.less"; | ||
@import "less-app/page/about.less"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#layout>main>.page[page="about"]{ | ||
//background: hsla(199, 30%, 18%, .65); | ||
background: hsla(0, 20%, 18%, .65); | ||
h1, h2, h3, h4, h5, h6{ | ||
//color: hsl(0, 100%, 73%); | ||
color: hsl(0, 100%, 76%); | ||
small{ | ||
font-family:@font_family_sans; | ||
font-weight:lighter; | ||
} | ||
} | ||
ul{ | ||
&>strong{ | ||
font-size: larger; | ||
font-weight:lighter; | ||
} | ||
} | ||
} |