Browse Source

Merge branch 'privateCrowdService' into 'PrivateReleaseOfCofortest'

修改按钮演示



See merge request !37

guochao 4 years ago
parent
commit
4d55e9c22d

+ 1 - 1
mooctest-user-server/src/main/resources/application.yaml

@@ -1,6 +1,6 @@
 spring.profiles.active: private-cloud-localhost
 server:
-  port: 8081
+  port: 8082
 
 default:
   goto: http://127.0.0.1

+ 2 - 1
mooctest-user-server/src/main/resources/static/css/main.css

@@ -97,7 +97,8 @@ textarea:-ms-input-placeholder { color: #adadad;}
 button {
 	outline: none !important;
 	border: none;
-	background: dodgerblue;
+	/*background: dodgerblue;*/
+    background: #B80000;
 }
 
 button:hover {