I use the ci framework and wamp environment. When I download the code and run it locally, it works fine, but the style cannot come out. Why, please help me.
三叔2017-06-23 09:13:27
Open the developer tools, press F12 in the window, switch to network, and see if the css file is loaded
天蓬老师2017-06-23 09:13:27
Maybe the css file is imported with an absolute path, and your local computer cannot access that computer.
You need to press F12 to view the css file path
女神的闺蜜爱上我2017-06-23 09:13:27
The imported css
file reports 404
, which basically confirms that your import path
is wrong