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

标签 php css

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/

相关文章:

php - Mysql从多个表中选择,每个月创建一个新表

Php代码显示偏移量错误

html - 用显示 :table-cell 填充可用空间

html - 分层结构中绘制连接器的非图像解决方案

javascript - 如何在javascript中的段落中附加数组中的文本?

php - 如何在mysql数据库中插入带有文件 uploader 值的多个文本框?

php - Laravel 以编程方式获取特定页面

php - 获取行并分解 - PHP mySQL

Javafx 重置按钮 css 到以前的样式

CSS-左上折叠效果