PHP8.1.21版本已发布
vue8.1.21版本已发布
jquery8.1.21版本已发布

<div>排版问题_html/css_WEB-ITnose

原创
2016-06-24 11:52:46 860浏览



${requestScope.book.book_name}


作者:${requestScope.book.author}

译者:${requestScope.book.translator}

类型:${requestScope.book.style}

出版社:${requestScope.book.publishing}

出版年:${requestScope.book.publish_time}

页数:${requestScope.book.page_number}



评分:${requestScope.book.score}

(${requestScope.total}人评价)

一分:${requestScope.score1}

两分:${requestScope.score2}

三分:${requestScope.score3}

四分:${requestScope.score4}

五分:${requestScope.score5}


如何让book和scord并列在一起呢?
谢谢!!!!!!!!


回复讨论(解决方案)

我已经解决了 写的代码book前面多了个m就 才发现。。。。。。
div#book {float:left;}
div#score {float:right;}

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。