clay commit : header icon

This commit is contained in:
clay
2022-10-13 20:19:38 +08:00
parent 2b7ded8af6
commit 56d4a84f53
8 changed files with 60 additions and 27 deletions

View File

@@ -214,8 +214,8 @@ export default {
text-align: left;
background: linear-gradient(240deg, rgba(0, 75, 177, 0) 0%, rgba(6, 79, 175, 0.64) 44%, #0A51AE 100%);
padding-left: 1.9rem;
margin-top: 5rem;
margin-bottom: 5rem;
margin-top: 2rem;
margin-bottom: 2rem;
}
.sciences_content {

View File

@@ -104,8 +104,8 @@ export default {
width: 100%;
display: flex;
justify-content: center;
padding-top: 6.3rem;
padding-bottom: 5.6rem;
padding-top: 2rem;
padding-bottom: 2rem;
.line_left {
line-height: 4.4rem;

View File

@@ -158,7 +158,8 @@ export default {
background-size: cover;
background-repeat: no-repeat;
//width: 100%;
height: 61rem;
//height: 61rem;
padding-bottom: 2rem;
.headline {
display: flex;
@@ -180,7 +181,7 @@ export default {
text-align: left;
background: linear-gradient(240deg, rgba(0, 75, 177, 0) 0%, rgba(6, 79, 175, 0.64) 44%, #0A51AE 100%);
padding-left: 1.9rem;
margin-top: 6.3rem;
margin-top: 2rem;
.vertica_line {
width: .1rem;
@@ -208,7 +209,7 @@ export default {
.more {
display: flex;
height: 3.7rem;
margin-top: 9.8rem;
margin-top: 4rem;
cursor: pointer;
.more_text {

View File

@@ -92,8 +92,8 @@ export default {
width: 100%;
display: flex;
justify-content: center;
padding-top: 6.3rem;
padding-bottom: 4.4rem;
padding-top: 3rem;
padding-bottom: 2rem;
.line_left {
line-height: 4.4rem;

View File

@@ -164,8 +164,8 @@ export default {
&_bgc {
background-color: #fff;
//height: 33.8rem;
margin-top: 8.1rem;
margin-bottom: 5rem;
margin-top: 3rem;
margin-bottom: 3rem;
border-radius: 36px;
}