瀏覽代碼

全局button样式

suxinf 5 年之前
父節點
當前提交
73250a5a22
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      src/App.vue

+ 13 - 0
src/App.vue

@@ -70,6 +70,19 @@ export default {
   margin: 0;
   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 {
   background-color: #eeeeee;
   .app_content {