| @@ -50,7 +50,7 @@ const GlobalHeaderRight: React.FC = () => { | |||||
| <QuestionCircleOutlined /> | <QuestionCircleOutlined /> | ||||
| </span> | </span> | ||||
| <Avatar menu={true} /> | <Avatar menu={true} /> | ||||
| <SelectLang className={actionClassName} /> | |||||
| {/* <SelectLang className={actionClassName} /> */} | |||||
| </div> | </div> | ||||
| ); | ); | ||||
| }; | }; | ||||
| @@ -210,7 +210,6 @@ | |||||
| display: flex; | display: flex; | ||||
| flex: 1; | flex: 1; | ||||
| flex-direction: column; | flex-direction: column; | ||||
| font-family: 'Alibaba'; | |||||
| height: 100%; | height: 100%; | ||||
| padding: 22px 30px 26px 30px; | padding: 22px 30px 26px 30px; | ||||
| background: #ffffff; | background: #ffffff; | ||||
| @@ -229,11 +228,11 @@ | |||||
| flex: 1; | flex: 1; | ||||
| flex-wrap: wrap; | flex-wrap: wrap; | ||||
| align-content: flex-start; | align-content: flex-start; | ||||
| font-family: 'Alibaba'; | |||||
| width: 103%; | |||||
| width: 102%; | |||||
| .dataItem { | .dataItem { | ||||
| position: relative; | position: relative; | ||||
| width: 23%; | |||||
| width: 23.5%; | |||||
| height:164px; | height:164px; | ||||
| background:#ffffff; | background:#ffffff; | ||||
| border:1px solid; | border:1px solid; | ||||
| @@ -250,7 +249,7 @@ | |||||
| line-height: 0px; | line-height: 0px; | ||||
| color:#1d1d20; | color:#1d1d20; | ||||
| font-size:16px; | font-size:16px; | ||||
| font-family: 'Alibaba'; | |||||
| } | } | ||||
| .itemDescripition{ | .itemDescripition{ | ||||
| position: absolute; | position: absolute; | ||||
| @@ -286,7 +285,7 @@ | |||||
| } | } | ||||
| .dataItem:hover{ | .dataItem:hover{ | ||||
| border-color: #1664FF; | border-color: #1664FF; | ||||
| box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2) | |||||
| box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) | |||||
| } | } | ||||
| .dataItem:hover .itemText{ | .dataItem:hover .itemText{ | ||||
| @@ -219,10 +219,10 @@ | |||||
| flex: 1; | flex: 1; | ||||
| flex-wrap: wrap; | flex-wrap: wrap; | ||||
| align-content: flex-start; | align-content: flex-start; | ||||
| width: 100%; | |||||
| width: 102%; | |||||
| .dataItem { | .dataItem { | ||||
| position: relative; | position: relative; | ||||
| width: 23%; | |||||
| width: 23.5%; | |||||
| height:164px; | height:164px; | ||||
| background:#ffffff; | background:#ffffff; | ||||
| border:1px solid; | border:1px solid; | ||||
| @@ -239,7 +239,7 @@ | |||||
| line-height: 0px; | line-height: 0px; | ||||
| color:#1d1d20; | color:#1d1d20; | ||||
| font-size:16px; | font-size:16px; | ||||
| font-family: 'Alibaba'; | |||||
| } | } | ||||
| .itemDescripition{ | .itemDescripition{ | ||||
| position: absolute; | position: absolute; | ||||
| @@ -275,7 +275,7 @@ | |||||
| } | } | ||||
| .dataItem:hover{ | .dataItem:hover{ | ||||
| border-color: #1664FF; | border-color: #1664FF; | ||||
| box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2) | |||||
| box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) | |||||
| } | } | ||||
| .dataItem:hover .itemText{ | .dataItem:hover .itemText{ | ||||