cr 5 gadi atpakaļ
vecāks
revīzija
f2d3213e8d

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1 - 1
web_html/assets/css/maps/style.css.map


+ 45 - 132
web_html/assets/css/style.css

@@ -402,138 +402,6 @@ header .search-icon img {
402 402
      object-fit: contain;
403 403
 }
404 404
 
405
-.nav-list {
406
-  position: fixed;
407
-  top: 0;
408
-  left: 0;
409
-  width: 100%;
410
-  height: 100vh;
411
-  background-color: #8FC31F;
412
-  background: linear-gradient(145deg, #8FC31F 0%, #036EB8 100%);
413
-  z-index: 80;
414
-  display: none;
415
-  transition: opacity .6s ease;
416
-}
417
-
418
-.nav-list.active {
419
-  display: block;
420
-  opacity: 1;
421
-}
422
-
423
-.nav-list .w .first-level {
424
-  padding-top: 20%;
425
-}
426
-
427
-.nav-list .w .first-level:after {
428
-  content: "";
429
-  clear: both;
430
-  display: block;
431
-  visibility: hidden;
432
-  width: 0;
433
-  height: 0;
434
-}
435
-
436
-.nav-list .w .first-level li {
437
-  float: left;
438
-  font-size: 16px;
439
-  color: #fff;
440
-  margin-right: 80px;
441
-}
442
-
443
-.nav-list .w .first-level li a {
444
-  display: block;
445
-  position: relative;
446
-  padding-left: 100px;
447
-  transition: all .5s ease;
448
-}
449
-
450
-.nav-list .w .first-level li a::after {
451
-  content: '';
452
-  position: absolute;
453
-  z-index: 1;
454
-  left: 0;
455
-  top: 50%;
456
-  transform: translateY(-50%);
457
-  transition: all .5s ease;
458
-  width: 80px;
459
-  background-color: #fff;
460
-  height: 1px;
461
-  transition: all .5s ease;
462
-}
463
-
464
-.nav-list .w .first-level li a:hover {
465
-  padding-left: 80px;
466
-  padding-right: 20px;
467
-}
468
-
469
-.nav-list .w .first-level li a:hover::after {
470
-  width: 60px;
471
-}
472
-
473
-.nav-list .w .sec-level {
474
-  margin-top: 80px;
475
-  display: flex;
476
-  justify-content: space-between;
477
-  position: relative;
478
-}
479
-
480
-.nav-list .w .sec-level li {
481
-  color: #fff;
482
-}
483
-
484
-.nav-list .w .sec-level li h2 {
485
-  font-size: 24px;
486
-  font-weight: 600;
487
-  cursor: pointer;
488
-  margin-bottom: 60px;
489
-}
490
-
491
-.nav-list .w .sec-level li h2 span {
492
-  margin-right: 20px;
493
-}
494
-
495
-.nav-list .w .sec-level li a {
496
-  display: block;
497
-  font-size: 16px;
498
-  margin-bottom: 32px;
499
-  padding-left: 20px;
500
-  transition: all .3s ease;
501
-  position: relative;
502
-}
503
-
504
-.nav-list .w .sec-level li a::after {
505
-  content: '';
506
-  position: absolute;
507
-  z-index: 1;
508
-  left: 20px;
509
-  height: 1px;
510
-  background-color: #fff;
511
-  bottom: 4px;
512
-  width: 0;
513
-}
514
-
515
-.nav-list .w .sec-level li a:hover {
516
-  padding-left: 35px;
517
-}
518
-
519
-.nav-list .w .sec-level li a:hover::after {
520
-  width: 10px;
521
-}
522
-
523
-.nav-list .w .sec-level::after {
524
-  content: '';
525
-  position: absolute;
526
-  z-index: 1;
527
-}
528
-
529
-.nav-list .line {
530
-  position: absolute;
531
-  z-index: 1;
532
-  left: 0;
533
-  height: 1px;
534
-  background-color: #fff;
535
-}
536
-
537 405
 .mobile-head {
538 406
   display: none;
539 407
   height: 0.55rem;
@@ -911,6 +779,51 @@ footer .copyright .nav li::after {
911 779
   background-color: #fff;
912 780
 }
913 781
 
782
+@media (max-width: 992px) {
783
+  footer {
784
+    margin-top: 0.5rem;
785
+    padding-top: 0.4rem;
786
+  }
787
+  footer .wrap .left {
788
+    float: none;
789
+  }
790
+  footer .wrap .right {
791
+    float: none;
792
+  }
793
+  footer .wrap .right .img {
794
+    margin-left: 0;
795
+    margin-right: 0.2rem;
796
+  }
797
+  footer .contact {
798
+    margin-bottom: 0.2rem;
799
+  }
800
+  footer .friendly {
801
+    display: none;
802
+    margin-top: 0.3rem;
803
+    border-bottom: none;
804
+  }
805
+  footer .friendly li {
806
+    margin-bottom: 0.05rem;
807
+  }
808
+  footer .copyright {
809
+    display: flex;
810
+    flex-direction: column-reverse;
811
+    flex-wrap: wrap;
812
+    margin-top: 0.2rem;
813
+  }
814
+  footer .copyright p {
815
+    float: none;
816
+    width: 100%;
817
+  }
818
+  footer .copyright .nav {
819
+    float: none;
820
+    width: 100%;
821
+    padding-bottom: 0.2rem;
822
+    margin-bottom: 0.15rem;
823
+    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
824
+  }
825
+}
826
+
914 827
 html {
915 828
   font-size: 100px !important;
916 829
 }

+ 48 - 0
web_html/src/scss/components/_footer.scss

@@ -77,4 +77,52 @@ footer {
77 77
             }
78 78
         }
79 79
     }
