chrome V 45.0上的border-radius

时间:2016-10-22 19:57:29

标签: html css google-chrome

我在chrome 45上使用了一些浏览器构建 我无法获得border-radius工作。 有什么帮助吗?

<form class="form-signin" action="" method="post" id="login_form">
    <div class="form-signin-heading text-center">
something
    </div>
</form>

的style.css

.form-signin {
    border-radius: 5px;
    max-width: 330px;
    width: 330px;
    height: auto;
    background: brown;
    margin: 100px auto;
    -webkit-border-radius: 5px;
}

我试过-webkit-border-radius:5px;

但它不起作用

请问好吗?

enter image description here

0 个答案:

没有答案
相关问题