bootstrap-引用-命名来源-右对齐的效果
说明
.blockquote-reverse类可以让引用呈现内容右对齐的效果
示例
<!DOCTYPEhtml><htmllang="zh-CN"><head><metacharset="utf-8"><metahttp-equiv="X-UA-Compatible"content="IE=edge"><metaname="viewport"content="width=device-width,initial-scale=1"><!--上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后!--><title>Bootstrap101Template</title><!--Bootstrap--><linkrel="stylesheet"href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css"integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh5u"crossorigin="anonymous"><!--HTML5shimandRespond.jsforIE8supportofHTML5elementsandmediaqueries--><!--WARNING:Respond.jsdoesn'tworkifyouviewthepageviafile://--><!--[ifltIE9]><scriptsrc="https://cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script><scriptsrc="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script><![endif]--></head><body><divclass="container"><blockquoteclass="blockquote-reverse"><p>Loremipsumdolorsitamet,consecteturadipiscingelit.Integerposuereerataante.</p><footer>Someonefamousin<citetitle="SourceTitle">SourceTitle</cite></footer></blockquote></div><!--jQuery(necessaryforBootstrap'sJavaScriptplugins)--><scriptsrc="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script><!--Includeallcompiledplugins(below),orincludeindividualfilesasneeded--><scriptsrc="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"crossorigin="anonymous"></script></body></html>
输出
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。