gpt4 book ai didi

php - 通过 css 或 php 函数对齐文本以添加空间

转载 作者:行者123 更新时间:2023-11-28 13:32:18 25 4
gpt4 key购买 nike

有没有人有一个很好的解决方案来获得 de price 是一个垂直对齐到左侧的变量?请不要 table !

现在的样子是这样显示的

input button $15.00 button
input button $5.00 button

它应该是这样的

input button $15.00 button
input button $5.00 button

我尝试了 php 的 sprintf 或 str_pad,但它实际上没有做任何事情。

任何解决方案都是有帮助的。

从查看 php 页面开始,我的视线开始变得模糊

这是html

<div class="item-checkout">
<!--checkout item-->
<form class="fcheckoutform" id="<?php echo $id_checkoutform;?>" method="post" action="">
<div class="naam"><?php echo $naam;?></div>
<div class="fr al">
<input name="qty" rel="<?php echo $rel;?>" type="text" size="3" class="aantal"
value="<?php echo $aantal;?>" maxlength="4" id="<?php echo $id_aantal;?>">
<span class="btn">Toepassen</span>
<span class="price"><?php echo $price_lbl;?></span>
<span class="verwijder">Remove</span>
</div>
<div class="cbt"></div>
</form>
</div>

谢谢,理查德

最佳答案

你可以只使用边距或填充吗?

input.naam{
padding-left: whatever_number_you_want px;
}

关于php - 通过 css 或 php 函数对齐文本以添加空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11196533/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com