|
|
@@ -69,7 +69,7 @@ class ItemController extends BaseController
|
|
|
$className = $class->name ?? '';
|
|
|
|
|
|
echo '<div style="font-size:80px;margin-top:80px;margin-left:60px;">' . $name . '</div>';
|
|
|
- echo '<div style="font-size:80px;margin-top:20px;margin-left:60px;">' . $price . '元</div>';
|
|
|
+ echo '<div style="font-size:80px;margin-top:30px;margin-left:60px;color:red;">' . $price . '元</div>';
|
|
|
echo '<div style="font-size:60px;margin-top:50px;margin-left:60px;">' . $className . '</div>';
|
|
|
}
|
|
|
|