Commit b4bc493c by murphywuwu

up

parent 6944a1f4
...@@ -94,6 +94,7 @@ html, body { ...@@ -94,6 +94,7 @@ html, body {
height: 100% !important; height: 100% !important;
} }
.slick-slide { .slick-slide {
position: relative !important;
height: 100% !important; height: 100% !important;
max-height: 100% !important; max-height: 100% !important;
} }
...@@ -1088,14 +1089,13 @@ a.cd-read-more:hover { ...@@ -1088,14 +1089,13 @@ a.cd-read-more:hover {
.imgIntro { .imgIntro {
color: #fff; color: #fff;
position: absolute; position: absolute;
top: 100px; top: 5%;
left: 3%; left: 6%;
z-index: 10; z-index: 10;
width: 20%; width: 20%;
max-width: 300px; max-width: 300px;
min-width: 200px; min-width: 200px;
line-height: 20px; line-height: 20px;
margin: 10px 5%;
padding: 15px; padding: 15px;
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.2);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment