提交 535e1f40 编写于 作者: T Terry

页面调整

上级 ea44221c
......@@ -151,10 +151,10 @@ div.onestepcheckout-threecolumns div.onestepcheckout-column-left {
}
div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
width: 33%;
width: 31%;
float: left;
margin-right: 0px;
padding-right: 0px;
padding-right: 30px;
background: transparent url(images/line-gradient.gif) no-repeat scroll
right top;
padding-top: 15px;
......
......@@ -87,7 +87,7 @@ use fec\helpers\CRequest;
<ul>
<?php foreach($product_one['custom_option_info'] as $label => $val): ?>
<li><?= Yii::$service->page->translate->__(ucwords($label).':') ?><?= Yii::$service->page->translate->__($val) ?> </li>
<li><?= Yii::$service->page->translate->__(ucwords($label)).':' ?><?= Yii::$service->page->translate->__($val) ?> </li>
<?php endforeach; ?>
</ul>
......
......@@ -41,7 +41,7 @@
</div>
</div>
</li>
<li>
<li class="clearfix">
<div style="width:100%;" class="input-box input-telephone">
<label for="billing:telephone"><?= Yii::$service->page->translate->__('Telephone');?> <span class="required">*</span></label>
<input style="width:83%;" value="<?= $cart_address['telephone'] ?>" id="billing:telephone" class="required-entry input-text" title="Telephone" name="billing[telephone]" type="text">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册