Commit a0ebdeca by 张恒

k

parent 9490b7e8
...@@ -2,13 +2,8 @@ ...@@ -2,13 +2,8 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="d52db3c2-5e88-4692-bb71-d738c8d9556a" name="Default" comment=""> <list default="true" id="d52db3c2-5e88-4692-bb71-d738c8d9556a" name="Default" comment="">
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.sass-cache/46cd6a78425e02f38b71790c64f1d20201d3ab25/main.scssc" afterPath="$PROJECT_DIR$/.sass-cache/46cd6a78425e02f38b71790c64f1d20201d3ab25/main.scssc" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/image/bj.png" afterPath="$PROJECT_DIR$/image/bj.png" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/css/main.css" afterPath="$PROJECT_DIR$/css/main.css" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/css/main.scss" afterPath="$PROJECT_DIR$/css/main.scss" /> <change type="MODIFICATION" beforePath="$PROJECT_DIR$/css/main.scss" afterPath="$PROJECT_DIR$/css/main.scss" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/index.html" afterPath="$PROJECT_DIR$/index.html" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/js/index.js" afterPath="$PROJECT_DIR$/js/index.js" />
</list> </list>
<ignored path="$PROJECT_DIR$/.tmp/" /> <ignored path="$PROJECT_DIR$/.tmp/" />
<ignored path="$PROJECT_DIR$/temp/" /> <ignored path="$PROJECT_DIR$/temp/" />
...@@ -32,8 +27,8 @@ ...@@ -32,8 +27,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$/css/main.scss"> <entry file="file://$PROJECT_DIR$/css/main.scss">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="313"> <state relative-caret-position="393">
<caret line="166" column="3" lean-forward="true" selection-start-line="166" selection-start-column="3" selection-end-line="166" selection-end-column="3" /> <caret line="119" column="0" lean-forward="true" selection-start-line="119" selection-start-column="0" selection-end-line="119" selection-end-column="0" />
<folding /> <folding />
</state> </state>
</provider> </provider>
...@@ -174,12 +169,12 @@ ...@@ -174,12 +169,12 @@
<workItem from="1514167528770" duration="8447000" /> <workItem from="1514167528770" duration="8447000" />
<workItem from="1514200644225" duration="350000" /> <workItem from="1514200644225" duration="350000" />
<workItem from="1514214503382" duration="441000" /> <workItem from="1514214503382" duration="441000" />
<workItem from="1514277550054" duration="29000" /> <workItem from="1514277550054" duration="126000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="13214000" /> <option name="totallyTimeSpent" value="13311000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="0" y="23" width="1440" height="821" extended-state="6" /> <frame x="0" y="23" width="1440" height="821" extended-state="6" />
...@@ -390,8 +385,8 @@ ...@@ -390,8 +385,8 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/css/main.scss"> <entry file="file://$PROJECT_DIR$/css/main.scss">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="313"> <state relative-caret-position="393">
<caret line="166" column="3" lean-forward="true" selection-start-line="166" selection-start-column="3" selection-end-line="166" selection-end-column="3" /> <caret line="119" column="0" lean-forward="true" selection-start-line="119" selection-start-column="0" selection-end-line="119" selection-end-column="0" />
<folding /> <folding />
</state> </state>
</provider> </provider>
......
...@@ -114,7 +114,7 @@ p { ...@@ -114,7 +114,7 @@ p {
position: relative; position: relative;
} }
#page .home .content .bj { #page .home .content .bj {
background: url("../image/bj.png?t=1") no-repeat center; background: url("../image/bj.png?t=2.1") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
width: 10rem; width: 10rem;
height: 17.86667rem; height: 17.86667rem;
......
...@@ -120,7 +120,7 @@ p { ...@@ -120,7 +120,7 @@ p {
.bj{ .bj{
background: url("../image/bj.png?t=1") no-repeat center; background: url("../image/bj.png?t=2.1") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
width: torem(750px); width: torem(750px);
height: torem(1340px); height: torem(1340px);
......
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