Selaa lähdekoodia

新增组件及页面

liuqiwen 4 vuotta sitten
vanhempi
commit
387ed2975a
1 muutettua tiedostoa jossa 21 lisäystä ja 0 poistoa
  1. 21 0
      dgtis-ui/src/views/system/userInfoDetails/index.vue

+ 21 - 0
dgtis-ui/src/views/system/userInfoDetails/index.vue

@@ -502,4 +502,25 @@ export default {
   .ht100p{
     height: 100%;
   }
+  @media (min-width: 1400px) {
+    .conPanel .cardDiv .topNumDiv{
+      height: 28%;
+      margin-top: 15%;
+    }
+    .conPanel .cardDiv .infoDiv .imgDiv .levelImgDiv{
+      bottom: 15%;
+    }
+    .conPanel .cardDiv .infoDiv .bottomInfoDiv .bxDetail{
+      padding: 20px;
+    }
+    .conPanel .cardDiv .infoDiv .bottomInfoDiv .bxDetailHt{
+      height: 130px;
+      padding: 20px !important;
+    }
+    .conPanel .cardDiv .dayDiv .dayNum{
+      font-size: 28px;
+      font-weight: bold;
+      margin-top: 22px;
+    }
+  }
 </style>