css wp联系表格样式1

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css wp联系表格样式1相关的知识,希望对你有一定的参考价值。

/*contact form style 1*/
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea, .wpcf7-select, .wpcf7-date {
        background: 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding:0.9375rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid;
    height: 50px;
    color: #4f4f4f;
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border-color: #aacbdb;


}
input[type="submit"], button, input[type="button"] {
    border: none;
    color: #ffffff;
    font-weight: 600;
    margin: 10px 0px 0px;
    font-size: 14px;
    padding: 11px 20px;
    cursor: pointer;
    border-radius: 3px;
    min-height: 43px;
    -webkit-appearance: none;
    width: 100%;
}
input[type="submit"]{
        background: #6dc82b;
}
input[type="submit"]:hover{
    background: #8b8b8b;
}
.wpcf7-not-valid{
    border-color: #ff0000 !important;
}

以上是关于css wp联系表格样式1的主要内容,如果未能解决你的问题,请参考以下文章

联系表格7文件输入按钮设计

html 联系表格wp style1

联系表格 7 WP 主题在提交时未发送输入的信息

如何在联系表格 7 WP 中选中复选框

css 重置WP #WP #reset #basic样式

php 联系表格7删除autoformatting(wp-config.php)