css 电子邮件输入字段响应Dano多用途和响应WordPress主题http://themeforest.net/item/dano-multipurpose-responsive-w
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 电子邮件输入字段响应Dano多用途和响应WordPress主题http://themeforest.net/item/dano-multipurpose-responsive-w相关的知识,希望对你有一定的参考价值。
.comment-form-file input[type="email"] {
height: 21px;
line-height: 21px;
}
.comment #respond .comment-form-file input[type="email"],
.comment-form-file input[type="email"] {
width: 760px;
padding: 8px 9px;
}
.comment-form-file input[type="email"] {
text-transform: uppercase;
font-size: 10px;
}
.contact-form-wrapper input[type="email"] {
padding: 8px 9px;
height: 21px;
line-height: 21px;
}
.contact-form-wrapper input[type="email"] {
width: 760px;
}
/*960*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.comment-form-file input[type="email"],
.contact-form-wrapper input[type="email"] { width: 600px; }
}
/*768*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.comment-form-file input[type="email"],
.contact-form-wrapper input[type="email"] { width: 470px; }
}
/*480*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
.comment-form-file input[type="email"],
.contact-form-wrapper input[type="email"] { width: 440px; }
}
/*320*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
.comment-form-file input[type="email"],
.contact-form-wrapper input[type="email"] { width: 280px; }
}
/*240*/
@media only screen and (max-width: 319px) {
.comment-form-file input[type="email"],
.contact-form-wrapper input[type="email"] { width: 200px; }
}
以上是关于css 电子邮件输入字段响应Dano多用途和响应WordPress主题http://themeforest.net/item/dano-multipurpose-responsive-w的主要内容,如果未能解决你的问题,请参考以下文章
学习了如何使用 HTML 和 CSS 从头开始制作响应式 HTML 电子邮件。下一步是啥? [关闭]
选择选项数量导致 iPad 上的文本输入响应缓慢
付款人电子邮件作为 PayPal 响应中的参数
电子书:响应式Web设计:HTML5和CSS3实战
The7 — 响应式多用途 WordPress 主题 免费下载
如何使用 CSS 在电子邮件中添加响应式 COLLAPSIBLE 表?