diff --git a/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RandomUnit.module.less b/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RandomUnit.module.less index a2a8bde1..35fb4d47 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RandomUnit.module.less +++ b/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RandomUnit.module.less @@ -196,30 +196,12 @@ } } -article[role="region"] { - > section { - > div:first-child { - > div:first-child { - > div:first-child { - &.videoModal { - border-radius: 12px; - -webkit-border-radius: 12px; - -moz-border-radius: 12px; - -o-border-radius: 12px; - overflow: hidden !important; - &::after { - .focused(@boxShadow:0, @borderRadius: 12px); - } - > div:first-child { - border-radius: 12px; - -webkit-border-radius: 12px; - -moz-border-radius: 12px; - -o-border-radius: 12px; - overflow: hidden; - } - } - } - } - } +.videoModal { + &::after { + .focused(@boxShadow:0, @borderRadius: 12px); + } + > * { + border-radius: 12px; + overflow: hidden; } }