我正在将一些 php 添加到 css 文件中,但 php 似乎没有运行,而我只是看到打印了整个 php 代码..
.large {
width: 175px;
height: 175px;
position: absolute;
border-radius: 100%;
box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
0 0 7px 7px rgba(0, 0, 0, 0.25),
inset 0 0 20px 2px rgba(0, 0, 0, 0.25);
background: url('http://www.tahara.es/images/LargeImage/<?php echo $row2[imageLarge]; ?>.jpg') no-repeat;
}
我做错什么了吗?或者在 CSS 中运行 PHP 是不是很疯狂?