zhousheng 6 years ago
parent
commit
161b29ff74
1 changed files with 9 additions and 7 deletions
  1. 9 7
      TEAMModelOS.SmartTeach/ClientApp/components/resource/home.vue

+ 9 - 7
TEAMModelOS.SmartTeach/ClientApp/components/resource/home.vue

@@ -91,7 +91,7 @@
     position: relative;
     z-index: 21;
     width: 64%;
-    overflow: hidden;
+    /*overflow: hidden;*/
     margin-left: 19%;
   }
 
@@ -106,18 +106,20 @@
     .who-is ul li span {
       padding-top: 20px;
       font-size: 24px;
-      color: #fff;
+      font-weight:800;
+      color: #141414;
     }
 
     .who-is ul li {
       float: left;
-      width: 300px;
-      height: 264px;
+      width: 266px;
+      height: 230px;
       text-align: center;
       position: relative;
-      /*opacity: 0;
-      opacity: 1\9;*/
-      background-color: #289EFB;
+      box-shadow: 1px 1px 1px 1px #808080;
+      border-radius: 5%;
+      margin-left: 12px;
+      background-color: #fff;
     }
 
   .show:hover {