gpt4 book ai didi

php - 以前我添加了颜色 : red to my code, 但是我已经删除了它,但它仍然显示在我的网站上

转载 作者:行者123 更新时间:2023-11-28 17:29:52 24 4
gpt4 key购买 nike

enter image description here以前我在我的 CSS 代码中添加了红色。但是,我已经删除了代码。但红色仍然留在网上。我应该怎么办?这是我的 php 文件中的 html。

 echo "  <div class='toship-info'>
<div class='toship-header'>Deliver to: </div>
<div class='toship-content'>
<div class='toship-att'>Name : </div>
<div class='toship-data'>$ship_name</div>
<div class='toship-att'>Address : </div>
<div class='toship-data'>$ship_address</div>
<div class='toship-att'>Contact No : </div>
<div class='toship-data'>$ship_contact</div>
<div class='toship-att'>Email : </div>
<div class='toship-data'>$ship_email</div>
<br><strong>*If there is any inquiries please contact our Apex Store at
+6(04)-3901025. </strong></br>
</div>
</div>
";

这是我的 CSS 文件。我应该如何更改它?

.toship-info{
width: 600px;
margin: auto;
}

.toship-header{
background: rgb(63,63,63);
color: white;
font-size: 14px;
font-weight: bold;
height: 24px;
line-height: 24px;
padding-left: 15px;
}

.toship-content{
background: rgb(238,238,238);
height: 130px;
padding-top: 10px;
}

.toship-att{
width: 100px;
text-align: left;
font-size: 12px;
font-weight: bold;
padding: 3px;
float: left;
box-sizing: border-box;
}

.toship-data{
width: 500px;
padding: 3px;
font-weight: bold;
font-size: 12px;
float: left;
box-sizing: border-box;
}

.toship-item{
width: 600px;
margin: auto;
margin-bottom: 20px;
}

.toship-item-header{
background: rgb(63,63,63);
color: white;
font-size: 14px;
font-weight: bold;
height: 24px;
line-height: 24px;
margin-bottom: 0px;
padding: 0;
margin: 0;
[![enter image description here][1]][1]}

最佳答案

尝试在其他浏览器中打开,或者如果您正在使用任何框架或 cms,请清除 View 缓存。

关于php - 以前我添加了颜色 : red to my code, 但是我已经删除了它,但它仍然显示在我的网站上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37044843/

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