Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://cookstown.wsisrdev.com/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=1&virtuemart_category_id=1&Itemid=114
谁能告诉我为什么我的文字在我的产品描述中看起来是合理的请这是virutalmart 2.06
在 css 文件 position.css 中,text-align: center;为<body>元素设置了 text-alignment。这将影响页面上的所有内容。
text-align: center;
<body>
删除它,或添加类似的内容:
ul{ 文本对齐:左;}