Kaynağa Gözat

添加产业文字两端对齐

zjm
等你 4 ay önce
ebeveyn
işleme
287458a13d

+ 4
- 0
src/pages/productDec1/index.less Dosyayı Görüntüle

@@ -5,6 +5,9 @@
5 5
     max-width: 1920px;
6 6
     margin: 0 auto;
7 7
     padding-top: 71px;
8
+    .text{
9
+      text-align: justify;
10
+    }
8 11
 }
9 12
 .desCon{
10 13
   width: 100%;
@@ -47,6 +50,7 @@
47 50
     }
48 51
     .text{
49 52
       text-align: left;
53
+      text-align: justify;
50 54
     }
51 55
     &:last-child{
52 56
       padding-bottom: 130px;

+ 1
- 115
src/pages/productDec2/index.less Dosyayı Görüntüle

@@ -1,115 +1 @@
1
-
2
-//pc端样式
3
-.main {
4
-    width: 100%;
5
-    max-width: 1920px;
6
-    margin: 0 auto;
7
-    padding-top: 71px;
8
-}
9
-.desCon{
10
-  width: 100%;
11
-  text-align: center;
12
-  padding-top: 120px;
13
-  .desTop{
14
-    width: 100%;
15
-    max-width: 1300px;
16
-    margin: 0px auto;
17
-    display: flex;
18
-    text-align: left;
19
-    padding-bottom: 46px;
20
-    &>div{
21
-      width: 50%;
22
-    }
23
-  }
24
-  .desTopImg{
25
-    width: 100%;
26
-    max-width: 1500px;
27
-    margin: 0px auto;
28
-    padding-bottom: 140px;
29
-    img{
30
-      width: 100%;
31
-      display: block;
32
-    }
33
-  }
34
-  .desLi{
35
-    width: 100%;
36
-    max-width: 1300px;
37
-    margin: 0px auto;
38
-    padding-bottom: 150px;
39
-    img{
40
-      width: 100%;
41
-      display: block;
42
-      margin-bottom: 50px;
43
-    }
44
-    .title{
45
-      font-size: 36px;
46
-      margin-bottom: 16px;
47
-    }
48
-    .text{
49
-      text-align: left;
50
-    }
51
-    &:last-child{
52
-      padding-bottom: 130px;
53
-    }
54
-  }
55
-}
56
-
57
-
58
-@media screen and (min-width: 801px) and (max-width: 1400px) {
59
-  
60
-}
61
-@media screen and (min-width:800px){
62
-  
63
-}
64
-.mTxt{
65
-  display: none;
66
-}
67
-//移动端样式
68
-@media screen and (max-width:800px) {
69
-  .pcTxt{
70
-    display: none;
71
-  }
72
-  .mTxt{
73
-    display: block;
74
-  }
75
-  .main{
76
-    padding-top: 61px;
77
-  }
78
-  .desCon{
79
-    padding-top: 50px;
80
-    box-sizing: border-box;
81
-    padding-left: 15px;
82
-    padding-right: 15px;
83
-    // .text{
84
-    //   font-size: 14px;
85
-    //   line-height: 22px;
86
-    // }
87
-    .desTop{
88
-      padding-bottom: 30px;
89
-      flex-wrap: wrap;
90
-      .title{
91
-        text-align: center;
92
-        margin-bottom: 20px;
93
-      }
94
-      &>div{
95
-        width: 100%;
96
-      }
97
-    }
98
-    .desTopImg{
99
-      padding-bottom: 70px;
100
-    }
101
-    .desLi{
102
-      padding-bottom: 70px;
103
-      img{
104
-        margin-bottom: 28px;
105
-      }
106
-      .title{
107
-        font-size: 15px;
108
-        line-height: 20px;
109
-      }
110
-      &:last-child {
111
-        padding-bottom: 70px;
112
-    }
113
-    }
114
-  }
115
-}
1
+@import "../productDec1/index.less";

+ 1
- 115
src/pages/productDec3/index.less Dosyayı Görüntüle

@@ -1,115 +1 @@
1
-
2
-//pc端样式
3
-.main {
4
-    width: 100%;
5
-    max-width: 1920px;
6
-    margin: 0 auto;
7
-    padding-top: 71px;
8
-}
9
-.desCon{
10
-  width: 100%;
11
-  text-align: center;
12
-  padding-top: 120px;
13
-  .desTop{
14
-    width: 100%;
15
-    max-width: 1300px;
16
-    margin: 0px auto;
17
-    display: flex;
18
-    text-align: left;
19
-    padding-bottom: 46px;
20
-    &>div{
21
-      width: 50%;
22
-    }
23
-  }
24
-  .desTopImg{
25
-    width: 100%;
26
-    max-width: 1500px;
27
-    margin: 0px auto;
28
-    padding-bottom: 140px;
29
-    img{
30
-      width: 100%;
31
-      display: block;
32
-    }
33
-  }
34
-  .desLi{
35
-    width: 100%;
36
-    max-width: 1300px;
37
-    margin: 0px auto;
38
-    padding-bottom: 150px;
39
-    img{
40
-      width: 100%;
41
-      display: block;
42
-      margin-bottom: 50px;
43
-    }
44
-    .title{
45
-      font-size: 36px;
46
-      margin-bottom: 16px;
47
-    }
48
-    .text{
49
-      text-align: left;
50
-    }
51
-    &:last-child{
52
-      padding-bottom: 130px;
53
-    }
54
-  }
55
-}
56
-
57
-
58
-@media screen and (min-width: 801px) and (max-width: 1400px) {
59
-  
60
-}
61
-@media screen and (min-width:800px){
62
-  
63
-}
64
-.mTxt{
65
-  display: none;
66
-}
67
-//移动端样式
68
-@media screen and (max-width:800px) {
69
-  .pcTxt{
70
-    display: none;
71
-  }
72
-  .mTxt{
73
-    display: block;
74
-  }
75
-  .main{
76
-    padding-top: 61px;
77
-  }
78
-  .desCon{
79
-    padding-top: 50px;
80
-    box-sizing: border-box;
81
-    padding-left: 15px;
82
-    padding-right: 15px;
83
-    // .text{
84
-    //   font-size: 14px;
85
-    //   line-height: 22px;
86
-    // }
87
-    .desTop{
88
-      padding-bottom: 30px;
89
-      flex-wrap: wrap;
90
-      .title{
91
-        text-align: center;
92
-        margin-bottom: 20px;
93
-      }
94
-      &>div{
95
-        width: 100%;
96
-      }
97
-    }
98
-    .desTopImg{
99
-      padding-bottom: 70px;
100
-    }
101
-    .desLi{
102
-      padding-bottom: 70px;
103
-      img{
104
-        margin-bottom: 28px;
105
-      }
106
-      .title{
107
-        font-size: 15px;
108
-        line-height: 20px;
109
-      }
110
-      &:last-child {
111
-        padding-bottom: 70px;
112
-    }
113
-    }
114
-  }
115
-}
1
+@import "../productDec1/index.less";

+ 1
- 115
src/pages/productDec4/index.less Dosyayı Görüntüle

@@ -1,115 +1 @@
1
-
2
-//pc端样式
3
-.main {
4
-    width: 100%;
5
-    max-width: 1920px;
6
-    margin: 0 auto;
7
-    padding-top: 71px;
8
-}
9
-.desCon{
10
-  width: 100%;
11
-  text-align: center;
12
-  padding-top: 120px;
13
-  .desTop{
14
-    width: 100%;
15
-    max-width: 1300px;
16
-    margin: 0px auto;
17
-    display: flex;
18
-    text-align: left;
19
-    padding-bottom: 46px;
20
-    &>div{
21
-      width: 50%;
22
-    }
23
-  }
24
-  .desTopImg{
25
-    width: 100%;
26
-    max-width: 1500px;
27
-    margin: 0px auto;
28
-    padding-bottom: 140px;
29
-    img{
30
-      width: 100%;
31
-      display: block;
32
-    }
33
-  }
34
-  .desLi{
35
-    width: 100%;
36
-    max-width: 1300px;
37
-    margin: 0px auto;
38
-    padding-bottom: 150px;
39
-    img{
40
-      width: 100%;
41
-      display: block;
42
-      margin-bottom: 50px;
43
-    }
44
-    .title{
45
-      font-size: 36px;
46
-      margin-bottom: 16px;
47
-    }
48
-    .text{
49
-      text-align: left;
50
-    }
51
-    &:last-child{
52
-      padding-bottom: 130px;
53
-    }
54
-  }
55
-}
56
-
57
-
58
-@media screen and (min-width: 801px) and (max-width: 1400px) {
59
-  
60
-}
61
-@media screen and (min-width:800px){
62
-  
63
-}
64
-.mTxt{
65
-  display: none;
66
-}
67
-//移动端样式
68
-@media screen and (max-width:800px) {
69
-  .pcTxt{
70
-    display: none;
71
-  }
72
-  .mTxt{
73
-    display: block;
74
-  }
75
-  .main{
76
-    padding-top: 61px;
77
-  }
78
-  .desCon{
79
-    padding-top: 50px;
80
-    box-sizing: border-box;
81
-    padding-left: 15px;
82
-    padding-right: 15px;
83
-    // .text{
84
-    //   font-size: 14px;
85
-    //   line-height: 22px;
86
-    // }
87
-    .desTop{
88
-      padding-bottom: 30px;
89
-      flex-wrap: wrap;
90
-      .title{
91
-        text-align: center;
92
-        margin-bottom: 20px;
93
-      }
94
-      &>div{
95
-        width: 100%;
96
-      }
97
-    }
98
-    .desTopImg{
99
-      padding-bottom: 70px;
100
-    }
101
-    .desLi{
102
-      padding-bottom: 70px;
103
-      img{
104
-        margin-bottom: 28px;
105
-      }
106
-      .title{
107
-        font-size: 15px;
108
-        line-height: 20px;
109
-      }
110
-      &:last-child {
111
-        padding-bottom: 70px;
112
-    }
113
-    }
114
-  }
115
-}
1
+@import "../productDec1/index.less";

+ 1
- 115
src/pages/productDec5/index.less Dosyayı Görüntüle

@@ -1,115 +1 @@
1
-
2
-//pc端样式
3
-.main {
4
-    width: 100%;
5
-    max-width: 1920px;
6
-    margin: 0 auto;
7
-    padding-top: 71px;
8
-}
9
-.desCon{
10
-  width: 100%;
11
-  text-align: center;
12
-  padding-top: 120px;
13
-  .desTop{
14
-    width: 100%;
15
-    max-width: 1300px;
16
-    margin: 0px auto;
17
-    display: flex;
18
-    text-align: left;
19
-    padding-bottom: 46px;
20
-    &>div{
21
-      width: 50%;
22
-    }
23
-  }
24
-  .desTopImg{
25
-    width: 100%;
26
-    max-width: 1500px;
27
-    margin: 0px auto;
28
-    padding-bottom: 140px;
29
-    img{
30
-      width: 100%;
31
-      display: block;
32
-    }
33
-  }
34
-  .desLi{
35
-    width: 100%;
36
-    max-width: 1300px;
37
-    margin: 0px auto;
38
-    padding-bottom: 150px;
39
-    img{
40
-      width: 100%;
41
-      display: block;
42
-      margin-bottom: 50px;
43
-    }
44
-    .title{
45
-      font-size: 36px;
46
-      margin-bottom: 16px;
47
-    }
48
-    .text{
49
-      text-align: left;
50
-    }
51
-    &:last-child{
52
-      padding-bottom: 130px;
53
-    }
54
-  }
55
-}
56
-
57
-
58
-@media screen and (min-width: 801px) and (max-width: 1400px) {
59
-  
60
-}
61
-@media screen and (min-width:800px){
62
-  
63
-}
64
-.mTxt{
65
-  display: none;
66
-}
67
-//移动端样式
68
-@media screen and (max-width:800px) {
69
-  .pcTxt{
70
-    display: none;
71
-  }
72
-  .mTxt{
73
-    display: block;
74
-  }
75
-  .main{
76
-    padding-top: 61px;
77
-  }
78
-  .desCon{
79
-    padding-top: 50px;
80
-    box-sizing: border-box;
81
-    padding-left: 15px;
82
-    padding-right: 15px;
83
-    // .text{
84
-    //   font-size: 14px;
85
-    //   line-height: 22px;
86
-    // }
87
-    .desTop{
88
-      padding-bottom: 30px;
89
-      flex-wrap: wrap;
90
-      .title{
91
-        text-align: center;
92
-        margin-bottom: 20px;
93
-      }
94
-      &>div{
95
-        width: 100%;
96
-      }
97
-    }
98
-    .desTopImg{
99
-      padding-bottom: 70px;
100
-    }
101
-    .desLi{
102
-      padding-bottom: 70px;
103
-      img{
104
-        margin-bottom: 28px;
105
-      }
106
-      .title{
107
-        font-size: 15px;
108
-        line-height: 20px;
109
-      }
110
-      &:last-child {
111
-        padding-bottom: 70px;
112
-    }
113
-    }
114
-  }
115
-}
1
+@import "../productDec1/index.less";

+ 1
- 115
src/pages/productDec6/index.less Dosyayı Görüntüle

@@ -1,115 +1 @@
1
-
2
-//pc端样式
3
-.main {
4
-    width: 100%;
5
-    max-width: 1920px;
6
-    margin: 0 auto;
7
-    padding-top: 71px;
8
-}
9
-.desCon{
10
-  width: 100%;
11
-  text-align: center;
12
-  padding-top: 120px;
13
-  .desTop{
14
-    width: 100%;
15
-    max-width: 1300px;
16
-    margin: 0px auto;
17
-    display: flex;
18
-    text-align: left;
19
-    padding-bottom: 46px;
20
-    &>div{
21
-      width: 50%;
22
-    }
23
-  }
24
-  .desTopImg{
25
-    width: 100%;
26
-    max-width: 1500px;
27
-    margin: 0px auto;
28
-    padding-bottom: 140px;
29
-    img{
30
-      width: 100%;
31
-      display: block;
32
-    }
33
-  }
34
-  .desLi{
35
-    width: 100%;
36
-    max-width: 1300px;
37
-    margin: 0px auto;
38
-    padding-bottom: 150px;
39
-    img{
40
-      width: 100%;
41
-      display: block;
42
-      margin-bottom: 50px;
43
-    }
44
-    .title{
45
-      font-size: 36px;
46
-      margin-bottom: 16px;
47
-    }
48
-    .text{
49
-      text-align: left;
50
-    }
51
-    &:last-child{
52
-      padding-bottom: 130px;
53
-    }
54
-  }
55
-}
56
-
57
-
58
-@media screen and (min-width: 801px) and (max-width: 1400px) {
59
-  
60
-}
61
-@media screen and (min-width:800px){
62
-  
63
-}
64
-.mTxt{
65
-  display: none;
66
-}
67
-//移动端样式
68
-@media screen and (max-width:800px) {
69
-  .pcTxt{
70
-    display: none;
71
-  }
72
-  .mTxt{
73
-    display: block;
74
-  }
75
-  .main{
76
-    padding-top: 61px;
77
-  }
78
-  .desCon{
79
-    padding-top: 50px;
80
-    box-sizing: border-box;
81
-    padding-left: 15px;
82
-    padding-right: 15px;
83
-    // .text{
84
-    //   font-size: 14px;
85
-    //   line-height: 22px;
86
-    // }
87
-    .desTop{
88
-      padding-bottom: 30px;
89
-      flex-wrap: wrap;
90
-      .title{
91
-        text-align: center;
92
-        margin-bottom: 20px;
93
-      }
94
-      &>div{
95
-        width: 100%;
96
-      }
97
-    }
98
-    .desTopImg{
99
-      padding-bottom: 70px;
100
-    }
101
-    .desLi{
102
-      padding-bottom: 70px;
103
-      img{
104
-        margin-bottom: 28px;
105
-      }
106
-      .title{
107
-        font-size: 15px;
108
-        line-height: 20px;
109
-      }
110
-      &:last-child {
111
-        padding-bottom: 70px;
112
-    }
113
-    }
114
-  }
115
-}
1
+@import "../productDec1/index.less";

+ 1
- 115
src/pages/productDec7/index.less Dosyayı Görüntüle

@@ -1,115 +1 @@
1
-
2
-//pc端样式
3
-.main {
4
-    width: 100%;
5
-    max-width: 1920px;
6
-    margin: 0 auto;
7
-    padding-top: 71px;
8
-}
9
-.desCon{
10
-  width: 100%;
11
-  text-align: center;
12
-  padding-top: 120px;
13
-  .desTop{
14
-    width: 100%;
15
-    max-width: 1300px;
16
-    margin: 0px auto;
17
-    display: flex;
18
-    text-align: left;
19
-    padding-bottom: 46px;
20
-    &>div{
21
-      width: 50%;
22
-    }
23
-  }
24
-  .desTopImg{
25
-    width: 100%;
26
-    max-width: 1500px;
27
-    margin: 0px auto;
28
-    padding-bottom: 140px;
29
-    img{
30
-      width: 100%;
31
-      display: block;
32
-    }
33
-  }
34
-  .desLi{
35
-    width: 100%;
36
-    max-width: 1300px;
37
-    margin: 0px auto;
38
-    padding-bottom: 150px;
39
-    img{
40
-      width: 100%;
41
-      display: block;
42
-      margin-bottom: 50px;
43
-    }
44
-    .title{
45
-      font-size: 36px;
46
-      margin-bottom: 16px;
47
-    }
48
-    .text{
49
-      text-align: left;
50
-    }
51
-    &:last-child{
52
-      padding-bottom: 130px;
53
-    }
54
-  }
55
-}
56
-
57
-
58
-@media screen and (min-width: 801px) and (max-width: 1400px) {
59
-  
60
-}
61
-@media screen and (min-width:800px){
62
-  
63
-}
64
-.mTxt{
65
-  display: none;
66
-}
67
-//移动端样式
68
-@media screen and (max-width:800px) {
69
-  .pcTxt{
70
-    display: none;
71
-  }
72
-  .mTxt{
73
-    display: block;
74
-  }
75
-  .main{
76
-    padding-top: 61px;
77
-  }
78
-  .desCon{
79
-    padding-top: 50px;
80
-    box-sizing: border-box;
81
-    padding-left: 15px;
82
-    padding-right: 15px;
83
-    // .text{
84
-    //   font-size: 14px;
85
-    //   line-height: 22px;
86
-    // }
87
-    .desTop{
88
-      padding-bottom: 30px;
89
-      flex-wrap: wrap;
90
-      .title{
91
-        text-align: center;
92
-        margin-bottom: 20px;
93
-      }
94
-      &>div{
95
-        width: 100%;
96
-      }
97
-    }
98
-    .desTopImg{
99
-      padding-bottom: 70px;
100
-    }
101
-    .desLi{
102
-      padding-bottom: 70px;
103
-      img{
104
-        margin-bottom: 28px;
105
-      }
106
-      .title{
107
-        font-size: 15px;
108
-        line-height: 20px;
109
-      }
110
-      &:last-child {
111
-        padding-bottom: 70px;
112
-    }
113
-    }
114
-  }
115
-}
1
+@import "../productDec1/index.less";

+ 1
- 115
src/pages/productDec8/index.less Dosyayı Görüntüle

@@ -1,115 +1 @@
1
-
2
-//pc端样式
3
-.main {
4
-    width: 100%;
5
-    max-width: 1920px;
6
-    margin: 0 auto;
7
-    padding-top: 71px;
8
-}
9
-.desCon{
10
-  width: 100%;
11
-  text-align: center;
12
-  padding-top: 120px;
13
-  .desTop{
14
-    width: 100%;
15
-    max-width: 1300px;
16
-    margin: 0px auto;
17
-    display: flex;
18
-    text-align: left;
19
-    padding-bottom: 46px;
20
-    &>div{
21
-      width: 50%;
22
-    }
23
-  }
24
-  .desTopImg{
25
-    width: 100%;
26
-    max-width: 1500px;
27
-    margin: 0px auto;
28
-    padding-bottom: 140px;
29
-    img{
30
-      width: 100%;
31
-      display: block;
32
-    }
33
-  }
34
-  .desLi{
35
-    width: 100%;
36
-    max-width: 1300px;
37
-    margin: 0px auto;
38
-    padding-bottom: 150px;
39
-    img{
40
-      width: 100%;
41
-      display: block;
42
-      margin-bottom: 50px;
43
-    }
44
-    .title{
45
-      font-size: 36px;
46
-      margin-bottom: 16px;
47
-    }
48
-    .text{
49
-      text-align: left;
50
-    }
51
-    &:last-child{
52
-      padding-bottom: 130px;
53
-    }
54
-  }
55
-}
56
-
57
-
58
-@media screen and (min-width: 801px) and (max-width: 1400px) {
59
-  
60
-}
61
-@media screen and (min-width:800px){
62
-  
63
-}
64
-.mTxt{
65
-  display: none;
66
-}
67
-//移动端样式
68
-@media screen and (max-width:800px) {
69
-  .pcTxt{
70
-    display: none;
71
-  }
72
-  .mTxt{
73
-    display: block;
74
-  }
75
-  .main{
76
-    padding-top: 61px;
77
-  }
78
-  .desCon{
79
-    padding-top: 50px;
80
-    box-sizing: border-box;
81
-    padding-left: 15px;
82
-    padding-right: 15px;
83
-    // .text{
84
-    //   font-size: 14px;
85
-    //   line-height: 22px;
86
-    // }
87
-    .desTop{
88
-      padding-bottom: 30px;
89
-      flex-wrap: wrap;
90
-      .title{
91
-        text-align: center;
92
-        margin-bottom: 20px;
93
-      }
94
-      &>div{
95
-        width: 100%;
96
-      }
97
-    }
98
-    .desTopImg{
99
-      padding-bottom: 70px;
100
-    }
101
-    .desLi{
102
-      padding-bottom: 70px;
103
-      img{
104
-        margin-bottom: 28px;
105
-      }
106
-      .title{
107
-        font-size: 15px;
108
-        line-height: 20px;
109
-      }
110
-      &:last-child {
111
-        padding-bottom: 70px;
112
-    }
113
-    }
114
-  }
115
-}
1
+@import "../productDec1/index.less";

+ 1
- 115
src/pages/productDec9/index.less Dosyayı Görüntüle

@@ -1,115 +1 @@
1
-
2
-//pc端样式
3
-.main {
4
-    width: 100%;
5
-    max-width: 1920px;
6
-    margin: 0 auto;
7
-    padding-top: 71px;
8
-}
9
-.desCon{
10
-  width: 100%;
11
-  text-align: center;
12
-  padding-top: 120px;
13
-  .desTop{
14
-    width: 100%;
15
-    max-width: 1300px;
16
-    margin: 0px auto;
17
-    display: flex;
18
-    text-align: left;
19
-    padding-bottom: 46px;
20
-    &>div{
21
-      width: 50%;
22
-    }
23
-  }
24
-  .desTopImg{
25
-    width: 100%;
26
-    max-width: 1500px;
27
-    margin: 0px auto;
28
-    padding-bottom: 140px;
29
-    img{
30
-      width: 100%;
31
-      display: block;
32
-    }
33
-  }
34
-  .desLi{
35
-    width: 100%;
36
-    max-width: 1300px;
37
-    margin: 0px auto;
38
-    padding-bottom: 150px;
39
-    img{
40
-      width: 100%;
41
-      display: block;
42
-      margin-bottom: 50px;
43
-    }
44
-    .title{
45
-      font-size: 36px;
46
-      margin-bottom: 16px;
47
-    }
48
-    .text{
49
-      text-align: left;
50
-    }
51
-    &:last-child{
52
-      padding-bottom: 130px;
53
-    }
54
-  }
55
-}
56
-
57
-
58
-@media screen and (min-width: 801px) and (max-width: 1400px) {
59
-  
60
-}
61
-@media screen and (min-width:800px){
62
-  
63
-}
64
-.mTxt{
65
-  display: none;
66
-}
67
-//移动端样式
68
-@media screen and (max-width:800px) {
69
-  .pcTxt{
70
-    display: none;
71
-  }
72
-  .mTxt{
73
-    display: block;
74
-  }
75
-  .main{
76
-    padding-top: 61px;
77
-  }
78
-  .desCon{
79
-    padding-top: 50px;
80
-    box-sizing: border-box;
81
-    padding-left: 15px;
82
-    padding-right: 15px;
83
-    // .text{
84
-    //   font-size: 14px;
85
-    //   line-height: 22px;
86
-    // }
87
-    .desTop{
88
-      padding-bottom: 30px;
89
-      flex-wrap: wrap;
90
-      .title{
91
-        text-align: center;
92
-        margin-bottom: 20px;
93
-      }
94
-      &>div{
95
-        width: 100%;
96
-      }
97
-    }
98
-    .desTopImg{
99
-      padding-bottom: 70px;
100
-    }
101
-    .desLi{
102
-      padding-bottom: 70px;
103
-      img{
104
-        margin-bottom: 28px;
105
-      }
106
-      .title{
107
-        font-size: 15px;
108
-        line-height: 20px;
109
-      }
110
-      &:last-child {
111
-        padding-bottom: 70px;
112
-    }
113
-    }
114
-  }
115
-}
1
+@import "../productDec1/index.less";

Loading…
İptal
Kaydet