Commit 20c9880c by zhangheng

2

parent 8b5b6664
......@@ -2,7 +2,6 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="393705e8-a82c-4795-9b3b-5f911ddba9ac" name="Default" comment="">
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.sass-cache/a99bcb3812225bbee2e3b2905f436d29891f981a/main.scssc" afterPath="$PROJECT_DIR$/.sass-cache/a99bcb3812225bbee2e3b2905f436d29891f981a/main.scssc" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Public/static/css/main.css" afterPath="$PROJECT_DIR$/Public/static/css/main.css" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/Public/static/css/main.scss" afterPath="$PROJECT_DIR$/Public/static/css/main.scss" />
</list>
......@@ -130,8 +129,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="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" />
<state relative-caret-position="418">
<caret line="514" column="15" lean-forward="true" selection-start-line="514" selection-start-column="15" selection-end-line="514" selection-end-column="15" />
<folding />
</state>
</provider>
......@@ -548,12 +547,12 @@
<option name="presentableId" value="Default" />
<updated>1566667513502</updated>
<workItem from="1566667516612" duration="55749000" />
<workItem from="1567098016695" duration="1937000" />
<workItem from="1567098016695" duration="2019000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="57686000" />
<option name="totallyTimeSpent" value="57768000" />
</component>
<component name="ToolWindowManager">
<frame x="-176" y="23" width="1440" height="817" extended-state="0" />
......@@ -845,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="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" />
<state relative-caret-position="418">
<caret line="514" column="15" lean-forward="true" selection-start-line="514" selection-start-column="15" selection-end-line="514" 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 0.5s linear 0.5s 1;
-webkit-animation: left 0.5s linear 1;
animation-fill-mode: forwards;
}
.page-lang .map-2 {
......@@ -712,7 +712,7 @@ ul, li {
background: url("../images/12.png") left top;
width: 468px;
height: 211px;
-webkit-animation: down 0.5s 1 linear;
-webkit-animation: down 1s 1 linear;
animation-fill-mode: forwards;
}
.page-lang .map-13 {
......@@ -724,7 +724,7 @@ ul, li {
background: url("../images/13.png") left top;
width: 486px;
height: 172px;
-webkit-animation: right 1s 1 linear;
-webkit-animation: right 0.5s 1 linear;
animation-fill-mode: forwards;
}
.page-lang .map-14 {
......@@ -736,7 +736,7 @@ ul, li {
background: url("../images/14.png") left top;
width: 454px;
height: 160px;
-webkit-animation: down 1s 1 linear;
-webkit-animation: down 1.5s 1 linear;
animation-fill-mode: forwards;
}
.page-lang .map-18 {
......
......@@ -501,13 +501,13 @@ ul, li {
.map-1 {
opacity: 0;
@include image_bounds_by_pos("../images/1.png", 71px, 1222px);
-webkit-animation: left 0.5s linear 0.5s 1;
-webkit-animation: left 0.5s linear 1;
animation-fill-mode: forwards
}
.map-2 {
opacity: 0;
@include image_bounds_by_pos("../images/2.png", 116px, 1466px);
-webkit-animation: right 0.5s linear 0.5s 1;
-webkit-animation: right 0.5s linear 1;
animation-fill-mode: forwards
}
......@@ -568,19 +568,19 @@ ul, li {
.map-12 {
opacity: 0;
@include image_bounds_by_pos("../images/12.png", 89px, 4474px);
-webkit-animation: down 0.5s 1 linear;
-webkit-animation: down 1s 1 linear;
animation-fill-mode: forwards
}
.map-13 {
opacity: 0;
@include image_bounds_by_pos("../images/13.png", 70px, 4674px);
-webkit-animation: right 1s 1 linear;
-webkit-animation: right 0.5s 1 linear;
animation-fill-mode: forwards
}
.map-14 {
opacity: 0;
@include image_bounds_by_pos("../images/14.png", 105px, 4876px);
-webkit-animation: down 1s 1 linear;
-webkit-animation: down 1.5s 1 linear;
animation-fill-mode: forwards
}
.map-18 {
......
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