迅睿CMS框架是一款PHP8高性能·簡單易用的CMS開源開發框架,基于MIT開源許可協議發布,免費且不限制商業使用,是免費開源的產品,以萬端互聯為設計理念,支持的微信公眾號、小程序、APP客戶端、移動端網站、PC網站等多終端式管理系統。
聯系官方銷售客服
1835022288
028-61286886
文章正文里面有img,有表格
求如何能把img的高寬設置為100%,表格寬度也解除,從織夢轉過來的內容,圖片和表格都超出了邊界。
圖片和表格都撐破了
內容去掉圖片寬度:http://www.zbshanke.com/wenda/44340.html
這方法很硬!
.class img {
width: 100%!important;
height: auto!important;
}
好吧,這個操作夠硬
.class img{ width:100%!important;height:100%!important; text-align:center; }
.class table{ width:100%!important;height:100%!important;}
強制騷操作,完美解決
內容去掉圖片寬度:http://www.zbshanke.com/wenda/44340.html
這方法很硬!
.class img {
width: 100%!important;
height: auto!important;
}
好吧,這個操作夠硬
.class img{ width:100%!important;height:100%!important; text-align:center; }
.class table{ width:100%!important;height:100%!important;}
強制騷操作,完美解決