suomingxiang vor 4 Monaten
Ursprung
Commit
cdd468dc32

+ 1
- 1
src/pages/common/css/common.less Datei anzeigen

@@ -755,7 +755,7 @@ footer{
755 755
                 height: 186px;
756 756
                 position: absolute;
757 757
                 bottom:40px;
758
-                right: -78px;
758
+                right: -82px;
759 759
                 background: url('../images/weixin.png') no-repeat;
760 760
                 background-size: 100%;
761 761
                 opacity: 0;

BIN
src/pages/common/images/weixin.png Datei anzeigen


+ 4
- 0
src/pages/news/index.less Datei anzeigen

@@ -1141,6 +1141,9 @@ img{
1141 1141
                             margin-top: 0;
1142 1142
                         }
1143 1143
                     }
1144
+                    &:nth-child(3){
1145
+                        margin-bottom: 0;
1146
+                    }
1144 1147
                 }
1145 1148
             }
1146 1149
             .tabs_box{
@@ -1185,6 +1188,7 @@ img{
1185 1188
                             -webkit-line-clamp: 1;      /* 限制显示的行数,这里是3行 */
1186 1189
                             overflow: hidden;     
1187 1190
                             font-weight: bold;
1191
+                            margin-bottom: 0;
1188 1192
                         }
1189 1193
                         div:nth-child(2){
1190 1194
                             width: auto;

+ 1
- 0
src/pages/socialResponsibility/index.less Datei anzeigen

@@ -633,6 +633,7 @@ a{
633 633
                             -webkit-line-clamp: 1;      /* 限制显示的行数,这里是3行 */
634 634
                             overflow: hidden;     
635 635
                             font-weight: bold;
636
+                            margin-bottom: 0;
636 637
                         }
637 638
                         div:nth-child(2){
638 639
                             width: auto;

Laden…
Abbrechen
Speichern