百度空间代码问题6

来源:百度知道 编辑:UC知道 时间:2024/05/24 07:08:53
http://hi.baidu.com/%C9%F1%C4%A7gh 此主页中控制"百度搜索"的代码在哪?希望朋友们不懂的请不要乱粘贴~~~
那为什么页面右边的输入框,单选按扭和"百度一下"字样与平常不一样呢???

这个空间代码中没有"百度搜索"模块的代码,如果只是改"百度搜索"这几个字,修改下面代码,这句同时控制所有模块的标题
.modtit{font-size: 18px; font-weight: bold; }

下面是"百度搜索"模块的代码
模块整体
#m_search {color:#000000;font-size:14px;}
百度搜索打入文字
#m_search input.text{ color:#000000; font-size:12px;}
选择搜索种类
#m_search input.radio{ background-color:#ffffff;}
搜索的按钮
#m_search input.submit{ color:#000000; font-size:12px;}

补充:你空间中这句代码做了统一定义,针对的是这些:input是输入框,select是选择框,textarea是多行文本框。

input,select,textarea{color:#F84519;font-weight:bold;font-size: 8pt;font-family: verdana,;border:2px solid #999999;background-color:white}