dadd6243 by weimo934

style():调整样式

1 parent 5fe135c4
1 <component name="InspectionProjectProfileManager">
2 <profile version="1.0">
3 <option name="myName" value="Project Default" />
4 <inspection_tool class="JavaDoc" enabled="true" level="WARNING" enabled_by_default="true">
5 <option name="TOP_LEVEL_CLASS_OPTIONS">
6 <value>
7 <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
8 <option name="REQUIRED_TAGS" value="" />
9 </value>
10 </option>
11 <option name="INNER_CLASS_OPTIONS">
12 <value>
13 <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
14 <option name="REQUIRED_TAGS" value="" />
15 </value>
16 </option>
17 <option name="METHOD_OPTIONS">
18 <value>
19 <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
20 <option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
21 </value>
22 </option>
23 <option name="FIELD_OPTIONS">
24 <value>
25 <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
26 <option name="REQUIRED_TAGS" value="" />
27 </value>
28 </option>
29 <option name="IGNORE_DEPRECATED" value="false" />
30 <option name="IGNORE_JAVADOC_PERIOD" value="true" />
31 <option name="IGNORE_DUPLICATED_THROWS" value="false" />
32 <option name="IGNORE_POINT_TO_ITSELF" value="false" />
33 <option name="myAdditionalJavadocTags" value="date" />
34 </inspection_tool>
35 </profile>
36 </component>
...\ No newline at end of file ...\ No newline at end of file
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project version="4">
3 <component name="JavaScriptSettings">
4 <option name="languageLevel" value="ES6" />
5 </component>
6 </project>
...\ No newline at end of file ...\ No newline at end of file
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project version="4">
3 <component name="ProjectModuleManager">
4 <modules>
5 <module fileurl="file://$PROJECT_DIR$/.idea/portalStaticPage.iml" filepath="$PROJECT_DIR$/.idea/portalStaticPage.iml" />
6 </modules>
7 </component>
8 </project>
...\ No newline at end of file ...\ No newline at end of file
1 <?xml version="1.0" encoding="UTF-8"?>
2 <module type="WEB_MODULE" version="4">
3 <component name="NewModuleRootManager">
4 <content url="file://$MODULE_DIR$">
5 <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6 <excludeFolder url="file://$MODULE_DIR$/temp" />
7 <excludeFolder url="file://$MODULE_DIR$/tmp" />
8 </content>
9 <orderEntry type="inheritedJdk" />
10 <orderEntry type="sourceFolder" forTests="false" />
11 </component>
12 </module>
...\ No newline at end of file ...\ No newline at end of file
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project version="4">
3 <component name="VcsDirectoryMappings">
4 <mapping directory="$PROJECT_DIR$" vcs="Git" />
5 </component>
6 </project>
...\ No newline at end of file ...\ No newline at end of file
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
34 </div> 34 </div>
35 <div class="navigation"> 35 <div class="navigation">
36 <ul class="layui-nav layui-bg-blue" lay-filter=""> 36 <ul class="layui-nav layui-bg-blue" lay-filter="">
37 <li class="layui-nav-item layui-this"><a href="">首页</a></li> 37 <li class="layui-nav-item layui-this"><a href="/index.html" title="首页">首页</a></li>
38 <li class="layui-nav-item"><a href="">新闻动态</a></li> 38 <li class="layui-nav-item"><a href="/views/xwdt/index.html"title="新闻动态">新闻动态</a></li>
39 <li class="layui-nav-item"><a href="">业务办理</a></li> 39 <li class="layui-nav-item"><a href="">业务办理</a></li>
40 <li class="layui-nav-item"><a href="./views/bszn/index.html">办事指南</a></li> 40 <li class="layui-nav-item"><a href="./views/bszn/index.html">办事指南</a></li>
41 <li class="layui-nav-item"> 41 <li class="layui-nav-item">
......
...@@ -145,7 +145,6 @@ div.navigation { ...@@ -145,7 +145,6 @@ div.navigation {
145 } 145 }
146 146
147 .left-left { 147 .left-left {
148 border-right: 1px solid #DEDEDE;
149 text-align: center; 148 text-align: center;
150 display: inline-block; 149 display: inline-block;
151 margin: 0 auto; 150 margin: 0 auto;
...@@ -203,6 +202,7 @@ div.navigation { ...@@ -203,6 +202,7 @@ div.navigation {
203 .left-right { 202 .left-right {
204 width: 765px; 203 width: 765px;
205 float: right; 204 float: right;
205 border-left: 1px solid #DEDEDE;
206 } 206 }
207 207
208 .body { 208 .body {
...@@ -381,6 +381,7 @@ div.navigation { ...@@ -381,6 +381,7 @@ div.navigation {
381 font-weight: 400; 381 font-weight: 400;
382 color: #4A4A4A; 382 color: #4A4A4A;
383 line-height: 14px; 383 line-height: 14px;
384 padding-top: 5px;
384 } 385 }
385 386
386 .pl-right-bottom div { 387 .pl-right-bottom div {
......