diff --git a/src/views/home/index.vue b/src/views/home/index.vue index d3c54f0..fba7fde 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -135,14 +135,17 @@
  • Explore Map
  • -
  • -
    - -
    -
    - -
    -
  • +
    Pre-season Testing is live. Download now at:
    +
    +
  • +
    + +
    +
    + +
    +
  • +
    @@ -2094,31 +2097,52 @@ export default { .explore-download { position: absolute; right: 30px; - bottom: 90px; - li { - position: relative; - margin-top: 10px; - cursor: pointer; - .download-img { - width: 120px; - height: 35px; - } - .download-img-hover { - display: none; - width: 120px; - height: 120px; - position: absolute; - top: -120px; - left: 0; - z-index: 99; - } - img { - width: 100%; - height: 100%; - } - &:hover { + bottom: 80px; + padding: 40px 20px; + margin-bottom: 10px; + background: url("./../../assets/home/box.png") no-repeat; + background-size: 100% 100%; + .download-title { + font-weight: 700; + text-align: left; + font-size: 16px; + color: #fff; + font-family: 'Poppins-Light'; + } + .download-list { + display: flex; + justify-content: space-between; + li { + position: relative; + margin-top: 10px; + padding-right: 20px; + cursor: pointer; + .download-img { + width: 120px; + height: 35px; + // border-radius: 25px; + // overflow: hidden; + } .download-img-hover { - display: block; + display: none; + width: 120px; + height: 120px; + position: absolute; + top: -120px; + left: 0; + z-index: 99; + } + img { + width: 100%; + height: 100%; + } + &:hover { + .download-img-hover { + display: block; + } + } + &:nth-child(3) { + padding-right: 0px; } } }