两列上的联系人表单7字段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了两列上的联系人表单7字段相关的知识,希望对你有一定的参考价值。

Displaying Contact Form 7 fields on 2 columns using CSS.
  1. ************CF7 markup***************
  2.  
  3. <div class="one-half">
  4. <label> Your Name (required)
  5. </label>
  6. </div>
  7.  
  8. <div class="one-half last">
  9. <label> Your Email (required)
  10. [email* your-email] </label>
  11. </div>
  12.  
  13. <label> Your Message
  14. [textarea your-message] </label>
  15.  
  16. [submit "Send"]
  17.  
  18.  
  19.  
  20.  
  21. ************CSS***************
  22.  
  23. .one-half,
  24. .one-third {
  25. position: relative;
  26. margin-right: 4%;
  27. float: left;
  28. margin-bottom: 20px;
  29.  
  30. }
  31.  
  32. .one-half { width: 48%; }
  33. .one-third { width: 30.66%; }
  34.  
  35. .last {
  36. margin-right: 0 !important;
  37. clear: right;
  38. }
  39.  
  40. @media only screen and (max-width: 767px) {
  41. .one-half, .one-third {
  42. width: 100%;
  43. margin-right: 0;
  44. }
  45. }

以上是关于两列上的联系人表单7字段的主要内容,如果未能解决你的问题,请参考以下文章

两列上的 SQL 索引

两列上的 BigQuery 重复数据删除作为唯一键

索引视图的两列上的唯一聚集索引

MySQL计算两列上的唯一值并为每列加入这些计数

两列上的 DENSE_RANK,其中一列是不同的值,另一列是重复的

javascript 在提交联系表单7时重定向到URL,将以下代码放入您要重定向的表单上的“其他设置”选项卡中