Skip to content

Commit b391b45

Browse files
update
1 parent 33bf832 commit b391b45

1 file changed

Lines changed: 0 additions & 45 deletions

File tree

css/style.css

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -614,15 +614,6 @@
614614
margin-bottom: 1.2rem;
615615
}
616616

617-
.hyz-video {
618-
/* position: absolute; */
619-
margin: auto;
620-
border-radius: 9px;
621-
622-
width: 720px;
623-
height: 450px;
624-
}
625-
626617
.big-container .container {
627618
margin-bottom: 2.4rem;
628619
}
@@ -642,17 +633,6 @@
642633
color: #45260a;
643634
}
644635

645-
.plot-img-box {
646-
background-image: linear-gradient(
647-
to right bottom,
648-
rgba(78, 185, 235, 0.35),
649-
rgba(230, 125, 34, 0.35)
650-
),
651-
url("../img/hyz/hyz-5.jpg");
652-
background-size: cover;
653-
background-position: center;
654-
}
655-
656636
.section-text {
657637
max-width: 900px;
658638
margin: 0 auto;
@@ -661,28 +641,3 @@
661641
color: #4a2f2f;
662642
}
663643

664-
.sound {
665-
display: grid;
666-
grid-template-rows: 1fr 2fr;
667-
gap: 0.5rem;
668-
border-radius: 11px;
669-
670-
background-image: linear-gradient(to left bottom, #f1d4d4, #8fd4e3);
671-
overflow: hidden;
672-
}
673-
674-
.sound-text-box {
675-
padding: 2.4rem 3.2rem;
676-
color: #45260a;
677-
}
678-
679-
.sound-img-box {
680-
background-image: linear-gradient(
681-
to right bottom,
682-
rgba(78, 185, 235, 0.35),
683-
rgba(230, 125, 34, 0.35)
684-
),
685-
url("../img/hyz/hyz-6.jpg");
686-
background-size: cover;
687-
background-position: center;
688-
}

0 commit comments

Comments
 (0)