123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- .Introduction {
- width: 100%;
- padding: 0 100px;
- height: auto;
- padding-top: 160px;
- .experience {
- position: absolute;
- bottom: 64px;
- font-family: Noto Sans SC;
- font-size: 24px;
- font-weight: 500;
- right: 64px;
- .experience_img {
- vertical-align: middle;
- position: relative;
- right: 0;
- }
- }
- .Introduction_top {
- background-image: url("../img/1.png");
- background-repeat: no-repeat;
- background-position: right center;
- min-height: 520px;
- margin-bottom: 76px;
- position: relative;
- .Introduction_top_title {
- font-size: 64px;
- font-weight: 700;
- line-height: 76.8px;
- letter-spacing: 0.04em;
- text-align: left;
- position: relative;
- top: 0;
- display: inline-block;
- }
-
- .Introduction_top_title::after {
- content: '';
- width: calc(100% + 100px);
- padding: 12px 0;
- background: linear-gradient(to right, rgba(54, 129, 252, 1), rgba(54, 129, 252, 0));
- position: absolute;
- top: 72px;
- left: -100px;
- }
- p {
- margin-top: 32px;
- font-family: Noto Sans SC;
- font-size: 64px;
- font-weight: 500;
- line-height: 76.8px;
- letter-spacing: 0.04em;
- text-align: left;
- i {
- color: rgb(0, 97, 255);
- font-style: normal;
- }
- }
- .Learning {
- margin-top: 32px;
- font-family: PingFang SC;
- font-size: 36px;
- font-weight: 500;
- line-height: 54px;
- /* letter-spacing: 0.1em; */
- text-align: left;
- color: #5B64E4;
- font-weight: 700;
- }
- }
- .Introduction_bottom {
- display: flex;
- justify-content: space-between;
- width: 100%;
- min-height: 580px;
- .Introduction_bottom_div {
- width: 48%;
- border-radius: 30px;
- position: relative;
- }
- p {
- margin-top: 48px;
- font-family: Noto Sans SC;
- font-size: 20px;
- font-weight: 400;
- line-height: 40px;
- text-align: left;
- }
- .Introduction_bottom_left {
- padding: 64px;
- background-color: #3681FC;
- color: #fff;
- border-radius: 30px;
- h2 {
- font-family: Noto Sans SC;
- font-size: 44px;
- font-weight: 500;
- line-height: 52.8px;
- letter-spacing: 0.02em;
- text-align: left;
- i {
- font-style: normal;
- color: #F4C751;
- }
- }
- }
- .Introduction_bottom_right {
- background-color: #3681FC;
- border-radius: 30px;
- padding-top: 10px;
- .Introduction_bottom_right_div {
- height: 100%;
- padding: 64px;
- border-radius: 30px;
- background-color: rgb(235, 243, 255);
- h2 {
- font-family: Noto Sans SC;
- font-size: 44px;
- font-weight: 500;
- line-height: 52.8px;
- letter-spacing: 0.02em;
- text-align: left;
- color: #000;
- i {
- font-style: normal;
- color: #3681FC;
- }
- }
- p {
- margin-top: 48px;
- font-family: Noto Sans SC;
- font-size: 20px;
- font-weight: 400;
- line-height: 40px;
- text-align: left;
- color: #00000099;
- }
- }
- }
- }
- }
|