Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
syntax_j
mycard
Commits
66424af4
Commit
66424af4
authored
Sep 05, 2016
by
h3remi7
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add style
parent
b3bb58b0
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
98 additions
and
17 deletions
+98
-17
app/app-detail.component.css
app/app-detail.component.css
+5
-0
app/app-detail.component.html
app/app-detail.component.html
+63
-1
app/apps.component.css
app/apps.component.css
+2
-0
app/apps.component.html
app/apps.component.html
+7
-1
app/candy.component.css
app/candy.component.css
+1
-0
app/lobby.component.css
app/lobby.component.css
+0
-6
app/mycard.component.css
app/mycard.component.css
+8
-2
app/mycard.component.html
app/mycard.component.html
+5
-7
app/roster.component.css
app/roster.component.css
+7
-0
No files found.
app/app-detail.component.css
View file @
66424af4
:host
{
background-color
:
#c3d9ff
;
flex-grow
:
1
;
overflow-y
:
auto
;
}
\ No newline at end of file
app/app-detail.component.html
View file @
66424af4
Detail
<h1>
东方绯想天则
</h1>
\ No newline at end of file
<div>
<button
type=
"button"
class=
"btn btn-primary"
>
安装
</button>
<button
type=
"button"
class=
"btn btn-secondary"
>
导入
</button>
<button
type=
"button"
class=
"btn btn-secondary"
>
正版代购
</button>
</div>
<div>
<button
type=
"button"
class=
"btn btn-primary"
>
运行
</button>
<button
type=
"button"
class=
"btn btn-secondary"
>
设置
</button>
<button
type=
"button"
class=
"btn btn-secondary"
>
游览本地文件
</button>
<button
type=
"button"
class=
"btn btn-secondary"
>
联机
</button>
</div>
<br>
<h2>
新闻
</h2>
<p>
这里是新闻
</p>
<br>
<h2>
好友
</h2>
<p>
好友信息
</p>
<br>
<h2>
成就
</h2>
<p>
成就信息
</p>
<br>
<h2>
Mods
</h2>
<table
class=
"table table-striped"
>
<thead>
<tr>
<th>
#
</th>
<th>
名称
</th>
<th>
类型
</th>
<th>
启用
</th>
</tr>
</thead>
<tbody>
<tr>
<th
scope=
"row"
>
1
</th>
<td>
东方绯想天
</td>
<td>
依赖
</td>
<td>
√
</td>
</tr>
<tr>
<th
scope=
"row"
>
2
</th>
<td>
简体中文包
</td>
<td>
语言
</td>
<td>
√
</td>
</tr>
<tr>
<th
scope=
"row"
>
3
</th>
<td>
东方绯想天则OST
</td>
<td>
OST
</td>
<td>
√
</td>
</tr>
</tbody>
</table>
app/apps.component.css
View file @
66424af4
:host
{
:host
{
background-color
:
darkslategray
;
background-color
:
darkslategray
;
width
:
280px
;
}
}
\ No newline at end of file
app/apps.component.html
View file @
66424af4
Apps
<div
class=
"list-group"
>
\ No newline at end of file
<a
href=
"#"
class=
"list-group-item active"
>
游戏王
</a>
<a
href=
"#"
class=
"list-group-item list-group-item-action"
>
绯想天
</a>
<a
href=
"#"
class=
"list-group-item list-group-item-action disabled"
>
永远消失的幻想乡
</a>
</div>
\ No newline at end of file
app/candy.component.css
View file @
66424af4
:host
{
:host
{
background-color
:
#336699
;
background-color
:
#336699
;
height
:
236px
;
}
}
\ No newline at end of file
app/lobby.component.css
View file @
66424af4
:host
{
:host
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
align-content
:
space-between
;
}
}
#main
{
#main
{
...
@@ -10,7 +8,3 @@
...
@@ -10,7 +8,3 @@
flex-grow
:
1
;
flex-grow
:
1
;
}
}
app
{
display
:
flex
;
flex-grow
:
1
;
}
app/mycard.component.css
View file @
66424af4
...
@@ -2,6 +2,12 @@ body {
...
@@ -2,6 +2,12 @@ body {
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
'Source Sans Pro'
,
"Microsoft YaHei"
,
'Microsoft JhengHei'
,
"WenQuanYi Micro Hei"
,
sans-serif
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
'Source Sans Pro'
,
"Microsoft YaHei"
,
'Microsoft JhengHei'
,
"WenQuanYi Micro Hei"
,
sans-serif
;
}
}
:host
{
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
}
nav
{
nav
{
-webkit-app-region
:
drag
;
-webkit-app-region
:
drag
;
padding-right
:
0
;
padding-right
:
0
;
...
@@ -20,8 +26,8 @@ nav.darwin {
...
@@ -20,8 +26,8 @@ nav.darwin {
margin
:
0
0.5rem
;
margin
:
0
0.5rem
;
}
}
#wrapper
{
.page
{
padding-top
:
54px
;
flex-grow
:
1
;
/*margin-bottom: 60px;*/
/*margin-bottom: 60px;*/
}
}
...
...
app/mycard.component.html
View file @
66424af4
<nav
class=
"navbar navbar-
fixed-top navbar-
dark bg-inverse"
[class.darwin]=
"platform == 'darwin'"
>
<nav
class=
"navbar navbar-dark bg-inverse"
[class.darwin]=
"platform == 'darwin'"
>
<a
class=
"navbar-brand"
href=
"#"
>
MyCard
</a>
<a
class=
"navbar-brand"
href=
"#"
>
MyCard
</a>
<ul
class=
"nav navbar-nav"
>
<ul
class=
"nav navbar-nav"
>
<!--
<!--
...
@@ -65,9 +65,7 @@
...
@@ -65,9 +65,7 @@
</div>
</div>
</nav>
</nav>
</div>-->
</div>-->
<div
id=
"wrapper"
>
<login
class=
"page"
[hidden]=
"routingService.component != 'login'"
></login>
<login
[hidden]=
"routingService.component != 'login'"
></login>
<store
class=
"page"
[hidden]=
"routingService.component != 'store'"
></store>
<store
[hidden]=
"routingService.component != 'store'"
></store>
<lobby
class=
"page"
[hidden]=
"routingService.component != 'lobby'"
></lobby>
<lobby
[hidden]=
"routingService.component != 'lobby'"
></lobby>
<community
class=
"page"
[hidden]=
"routingService.component != 'community'"
></community>
<community
[hidden]=
"routingService.component != 'community'"
></community>
</div>
\ No newline at end of file
app/roster.component.css
View file @
66424af4
:host
{
background-color
:
bisque
;
display
:
none
;
width
:
250px
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment