瀏覽代碼

【login】按钮样式修正

liangyan0105 3 年之前
父節點
當前提交
bae1c11ce9
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. 6 5
      src/views/user/Login.vue

+ 6 - 5
src/views/user/Login.vue

@@ -296,15 +296,16 @@ export default {
         text-align: center;
         //四个按钮
         .oaItem {
-          width: calc((100% - 60px) / 4);
+          // background-color: red;
+          width: calc((100% - 10px) / 4);
           display: flex;
           justify-content: space-around;
           flex-direction: column;
           align-items: center;
           // 图
           span {
-            width: 74px;
-            height: 74px;
+            width: 70px;
+            height: 70px;
             box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.1), -18px -18px 30px rgb(255, 255, 255);
             border-radius: 14px;
             display: flex;
@@ -314,8 +315,8 @@ export default {
             transition: box-shadow 0.2s ease-out;
             position: relative;
             img {
-              width: 40px;
-              height: 40px;
+              width: 38px;
+              height: 38px;
             }
           }
           // 文字