gpt4 book ai didi

html - CSS 文件未在浏览器中更新

转载 作者:太空宇宙 更新时间:2023-11-04 06:16:00 24 4
gpt4 key购买 nike

我只是在学习基本的编码技能,当我在 css 文件中进行更改时,更改不会显示在我的非浏览器上。

这是我的 index.html 代码:

<html>
<head>
<link ref="stylesheet" href="css/style.css?v=1.1">
</head>

<body>
<div class="ios-switch">
<div class="switch-body">
<div class="toggle"></div>
</div>
<label>iOS Switch Practice</label>
<input type="checkbox" name="check box">
</div>
</body>
</html>

这是我的 style.css 文件:

*
{
margin:0;
padding:0;
}

.ios-switch{`enter code here`
display: flex;
flex-direction: row;
align-items: center;
margin: 10px 0;
}

.ios-switch .switch-body{
background-color: lightgray;
border: solid 1px gray;
width: 96px;
border-radius: 999px;
}


.ios-switch .switch-body .toggle{
width:48px;
height:48px;
background-color: white;
border-radius: 50%;
}

最后,当我在网上查找这个问题时,有人建议转到 google chrome 中的开发者工具,我注意到有这个错误消息:

VM25:1047 与“ws://localhost:8125/”的 WebSocket 连接失败:连接建立时出错:net::ERR_CONNECTION_REFUSED

非常感谢您的宝贵时间。

最佳答案

转到 DeveloperTools (F12) 而不是设置 (F1),并在网络首选项检查(禁用缓存(当 DevTools 打开时)- 刷新页面

关于html - CSS 文件未在浏览器中更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55960969/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com