Przeglądaj źródła

删除附带文件

luyanan 8 lat temu
rodzic
commit
0f6d0c110d
5 zmienionych plików z 2 dodań i 37 usunięć
  1. 0 6
      app/.classpath
  2. 0 1
      app/.gitignore
  3. 0 17
      app/.project
  4. 0 11
      app/.settings/org.eclipse.jdt.core.prefs
  5. 2 2
      app/css/app.css

+ 0 - 6
app/.classpath

@ -1,6 +0,0 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="src"/>
4
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
5
	<classpathentry kind="output" path="bin"/>
6
</classpath>

+ 0 - 1
app/.gitignore

@ -1 +0,0 @@
1
/bin/

+ 0 - 17
app/.project

@ -1,17 +0,0 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>app</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
		<buildCommand>
9
			<name>org.eclipse.jdt.core.javabuilder</name>
10
			<arguments>
11
			</arguments>
12
		</buildCommand>
13
	</buildSpec>
14
	<natures>
15
		<nature>org.eclipse.jdt.core.javanature</nature>
16
	</natures>
17
</projectDescription>

+ 0 - 11
app/.settings/org.eclipse.jdt.core.prefs

@ -1,11 +0,0 @@
1
eclipse.preferences.version=1
2
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5
org.eclipse.jdt.core.compiler.compliance=1.7
6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7
org.eclipse.jdt.core.compiler.debug.localVariable=generate
8
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11
org.eclipse.jdt.core.compiler.source=1.7

+ 2 - 2
app/css/app.css

@ -207,8 +207,8 @@ body{ color: #666666; font-size:14px;}
207 207
.addinfobox .addinfobtn{display: block; margin-right:3px; width: 14px;height: 14px; background: url(../images/add.png) center center no-repeat; background-size:100% 100% ;}
208 208

209 209

210
.addlabel .frmtype{border:1px solid #CCCCCC; border-radius: 6px; margin-right:2%; width: 80%; height: 34px;}
211
.addlabel .addlabelbtn{ border-color:#FF9900; color: #FF9900; border-radius: 6px; padding-left:20px; padding-right:20px;}
210
.addlabel .frmtype{border:1px solid #CCCCCC; border-radius: 6px; margin-right:2%; width: 78%; height: 34px;}
211
.addlabel .addlabelbtn{ border-color:#FF9900; color: #FF9900; border-radius: 6px;  width: 18%;/*padding-left:20px; padding-right:20px;*/}
212 212
.labelarea{ margin: 20px 0;}
213 213
.labelshow{ margin: 0; padding:0;}
214 214
.labelshow li{ list-style: none; padding:4px 10px; margin:4px; border:1px solid #FF9900; border-radius: 6px; float: left; }