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
69014ef8
Commit
69014ef8
authored
Jul 09, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v3-workon' of git.mycard.moe:mycard/mycard into v3-workon
parents
c081fbf4
44ab360a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
package.json
package.json
+3
-3
styles.css
styles.css
+8
-8
No files found.
package.json
View file @
69014ef8
...
...
@@ -10,9 +10,9 @@
"scripts"
:
{
"start"
:
"tsc && electron ."
,
"lint"
:
"tslint ./app/*.ts -t verbose"
,
"pack"
:
"tsc &&
build
--dir"
,
"dist"
:
"tsc &&
build
"
,
"release"
:
"tsc &&
build
"
,
"pack"
:
"tsc &&
electron-builder
--dir"
,
"dist"
:
"tsc &&
electron-builder
"
,
"release"
:
"tsc &&
electron-builder
"
,
"build:aot"
:
"ngc -p tsconfig-aot.json && rollup -c rollup-config.js"
,
"tsc"
:
"tsc"
,
"i18n"
:
"ng-xi18n --i18nFormat 'xlf2' && sed -i.bak 's/source-language=
\"
en
\"
/source-language=
\"
zh-CN
\"
/' messages.xlf"
,
...
...
styles.css
View file @
69014ef8
...
...
@@ -124,14 +124,14 @@ body.resizing /deep/ * {
color
:
#000
;
}
.
loading
{
#
loading
{
height
:
100%
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
flex-direction
:
column
;
}
.
loading
p
{
#
loading
p
{
position
:
relative
;
top
:
-15px
;
left
:
10px
;
...
...
@@ -141,12 +141,12 @@ body.resizing /deep/ * {
text-shadow
:
0
3px
8px
rgba
(
0
,
0
,
0
,
0.1
);
}
.
loading
p
>
span
{
#
loading
p
>
span
{
opacity
:
0
;
}
.
loading
p
>
span
:nth-child
(
1
)
{
animation
:
show
2s
infinite
0.0s
linear
;}
.
loading
p
>
span
:nth-child
(
2
)
{
animation
:
show
2s
infinite
0.2s
linear
;}
.
loading
p
>
span
:nth-child
(
3
)
{
animation
:
show
2s
infinite
0.4s
linear
;}
#
loading
p
>
span
:nth-child
(
1
)
{
animation
:
show
2s
infinite
0.0s
linear
;}
#
loading
p
>
span
:nth-child
(
2
)
{
animation
:
show
2s
infinite
0.2s
linear
;}
#
loading
p
>
span
:nth-child
(
3
)
{
animation
:
show
2s
infinite
0.4s
linear
;}
@keyframes
show
{
from
{}
...
...
@@ -156,10 +156,10 @@ body.resizing /deep/ * {
71
%
{
opacity
:
0
;}
to
{}
}
.
loading
>
img
{
#
loading
>
img
{
width
:
300px
;
}
@keyframes
zhuan
{
from
{
transform
:
rotate
(
0deg
);}
to
{
transform
:
rotate
(
360deg
);}
}
\ 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