80
+}
81
+
82
+
83
+@media (max-width:992px) {
84
+    footer{
85
+        margin-top: 0.5rem;
86
+        padding-top: 0.4rem;
87
+        .wrap{
88
+            .left{
89
+                float: none;
90
+            }
91
+            .right{
92
+                float: none;
93
+                .img{
94
+                    margin-left: 0;
95
+                    margin-right: 0.2rem;
96
+                }
97
+            }
98
+        }
99
+        .contact{
100
+            margin-bottom: 0.2rem;
101
+        }
102
+        .friendly{
103
+            display: none;
104
+            margin-top: 0.3rem;
105
+            border-bottom: none;
106
+            li{
107
+                margin-bottom: 0.05rem;
108
+            }
109
+        }
110
+        .copyright{
111
+            display: flex;
112
+            flex-direction:column-reverse;
113
+            flex-wrap: wrap;
114
+            margin-top: 0.2rem;
115
+            p{
116
+                float: none;
117
+                width: 100%;
118
+            }
119
+            .nav{
120
+                float: none;
121
+                width: 100%;
122
+                padding-bottom: 0.2rem;
123
+                margin-bottom: 0.15rem;
124
+                border-bottom: 1px solid rgba(255,255,255,0.3);
125
+            }
126
+        }
127
+    }
80 128
 }

+ 0 - 131
web_html/src/scss/components/_header.scss

@@ -120,137 +120,6 @@ header {
120 120
         }
121 121
     }
122 122
 }
123
-
124
-.nav-list {
125
-    position: fixed;
126
-    top: 0;
127
-    left: 0;
128
-    width: 100%;
129
-    height: 100vh;
130
-    background-color: $color;
131
-    background: linear-gradient(145deg, $color 0%, $color2 100%);
132
-    z-index: 80;
133
-    display: none;
134
-    // opacity: 0;
135
-    transition: opacity .6s ease;
136
-    // position: relative;
137
-
138
-    &.active {
139
-        display: block;
140
-        opacity: 1;
141
-    }
142
-
143
-    .w {
144
-        .first-level {
145
-            padding-top: 20%;
146
-            @include clear();
147
-
148
-            li {
149
-                float: left;
150
-                font-size: 16px;
151
-                color: #fff;
152
-                margin-right: 80px;
153
-
154
-                a {
155
-                    display: block;
156
-                    position: relative;
157
-                    padding-left: 100px;
158
-                    transition: all .5s ease;
159
-
160
-                    &::after {
161
-                        content: '';
162
-                        position: absolute;
163
-                        z-index: 1;
164
-                        left: 0;
165
-                        top: 50%;
166
-                        transform: translateY(-50%);
167
-                        transition: all .5s ease;
168
-                        width: 80px;
169
-                        background-color: #fff;
170
-                        height: 1px;
171
-                        transition: all .5s ease;
172
-                    }
173
-
174
-                    &:hover {
175
-                        padding-left: 80px;
176
-                        padding-right: 20px;
177
-
178
-                        &::after {
179
-                            width: 60px;
180
-                        }
181
-                    }
182
-                }
183
-            }
184
-        }
185
-
186
-        .sec-level {
187
-            margin-top: 80px;
188
-            display: flex;
189
-            justify-content: space-between;
190
-            position: relative;
191
-
192
-            li {
193
-
194
-                color: #fff;
195
-
196
-                h2 {
197
-                    font-size: 24px;
198
-                    font-weight: 600;
199
-                    cursor: pointer;
200
-                    margin-bottom: 60px;
201
-
202
-                    span {
203
-                        margin-right: 20px;
204
-                    }
205
-                }
206
-
207
-                a {
208
-                    display: block;
209
-                    font-size: 16px;
210
-                    margin-bottom: 32px;
211
-                    padding-left: 20px;
212
-                    transition: all .3s ease;
213
-                    position: relative;
214
-
215
-                    &::after {
216
-                        content: '';
217
-                        position: absolute;
218
-                        z-index: 1;
219
-                        left: 20px;
220
-                        height: 1px;
221
-                        background-color: #fff;
222
-                        bottom: 4px;
223
-                        width: 0;
224
-                    }
225
-
226
-                    &:hover {
227
-                        padding-left: 35px;
228
-
229
-                        &::after {
230
-                            width: 10px;
231
-                        }
232
-                    }
233
-                }
234
-            }
235
-
236
-            &::after {
237
-                content: '';
238
-                position: absolute;
239
-                z-index: 1;
240
-
241
-            }
242
-        }
243
-    }
244
-
245
-    .line {
246
-        position: absolute;
247
-        z-index: 1;
248
-        left: 0;
249
-        height: 1px;
250
-        background-color: #fff;
251
-    }
252
-}
253
-
254 123
 .mobile-head {
255 124
     display: none;
256 125
     height: 0.55rem;