username před 1 rokem
rodič
revize
0755fc8f46

binární
public/img/iconTab/afiliado.png


binární
public/img/iconTab/hot.png


binární
public/img/iconTab/rs.png


binární
public/img/pixImg.png


+ 1 - 1
src/app/[locale]/(ordinary)/deposit/page.scss

@@ -10,7 +10,7 @@
       width: .8rem;
       height: .27rem;
       margin: .12rem 0;
-      background: url('/imgs/pixImg.png') no-repeat center;
+      background: url('/img/pixImg.png') no-repeat center;
       background-size: 100% 100%;
     }
     .btn-box {

+ 3 - 3
src/components/Footer/style.scss

@@ -54,7 +54,7 @@
         .icon-afiliado {
           width: .55rem;
           height: .55rem;
-          background: url('/imgs/iconTab/afiliado.png') no-repeat;
+          background: url('/img/iconTab/afiliado.png') no-repeat;
           background-size: 100%;
           margin-bottom: .05rem;
         }
@@ -66,7 +66,7 @@
           font-size: .12rem;
           width: .25rem;
           height: .3rem;
-          background: url('/imgs/iconTab/rs.png') no-repeat;
+          background: url('/img/iconTab/rs.png') no-repeat;
           background-size: 100%;
         }
 
@@ -77,7 +77,7 @@
           font-size: .12rem;
           width: .25rem;
           height: .25rem;
-          background: url('/imgs/iconTab/hot.png') no-repeat;
+          background: url('/img/iconTab/hot.png') no-repeat;
           background-size: 100%;
         }
       }