Commit 1550124a by zhangheng

2

parent 3cc6d0ab
...@@ -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="333"> <state relative-caret-position="428">
<caret line="501" column="15" lean-forward="false" selection-start-line="501" selection-start-column="15" selection-end-line="501" selection-end-column="15" /> <caret line="512" column="2" lean-forward="false" selection-start-line="512" selection-start-column="2" selection-end-line="512" selection-end-column="2" />
<folding /> <folding />
</state> </state>
</provider> </provider>
...@@ -199,6 +199,7 @@ ...@@ -199,6 +199,7 @@
</component> </component>
<component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" /> <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" />
<component name="ProjectFrameBounds"> <component name="ProjectFrameBounds">
<option name="x" value="-176" />
<option name="y" value="23" /> <option name="y" value="23" />
<option name="width" value="1440" /> <option name="width" value="1440" />
<option name="height" value="817" /> <option name="height" value="817" />
...@@ -547,15 +548,15 @@ ...@@ -547,15 +548,15 @@
<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="1747000" /> <workItem from="1567098016695" duration="1868000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="57496000" /> <option name="totallyTimeSpent" value="57617000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="0" y="23" width="1440" height="817" extended-state="6" /> <frame x="-176" y="23" width="1440" height="817" extended-state="0" />
<editor active="true" /> <editor active="true" />
<layout> <layout>
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2267525" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2267525" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
...@@ -844,8 +845,8 @@ ...@@ -844,8 +845,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="333"> <state relative-caret-position="428">
<caret line="501" column="15" lean-forward="false" selection-start-line="501" selection-start-column="15" selection-end-line="501" selection-end-column="15" /> <caret line="512" column="2" lean-forward="false" selection-start-line="512" selection-start-column="2" selection-end-line="512" selection-end-column="2" />
<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 1s; -webkit-animation: left 1s linear 2s 1;
animation-fill-mode: forwards; animation-fill-mode: forwards;
} }
.page-lang .map-2 { .page-lang .map-2 {
...@@ -593,7 +593,7 @@ ul, li { ...@@ -593,7 +593,7 @@ ul, li {
background: url("../images/2.png") left top; background: url("../images/2.png") left top;
width: 486px; width: 486px;
height: 384px; height: 384px;
-webkit-animation: right 1s 1 linear; -webkit-animation: right 1s linear 2s 1;
animation-fill-mode: forwards; animation-fill-mode: forwards;
} }
.page-lang .map-3 { .page-lang .map-3 {
......
...@@ -501,15 +501,16 @@ ul, li { ...@@ -501,15 +501,16 @@ 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 1s; -webkit-animation: left 1s linear 2s 1;
animation-fill-mode: forwards animation-fill-mode: forwards
} }
.map-2 { .map-2 {
opacity: 0; opacity: 0;
@include image_bounds_by_pos("../images/2.png", 116px, 1466px); @include image_bounds_by_pos("../images/2.png", 116px, 1466px);
-webkit-animation: right 1s 1 linear; -webkit-animation: right 1s linear 2s 1;
animation-fill-mode: forwards animation-fill-mode: forwards
} }
.map-3 { .map-3 {
opacity: 0; opacity: 0;
@include image_bounds_by_pos("../images/3.png", 39px, 1725px); @include image_bounds_by_pos("../images/3.png", 39px, 1725px);
......
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