Blame view

frontend/web/css/firstSlider.scss 731 Bytes
eb56e5f2   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  .box-1 {

      transition: 0.5s;

  }

  .mobile-html .box-1 {transition: 0s}

  

  .slide-ul {

  

  }

  .slide-ul .style {position: absolute; bottom: 4px; left: 0; padding: 0 15px;}

  .slide-ul li {

      list-style: none;

      cursor: pointer;

      position: relative;

  }

  .slide-ul li img {

      width: 100%;

      max-width: 100%;

      max-height: 118px;

      box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);

  }

  .time-bloks {

      position: relative;

      bottom: -4px;

      left: 0;

      width: 100%;

      height: 5px;

      background: #5c5a64;

      z-index: 2;

      display: none;

  }

  .slide-ul .active_n .time-bloks {

      display: block;

  }

  .time-bloks-line {

      width: 0;

      height: 100%;

      background: #00aeff;

  }