123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- .chapter2 {
- &__head,
- &__foot {
- width: 100%;
- display: block;
- }
- &-main {
- position: relative;
- height: calc(160px + 300px + 1130px);
- &::before {
- content: "";
- position: absolute;
- top: 0;
- right: 0;
- width: 951px;
- height: 52px;
- background: #c8cfd4;
- }
- }
- &__img1 {
- position: absolute;
- top: 125px;
- left: 179px;
- width: 728px;
- height: 319px;
- }
- &__content1 {
- position: absolute;
- top: 146px;
- left: 965px;
- width: 326px;
- }
- &-card {
- position: absolute;
- top: 121px;
- right: 139px;
- width: 400px;
- cursor: pointer;
- img {
- display: block;
- width: 326px;
- height: 594px;
- }
- &__title {
- position: relative;
- margin-top: 20px;
- text-indent: 0;
- span {
- font-size: 34px;
- }
- &::before {
- content: "";
- position: absolute;
- top: 10px;
- left: -42px;
- width: 33px;
- height: 33px;
- background: url("@/assets/images/14-min.png") no-repeat center / contain;
- }
- }
- &__content {
- margin-top: 10px;
- font-size: 20px;
- color: #7d7d7d;
- line-height: 34px;
- }
- }
- &-card2 {
- position: absolute;
- top: 577px;
- left: 207px;
- display: flex;
- align-items: flex-end;
- gap: 90px;
- text-indent: 0;
- cursor: pointer;
- img {
- width: 456px;
- height: 372px;
- }
- &__title {
- position: relative;
- span {
- font-size: 34px;
- }
- &::before {
- content: "";
- position: absolute;
- top: 10px;
- left: -42px;
- width: 33px;
- height: 33px;
- background: url("@/assets/images/14-min.png") no-repeat center / contain;
- }
- }
- &__content {
- font-size: 20px;
- color: #7d7d7d;
- line-height: 34px;
- }
- }
- &-list {
- position: absolute;
- top: 1134px;
- left: 50%;
- display: flex;
- align-items: center;
- gap: 40px;
- transform: translateX(-50%);
- > div {
- width: 331px;
- height: 229px;
- background: url("@/assets/images/20-min.png") no-repeat center / contain;
- }
- }
- }
|