野生动物园的结果不同

时间:2016-07-27 09:03:55

标签: html css safari integration-testing

我遇到与safari导航器兼容的问题

以下是该网站的链接:http://91.229.20.199/category/chevaux-a-vendre/

问题出在图片里面的文字我希望它像chrome

result that i want to be in safari too

以下是此文本的代码css:

.title_home {
    z-index: 100;
    background-color: rgba(134,35,20,0.8);
    width: 75%;
    min-height: 15%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 70%;
    left: 12%;
}

1 个答案:

答案 0 :(得分:0)

问题解决了

我需要添加

显示:-webkit-flex;

相关问题