Commit 4d0c4a6c authored by youjie's avatar youjie

no message

parent 95ff83ab
...@@ -188,9 +188,11 @@ ul,li{ ...@@ -188,9 +188,11 @@ ul,li{
padding: 0 0 0 20px; padding: 0 0 0 20px;
} }
.swipercomTvR2Bj{ .swipercomTvR2Bj{
width: 100%;
top: 0; top: 0;
right: 0;
bottom: 0; bottom: 0;
opacity: 1; opacity: .7;
} }
.swipercomSubEnLenR2{ .swipercomSubEnLenR2{
font-size: 1.5rem; font-size: 1.5rem;
...@@ -198,6 +200,7 @@ ul,li{ ...@@ -198,6 +200,7 @@ ul,li{
} }
.swipercomTvR2{ .swipercomTvR2{
top: 0; top: 0;
right: 0;
bottom: 0; bottom: 0;
opacity: 1; opacity: 1;
} }
...@@ -264,12 +267,16 @@ ul,li{ ...@@ -264,12 +267,16 @@ ul,li{
} }
.swipercomTvR2Bj{ .swipercomTvR2Bj{
top: 100%; top: 100%;
left: 0;
bottom: 0; bottom: 0;
right: 0;
opacity: 0; opacity: 0;
} }
.swipercomTvR2{ .swipercomTvR2{
top: 100%; top: 100%;
bottom: 0; bottom: 0;
left: 0;
right: 0;
opacity: 0; opacity: 0;
} }
.indexRoll1Hd{ .indexRoll1Hd{
...@@ -277,6 +284,21 @@ ul,li{ ...@@ -277,6 +284,21 @@ ul,li{
} }
} }
@media (min-width: 992px) { @media (min-width: 992px) {
.swipercomTvR2Bj{
top: 100%;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
}
.swipercomTvR2{
top: 100%;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
}
.swipercomR2{ .swipercomR2{
padding: 0; padding: 0;
} }
......
...@@ -387,26 +387,16 @@ ...@@ -387,26 +387,16 @@
} }
.swipercomTvR2Bj{ .swipercomTvR2Bj{
background: linear-gradient(0deg,#000,transparent); background: linear-gradient(0deg,#000,transparent);
top: 100%;
left: 0;
bottom: 0;
right: 0;
z-index: 333; z-index: 333;
opacity: .7; opacity: .7;
border-radius: 10px; border-radius: 10px;
z-index: 1; z-index: 1;
opacity: 0;
transition: all .3s; transition: all .3s;
} }
.swipercomTvR2{ .swipercomTvR2{
top: 100%;
bottom: 0;
left: 0;
right: 0;
color: #fff; color: #fff;
z-index: 2; z-index: 2;
padding: 0 20px 40px 20px; padding: 0 20px 40px 20px;
opacity: 0;
transition: all .3s; transition: all .3s;
} }
.swipercomTitleLR2{ .swipercomTitleLR2{
......
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