迅睿開源框架是一款PHP8高性能·簡單易用的PHP開源開發(fā)框架, 基于MIT開源許可協(xié)議發(fā)布,不限制商業(yè)使用,以多端互聯(lián)為設(shè)計理念, 支持的微信公眾號、小程序、APP客戶端、移動端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
業(yè)務(wù)經(jīng)理
微信掃描以上二維碼
028-61286886
技術(shù)咨詢
文章正文里面有img,有表格
求如何能把img的高寬設(shè)置為100%,表格寬度也解除,從織夢轉(zhuǎn)過來的內(nèi)容,圖片和表格都超出了邊界。
圖片和表格都撐破了
內(nèi)容去掉圖片寬度:http://apdwn.com/wenda/44340.html
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
這方法很硬!
.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;}
強制騷操作,完美解決
內(nèi)容去掉圖片寬度:http://apdwn.com/wenda/44340.html
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
這方法很硬!
.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;}
強制騷操作,完美解決