|
|
@@ -24,7 +24,7 @@ class ItemController extends BaseController
|
|
|
$item = ItemClass::getById($id, true);
|
|
|
$price = $item->skPrice ?? 0;
|
|
|
$price = floatval($price);
|
|
|
- echo '<span style="font-size:50px;margin:50px 0 0 50px;">' . $price . '元</span>';
|
|
|
+ echo '<span style="font-size:80px;margin:80px 0 0 60px;">' . $price . '元</span>';
|
|
|
}
|
|
|
|
|
|
public function actionIndex()
|