Commit 7e4d27e3 by 张恒

k

parent ef30e689
......@@ -4,6 +4,11 @@
<option name="compassConfigPath" value="$MODULE_DIR$/config.rb" />
<option name="compassExecutableFilePath" value="/usr/local/bin/compass" />
<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 name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
......@@ -13,5 +18,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="compass-library" level="project" />
</component>
</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 {
#page .home .content {
width: 10rem;
margin: 0 auto;
top: 0.4rem;
position: relative;
}
#page .home .content .bj {
......
......@@ -113,7 +113,7 @@ p {
.content {
width: torem(750px);
margin: 0 auto;
top: torem(30px);
//top: torem(30px);
position: relative;
.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