Commit 800cea7c by zhangheng

2

parent 1550124a
...@@ -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="428"> <state relative-caret-position="390">
<caret line="512" column="2" lean-forward="false" selection-start-line="512" selection-start-column="2" selection-end-line="512" selection-end-column="2" /> <caret line="506" column="10" lean-forward="false" selection-start-line="506" selection-start-column="10" selection-end-line="506" selection-end-column="10" />
<folding /> <folding />
</state> </state>
</provider> </provider>
...@@ -548,12 +548,12 @@ ...@@ -548,12 +548,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="1868000" /> <workItem from="1567098016695" duration="1905000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="57617000" /> <option name="totallyTimeSpent" value="57654000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="-176" y="23" width="1440" height="817" extended-state="0" /> <frame x="-176" y="23" width="1440" height="817" extended-state="0" />
...@@ -845,8 +845,8 @@ ...@@ -845,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="428"> <state relative-caret-position="390">
<caret line="512" column="2" lean-forward="false" selection-start-line="512" selection-start-column="2" selection-end-line="512" selection-end-column="2" /> <caret line="506" column="10" lean-forward="false" selection-start-line="506" selection-start-column="10" selection-end-line="506" selection-end-column="10" />
<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 linear 2s 1; -webkit-animation: left 0.5s linear 1s 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 linear 2s 1; -webkit-animation: right 0.5s linear 1s 1;
animation-fill-mode: forwards; animation-fill-mode: forwards;
} }
.page-lang .map-3 { .page-lang .map-3 {
......
...@@ -501,13 +501,13 @@ ul, li { ...@@ -501,13 +501,13 @@ 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 linear 2s 1; -webkit-animation: left 0.5s linear 1s 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 linear 2s 1; -webkit-animation: right 0.5s linear 1s 1;
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