Browse Source

style: update homepage style

pointhalo 2 years ago
parent
commit
2e2a430e3c

+ 1 - 1
src/locale/zh-CN.js

@@ -144,7 +144,7 @@ const appLocale = {
         "content_d2c": "Semi D2C 设计转代码的演进之路",
         "content_d2c": "Semi D2C 设计转代码的演进之路",
         "content_d2c_info": "用先进的工具连接设计师与开发者",
         "content_d2c_info": "用先进的工具连接设计师与开发者",
         "content_test": "Semi Design 如何做质量保障",
         "content_test": "Semi Design 如何做质量保障",
-        "content_test_info": "综合运用 UnitTest、E2E Test、Visual Test保障组件库稳定性",
+        "content_test_info": "综合运用 Unit Test、E2E Test、Visual Test保障组件库稳定性",
 
 
         // page nine: comment
         // page nine: comment
         "grow_with_users": "与用户共同成长",
         "grow_with_users": "与用户共同成长",

+ 4 - 3
src/sitePages/newHome/components/deepContent/deepContent.module.scss

@@ -36,9 +36,9 @@
     flex-direction: row;
     flex-direction: row;
     align-items: center;
     align-items: center;
     justify-content: space-between;
     justify-content: space-between;
-    width: 1200px;
+    width: 1208px;
     height: 495px;
     height: 495px;
-    margin: 48px 0px 0px;
+    margin: 48px 0px 0px 0px;
 
 
     :hover {
     :hover {
         .headline {
         .headline {
@@ -53,7 +53,8 @@
     align-items: flex-start;
     align-items: flex-start;
     row-gap: 29px;
     row-gap: 29px;
     cursor: pointer;
     cursor: pointer;
-    height: 523px;
+    height: 495px;
+    box-sizing: border-box;
 }
 }
 
 
 .frame1312316426 {
 .frame1312316426 {