Kaynağa Gözat

修改移动端反馈

master
等你 1 ay önce
ebeveyn
işleme
ae3fdbf34d

+ 2
- 1
src/pages/index/App.js Dosyayı Görüntüle

@@ -53,7 +53,8 @@ export default class App {
53 53
         let mySwiper = new Swiper('.bannerSwiper', {
54 54
             // autoplay: false,//可选选项,自动滑动
55 55
             autoplay: {
56
-                delay: 6000,//1秒切换一次
56
+                delay: 5000,//1秒切换一次
57
+                disableOnInteraction: false,
57 58
               },
58 59
             effect: "fade",
59 60
             speed:1000,

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

@@ -1214,6 +1214,8 @@
1214 1214
           height: auto;
1215 1215
           .hisTime{
1216 1216
             display: block;
1217
+            text-align: left;
1218
+            padding: 0px 20px;
1217 1219
           }
1218 1220
           .hisBottom{
1219 1221
             display: none;

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

@@ -1208,22 +1208,22 @@ img{
1208 1208
                     .li_cont{
1209 1209
                         width: 70vw;
1210 1210
                         div:nth-child(1){
1211
-                            font-size: 3.75vw;
1211
+                            font-size: 16px;
1212 1212
                             color: #282828;
1213
-                            line-height: 28px;
1214 1213
                             display: -webkit-box;        /* 使用 Flexbox 布局 */
1215 1214
                             -webkit-box-orient: vertical; /* 垂直方向排列 */
1216 1215
                             -webkit-line-clamp: 1;      /* 限制显示的行数,这里是3行 */
1217 1216
                             overflow: hidden;     
1218 1217
                             font-weight: bold;
1219
-                            margin-bottom: 0;
1218
+                            margin-bottom: 8px;
1219
+                            line-height: normal;
1220 1220
                         }
1221 1221
                         div:nth-child(2){
1222 1222
                             width: auto;
1223 1223
                             height: auto;
1224 1224
                             overflow: unset;
1225 1225
                             line-height: 18px;
1226
-                            font-size: 3.25vw;
1226
+                            font-size: 14px;
1227 1227
                             color: #A7A5A5;
1228 1228
                             padding: 0;
1229 1229
                             display: -webkit-box;        /* 使用 Flexbox 布局 */

+ 5
- 5
src/pages/socialResponsibility/index.less Dosyayı Görüntüle

@@ -567,22 +567,22 @@ a{
567 567
                     .li_cont{
568 568
                         width: 70vw;
569 569
                         div:nth-child(1){
570
-                            font-size: 3.75vw;
570
+                            font-size: 16px;
571 571
                             color: #282828;
572
-                            line-height: 7.5vw;
573 572
                             display: -webkit-box;        /* 使用 Flexbox 布局 */
574 573
                             -webkit-box-orient: vertical; /* 垂直方向排列 */
575 574
                             -webkit-line-clamp: 1;      /* 限制显示的行数,这里是3行 */
576 575
                             overflow: hidden;     
577 576
                             font-weight: bold;
578
-                            margin-bottom: 0;
577
+                            margin-bottom: 8px;
578
+                            line-height: normal;
579 579
                         }
580 580
                         div:nth-child(2){
581 581
                             width: auto;
582 582
                             height: auto;
583 583
                             overflow: unset;
584
-                            line-height: 1.5;
585
-                            font-size: 3.25vw;
584
+                            line-height: 18px;
585
+                            font-size: 14px;
586 586
                             color: #A7A5A5;
587 587
                             padding: 0;
588 588
                             display: -webkit-box;        /* 使用 Flexbox 布局 */

Loading…
İptal
Kaydet