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

简单的form表单

时间:2014-11-11 22:43:21      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   sp   for   on   2014   

效果

bubuko.com,布布扣

html

<ul class="edit_list">
                                <li><em>*</em><span class="lab">公众号名称:</span><span class="value_box"><input type="text" /></span></li>
                                <li><em>*</em><span class="lab">公 众 号 ID:</span><span class="value_box"><input type="text" /></span></li>
                            </ul>

css

.edit_list li{ margin-bottom:15px;}
.edit_list li .value_box{ width:310px; height:35px; line-height:35px; text-align:right; color:#1d6fb8; font-size:18px; display:inline-block;background:#FFF;border:1px solid #d7d7d7;  border-radius:5px; vertical-align:middle;}
.edit_list li .value_box input{ width:310px; height:35px; line-height:35px;  font-size:16px; background:none; border:none; text-indent:8px;}
.edit_list li .lab{ width:116px; height:35px; line-height:35px; text-align:center; margin-right:10px;color:#505050; font-size:18px; display:inline-block;vertical-align:middle;}
.edit_list li em{ width:10px; height:35px; line-height:35px; text-align:center; color:#505050; font-size:18px; display:inline-block;vertical-align:middle;}

简单的form表单

标签:style   blog   http   color   ar   sp   for   on   2014   

原文地址:http://www.cnblogs.com/ruoqiang/p/4090682.html

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