shish 3 년 전
부모
커밋
fa3dd9f7ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-mall/controllers/ItemController.php

+ 1 - 1
app-mall/controllers/ItemController.php

@@ -24,7 +24,7 @@ class ItemController extends BaseController
         $item = ItemClass::getById($id, true);
         $item = ItemClass::getById($id, true);
         $price = $item->skPrice ?? 0;
         $price = $item->skPrice ?? 0;
         $price = floatval($price);
         $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()
     public function actionIndex()