我正在制作一个 WP 模板。style.css 文件加载成功。但是样式不适用于许多元素。您可以在http://madihaa.mv/v1/中看到它。
看看 child <p>
in <div class="home-second-row">
。在 style.css 文件的第 758 行可以找到以下内容
.home-second-row p {
width: 225px;
height: 215px;
background: rgb(112, 184, 0);
border-radius: 8px;
margin-right: 10px;
text-align: left;
padding: 20px;
float: left;
color: #ffffff;
font-size: 1.3em;
line-height: 1.6em;
overflow: hidden;
}
但它不适用于它。