Commit 3cc6d0ab by zhangheng

2

parent edfd8771
......@@ -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="323">
<caret line="669" column="4" lean-forward="false" selection-start-line="669" selection-start-column="4" selection-end-line="669" selection-end-column="4" />
<state relative-caret-position="333">
<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 />
</state>
</provider>
......@@ -547,12 +547,12 @@
<option name="presentableId" value="Default" />
<updated>1566667513502</updated>
<workItem from="1566667516612" duration="55749000" />
<workItem from="1567098016695" duration="1675000" />
<workItem from="1567098016695" duration="1747000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="57424000" />
<option name="totallyTimeSpent" value="57496000" />
</component>
<component name="ToolWindowManager">
<frame x="0" y="23" width="1440" height="817" extended-state="6" />
......@@ -844,8 +844,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/Public/static/css/main.scss">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="323">
<caret line="669" column="4" lean-forward="false" selection-start-line="669" selection-start-column="4" selection-end-line="669" selection-end-column="4" />
<state relative-caret-position="333">
<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 />
</state>
</provider>
......
......@@ -581,7 +581,7 @@ ul, li {
background: url("../images/1.png") left top;
width: 267px;
height: 147px;
-webkit-animation: left 1s 1 linear;
-webkit-animation: left 1s 1 linear 1s;
animation-fill-mode: forwards;
}
.page-lang .map-2 {
......@@ -915,7 +915,7 @@ ul, li {
background: url("../images/word-two.png") left top;
width: 247px;
height: 24px;
-webkit-animation: down 1s 1 linear;
-webkit-animation: down 1s 1 linear 1s;
animation-fill-mode: forwards;
}
......
......@@ -501,7 +501,7 @@ ul, li {
.map-1 {
opacity: 0;
@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
}
.map-2 {
......@@ -670,7 +670,7 @@ ul, li {
opacity: 0;
@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
}
}
......
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