Commit 7e4d27e3 by 张恒

k

parent ef30e689
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
<option name="compassConfigPath" value="$MODULE_DIR$/config.rb" /> <option name="compassConfigPath" value="$MODULE_DIR$/config.rb" />
<option name="compassExecutableFilePath" value="/usr/local/bin/compass" /> <option name="compassExecutableFilePath" value="/usr/local/bin/compass" />
<option name="compassSupportEnabled" value="true" /> <option name="compassSupportEnabled" value="true" />
<option name="importPaths">
<list>
<option value="/usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets" />
</list>
</option>
</component> </component>
<component name="NewModuleRootManager"> <component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$"> <content url="file://$MODULE_DIR$">
...@@ -13,5 +18,6 @@ ...@@ -13,5 +18,6 @@
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="compass-library" level="project" />
</component> </component>
</module> </module>
\ No newline at end of file
<component name="libraryTable">
<library name="compass-library">
<CLASSES>
<root url="file:///usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3" />
</CLASSES>
<SOURCES />
</library>
</component>
\ No newline at end of file
...@@ -111,7 +111,6 @@ p { ...@@ -111,7 +111,6 @@ p {
#page .home .content { #page .home .content {
width: 10rem; width: 10rem;
margin: 0 auto; margin: 0 auto;
top: 0.4rem;
position: relative; position: relative;
} }
#page .home .content .bj { #page .home .content .bj {
......
...@@ -113,7 +113,7 @@ p { ...@@ -113,7 +113,7 @@ p {
.content { .content {
width: torem(750px); width: torem(750px);
margin: 0 auto; margin: 0 auto;
top: torem(30px); //top: torem(30px);
position: relative; position: relative;
.bj{ .bj{
......
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