Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Store
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
MyCard
Moecube Store
Commits
bf5c1d17
Commit
bf5c1d17
authored
Jan 22, 2017
by
hjistc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Working on UI
parent
8ae7dc25
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
20 deletions
+39
-20
app/store.component.css
app/store.component.css
+8
-0
app/store.component.html
app/store.component.html
+22
-20
images/MyCardProduct.png
images/MyCardProduct.png
+0
-0
styles.css
styles.css
+9
-0
No files found.
app/store.component.css
View file @
bf5c1d17
#pic
{
width
:
70%
;
}
#signups
{
color
:
#00a4d9
;
}
...
...
@@ -40,6 +44,10 @@ sup {
border-color
:
#008dbb
;
}
.btn-secondary
{
color
:
#00a4d9
;
}
#requirements-wrapper
{
background-color
:
#eceeef
;
margin-top
:
2rem
;
...
...
app/store.component.html
View file @
bf5c1d17
<nav
class=
"navbar navbar-toggleable-md fixed-top navbar-light bg-faded"
>
<div
class=
"container"
>
<button
class=
"navbar-toggler navbar-toggler-right"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarsExampleDefault"
aria-controls=
"navbarsExampleDefault"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
<a
class=
"navbar-brand"
href=
"#"
>
<img
src=
"https://mycard.moe/logo_60.png"
width=
"30"
height=
"30"
class=
"d-inline-block align-top"
alt=
""
>
MyCard
<img
src=
"https://mycard.moe/logo_60.png"
width=
"30"
height=
"30"
class=
"d-inline-block align-top"
alt=
""
>
MyCard
</a>
<!--<a class="navbar-brand" href="#"></a>-->
...
...
@@ -18,6 +18,7 @@
</li>
</ul>
</div>
</div>
</nav>
<!-- Main jumbotron for a primary marketing message or call to action -->
...
...
@@ -31,10 +32,11 @@
<a
class=
"btn btn-primary btn-lg"
href=
"https://wudizhanche.mycard.moe/download?platform=win32"
role=
"button"
>
立即安装
</a>
</p>
<p>
萌卡平台支持
<a
href=
"https://wudizhanche.mycard.moe/download?platform=win32"
>
Windows
</a>
与
<a
href=
"https://wudizhanche.mycard.moe/download?platform=darwin"
>
Mac
</a>
操作系统。
</p>
萌卡平台支持
<a
href=
"https://wudizhanche.mycard.moe/download?platform=win32"
>
Windows
</a>
与
<a
href=
"https://wudizhanche.mycard.moe/download?platform=darwin"
>
Mac
</a>
操作系统。
</p>
</div>
<div
class=
"col"
>
<img
src=
"
http://i.zgjm.org/uploads/allimg/140118/1334551250-0.jp
g"
>
<div
class=
"col"
id=
"pic"
>
<img
src=
"
images/MyCardProduct.pn
g"
>
</div>
</div>
</div>
...
...
images/MyCardProduct.png
0 → 100644
View file @
bf5c1d17
299 KB
styles.css
View file @
bf5c1d17
...
...
@@ -4,3 +4,12 @@ body {
padding-top
:
2rem
;
font-size
:
15px
;
}
.bg-faded
{
background
:
linear-gradient
(
to
bottom
,
#f7f7f7
,
#eee
);
}
.jumbotron
{
/*background: linear-gradient( to bottom, #f7f7f7, #eee );*/
background
:
linear-gradient
(
150deg
,
#f0c3c2
,
#e0efd1
,
#9ae2d3
);
}
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