Commit 3cc6d0ab by zhangheng

2

parent edfd8771
...@@ -130,8 +130,8 @@ ...@@ -130,8 +130,8 @@
<file leaf-file-name="main.scss" pinned="false" current-in-tab="true"> <file leaf-file-name="main.scss" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/Public/static/css/main.scss"> <entry file="file://$PROJECT_DIR$/Public/static/css/main.scss">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="323"> <state relative-caret-position="333">
<caret line="669" column="4" lean-forward="false" selection-start-line="669" selection-start-column="4" selection-end-line="669" selection-end-column="4" /> <caret line="501" column="15" lean-forward="false" selection-start-line="501" selection-start-column="15" selection-end-line="501" selection-end-column="15" />
<folding /> <folding />
</state> </state>
</provider> </provider>
...@@ -547,12 +547,12 @@ ...@@ -547,12 +547,12 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1566667513502</updated> <updated>1566667513502</updated>
<workItem from="1566667516612" duration="55749000" /> <workItem from="1566667516612" duration="55749000" />
<workItem from="1567098016695" duration="1675000" /> <workItem from="1567098016695" duration="1747000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="57424000" /> <option name="totallyTimeSpent" value="57496000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="0" y="23" width="1440" height="817" extended-state="6" /> <frame x="0" y="23" width="1440" height="817" extended-state="6" />
...@@ -844,8 +844,8 @@ ...@@ -844,8 +844,8 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Public/static/css/main.scss"> <entry file="file://$PROJECT_DIR$/Public/static/css/main.scss">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="323"> <state relative-caret-position="333">
<caret line="669" column="4" lean-forward="false" selection-start-line="669" selection-start-column="4" selection-end-line="669" selection-end-column="4" /> <caret line="501" column="15" lean-forward="false" selection-start-line="501" selection-start-column="15" selection-end-line="501" selection-end-column="15" />
<folding /> <folding />
</state> </state>
</provider> </provider>
......
...@@ -581,7 +581,7 @@ ul, li { ...@@ -581,7 +581,7 @@ ul, li {
background: url("../images/1.png") left top; background: url("../images/1.png") left top;
width: 267px; width: 267px;
height: 147px; height: 147px;
-webkit-animation: left 1s 1 linear; -webkit-animation: left 1s 1 linear 1s;
animation-fill-mode: forwards; animation-fill-mode: forwards;
} }
.page-lang .map-2 { .page-lang .map-2 {
...@@ -915,7 +915,7 @@ ul, li { ...@@ -915,7 +915,7 @@ ul, li {
background: url("../images/word-two.png") left top; background: url("../images/word-two.png") left top;
width: 247px; width: 247px;
height: 24px; height: 24px;
-webkit-animation: down 1s 1 linear; -webkit-animation: down 1s 1 linear 1s;
animation-fill-mode: forwards; animation-fill-mode: forwards;
} }
......
...@@ -501,7 +501,7 @@ ul, li { ...@@ -501,7 +501,7 @@ ul, li {
.map-1 { .map-1 {
opacity: 0; opacity: 0;
@include image_bounds_by_pos("../images/1.png", 71px, 1222px); @include image_bounds_by_pos("../images/1.png", 71px, 1222px);
-webkit-animation: left 1s 1 linear; -webkit-animation: left 1s 1 linear 1s;
animation-fill-mode: forwards animation-fill-mode: forwards
} }
.map-2 { .map-2 {
...@@ -670,7 +670,7 @@ ul, li { ...@@ -670,7 +670,7 @@ ul, li {
opacity: 0; opacity: 0;
@include image_bounds_by_pos("../images/word-two.png", 214px, 10017px); @include image_bounds_by_pos("../images/word-two.png", 214px, 10017px);
-webkit-animation: down 1s 1 linear; -webkit-animation: down 1s 1 linear 1s;
animation-fill-mode: forwards animation-fill-mode: forwards
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment