Maison  >  Article  >  interface Web  >  使用form-search样式,要添加哪个css文档?_html/css_WEB-ITnose

使用form-search样式,要添加哪个css文档?_html/css_WEB-ITnose

WBOY
WBOYoriginal
2016-06-24 12:04:051038parcourir

刚刚开始学习  bootstrap ,我看到人家条件查询的表单是这样写的:

                <form class='form-search'>                <input class="input-medium search-query" type='text' />                <button class='btn' type='submit'>                    查找</button>                </form>



为什么我没有看到form-search的样式啊??
我已经添加了:
<link rel="stylesheet" href="http://cdn.bootcss.com/twitter-bootstrap/3.0.3/css/bootstrap.min.css"><script src="http://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></script><script src="http://cdn.bootcss.com/twitter-bootstrap/3.0.3/js/bootstrap.min.js"></script>


我看了一下  bootstrap.min.css  里面也没有form-search ,   我是不是少添加了一些css啊??


回复讨论(解决方案)

也许class加上,仅仅是为了方便标记,找到元素,做些特殊处理,而没有真正意义上对应的样式

如果真的有,那么你从哪里看到的,从人家的网站上通过开发者人员工具 定位一下 就能看到form-search 对应 的样式表是哪个,第几行都能看到

也许class加上,仅仅是为了方便标记,找到元素,做些特殊处理,而没有真正意义上对应的样式

如果真的有,那么你从哪里看到的,从人家的网站上通过开发者人员工具 定位一下 就能看到form-search 对应 的样式表是哪个,第几行都能看到



我是用 bootstrap的可视化布局来设计的  http://www.bootcss.com/p/layoutit/
在《基本的css》里面就有 form-search的 例子 , 但是我不知道怎么添加, 大侠能不能指导一下

 换成这个样式

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><link rel="stylesheet" href="http://www.bootcss.com/p/layoutit/css/bootstrap-combined.min.css"><script src="http://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></script><script src="http://cdn.bootcss.com/twitter-bootstrap/3.0.3/js/bootstrap.min.js"></script></head><body> <form class='form-search'>                <input class="input-medium search-query" type='text' />                <button class='btn' type='submit'>                    查找</button>                </form></body></html>

 换成这个样式

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><link rel="stylesheet" href="http://www.bootcss.com/p/layoutit/css/bootstrap-combined.min.css"><script src="http://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></script><script src="http://cdn.bootcss.com/twitter-bootstrap/3.0.3/js/bootstrap.min.js"></script></head><body> <form class='form-search'>                <input class="input-medium search-query" type='text' />                <button class='btn' type='submit'>                    查找</button>                </form></body></html>



大侠!!您的方法的确可以啊!!谢谢!!
我还想问一句:http://www.bootcss.com/p/layoutit/css/bootstrap-combined.min.css这个样式和
http://cdn.bootcss.com/twitter-bootstrap/3.0.3/css/bootstrap.min.css有什么不同啊??
是不是combined.min.css包括了bootstrap.min.css????
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn