不要引用盘符路径,改为相对路径。把图片的src和css引用路径改为这样试试:
<link href='css/style.css'> <img src='iamges/logo.png' />
<img src="../images/login.jpg">
我不明白为啥是全目录