Explorar el Código

全局button样式

suxinf hace 5 años
padre
commit
73250a5a22
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      src/App.vue

+ 13 - 0
src/App.vue

@@ -70,6 +70,19 @@ export default {
   margin: 0;
   margin: 0;
   list-style: none;
   list-style: none;
 }
 }
+button{
+  border: none;
+  background-color: #0056A0;
+  height: 30px;
+  width: 58px;
+  color: #fff;
+  font-weight: 400px;
+  font-size: Arial;
+  margin-left: 18px;
+  &:hover{
+    cursor: pointer;
+  }
+}
 #app {
 #app {
   background-color: #eeeeee;
   background-color: #eeeeee;
   .app_content {
   .app_content {