Browse Source

修改bug

zjm
suomingxiang 4 months ago
parent
commit
cdd468dc32

+ 1
- 1
src/pages/common/css/common.less View File

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

BIN
src/pages/common/images/weixin.png View File


+ 4
- 0
src/pages/news/index.less View File

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

+ 1
- 0
src/pages/socialResponsibility/index.less View File

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

Loading…
Cancel
Save