码迷,mamicode.com
首页 > 其他好文 > 详细

表格样式

时间:2016-07-13 12:02:55      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:important   color   

.wpcf7-form p { margin:0; color:#fff;}
.wpcf7-form input.wpcf7-text,textarea.wpcf7-textarea {    color: #fff !important;
    border-color: #fff !important;
    border-width: 2px !important;
    background-color: transparent !important;
	padding: 13px !important;
    border-radius: 2px !important;
	margin-bottom: 10px !important;}
.wpcf7-form textarea.wpcf7-textarea {
	max-height:150px;
	}	
.wpcf7-form input.wpcf7-submit {  
width:33.3%; 
min-width:200px;  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-radius: 2px;
	padding: 13px 10px 14px;
	margin-top:10px !important;
	border: 2px solid !important;    
	color: #fff;
    border-color: #fff;
    border-width: 2px !important;
    background-color: transparent;}


表格样式

标签:important   color   

原文地址:http://luckyyang.blog.51cto.com/4524113/1825980

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!