為什么導(dǎo)航層的三角形沒出來,求各位大神提示一下
.st-container input:checked +? a:after{
?? ??? ??? ?content: " ";
?? ??? ??? ?width: 0;
?? ??? ??? ?height: 0;
?? ??? ??? ?overflow: hidden;
?? ??? ??? ?border: 20px solid transparent;
?? ??? ??? ?border-bottom: #821134;
?? ??? ??? ?position: absolute;
?? ??? ??? ?bottom: 100%;
?? ??? ??? ?left: 50%;
?? ??? ??? ?margin-left:-20px;
?? ??? ?}
2018-03-17
正確:border-bottom-color: #821134;