Commit 800cea7c by zhangheng

2

parent 1550124a
......@@ -130,8 +130,8 @@
<file leaf-file-name="main.scss" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/Public/static/css/main.scss">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="428">
<caret line="512" column="2" lean-forward="false" selection-start-line="512" selection-start-column="2" selection-end-line="512" selection-end-column="2" />
<state relative-caret-position="390">
<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 />
</state>
</provider>
......@@ -548,12 +548,12 @@
<option name="presentableId" value="Default" />
<updated>1566667513502</updated>
<workItem from="1566667516612" duration="55749000" />
<workItem from="1567098016695" duration="1868000" />
<workItem from="1567098016695" duration="1905000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="57617000" />
<option name="totallyTimeSpent" value="57654000" />
</component>
<component name="ToolWindowManager">
<frame x="-176" y="23" width="1440" height="817" extended-state="0" />
......@@ -845,8 +845,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/Public/static/css/main.scss">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="428">
<caret line="512" column="2" lean-forward="false" selection-start-line="512" selection-start-column="2" selection-end-line="512" selection-end-column="2" />
<state relative-caret-position="390">
<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 />
</state>
</provider>
......
......@@ -581,7 +581,7 @@ ul, li {
background: url("../images/1.png") left top;
width: 267px;
height: 147px;
-webkit-animation: left 1s linear 2s 1;
-webkit-animation: left 0.5s linear 1s 1;
animation-fill-mode: forwards;
}
.page-lang .map-2 {
......@@ -593,7 +593,7 @@ ul, li {
background: url("../images/2.png") left top;
width: 486px;
height: 384px;
-webkit-animation: right 1s linear 2s 1;
-webkit-animation: right 0.5s linear 1s 1;
animation-fill-mode: forwards;
}
.page-lang .map-3 {
......
......@@ -501,13 +501,13 @@ ul, li {
.map-1 {
opacity: 0;
@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
}
.map-2 {
opacity: 0;
@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
}
......
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