浏览代码

netrika informer style

anatoly 6 年之前
父节点
当前提交
86440cba15
共有 3 个文件被更改,包括 17 次插入1 次删除
  1. 5 0
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 12 1
      src/files/scss/_base-style.scss

+ 5 - 0
src/files/css/main.css

@@ -8761,6 +8761,11 @@ footer .copyright .logo {
     margin-top: -15px;
     margin-top: -15px;
     z-index: 3; }
     z-index: 3; }
 
 
+a[href^="https://metrika.yandex.ru"] {
+  position: absolute;
+  bottom: 10px;
+  right: 10px; }
+
 .text-page__text h2, .special-page__article h2, .full-news__text h2, .special-items__h2, .index-about h2 {
 .text-page__text h2, .special-page__article h2, .full-news__text h2, .special-items__h2, .index-about h2 {
   font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
   font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
   font-size: 25px;
   font-size: 25px;

文件差异内容过多而无法显示
+ 0 - 0
src/files/css/main.css.map


+ 12 - 1
src/files/scss/_base-style.scss

@@ -3,6 +3,7 @@
 p {
 p {
     a {
     a {
         text-decoration: underline;
         text-decoration: underline;
+
         &:hover {
         &:hover {
             text-decoration: none;
             text-decoration: none;
         }
         }
@@ -19,6 +20,7 @@ body {
         bottom: 0;
         bottom: 0;
     }
     }
 }
 }
+
 header {
 header {
     position: fixed;
     position: fixed;
     /*height: 45px;*/
     /*height: 45px;*/
@@ -291,7 +293,7 @@ header .menu-mobile ul li a:hover {
     font-family: $fontcuprum;
     font-family: $fontcuprum;
     font-weight: 700;
     font-weight: 700;
     color: #004d7b;
     color: #004d7b;
-    @media(min-width: 1201px){
+    @media(min-width: 1201px) {
         max-width: 790px;
         max-width: 790px;
     }
     }
 }
 }
@@ -2593,6 +2595,7 @@ footer .copyright .logo {
 
 
 .slide-fancybox-video {
 .slide-fancybox-video {
     position: relative;
     position: relative;
+
     &:before {
     &:before {
         display: block;
         display: block;
         content: '';
         content: '';
@@ -2607,9 +2610,11 @@ footer .copyright .logo {
         border-radius: 5px;
         border-radius: 5px;
         z-index: 2;
         z-index: 2;
     }
     }
+
     &:hover:before {
     &:hover:before {
         background: #bd0505;
         background: #bd0505;
     }
     }
+
     &:after {
     &:after {
         display: block;
         display: block;
         content: '';
         content: '';
@@ -2625,4 +2630,10 @@ footer .copyright .logo {
         margin-top: -15px;
         margin-top: -15px;
         z-index: 3;
         z-index: 3;
     }
     }
+}
+
+a[href^="https://metrika.yandex.ru"] {
+    position: absolute;
+    bottom: 10px;
+    right: 10px;
 }
 }

部分文件因为文件数量过多而无法显示