一、参考网址:www.kuhnsjewelers.com

二、效果:

68efe9ee97852dde5c005edd900745f5.png 

三、HTML

复制代码代码如下:

四、CSS

复制代码代码如下:

#search-box

{

position: relative;

float: left;

width: 265px;

height: 55px;

background: url(Images/search-bg.gif) top right no-repeat;

}

.searchTextBox

{

position: relative;

float: left;

margin-top: 14px;

margin-right:14px;

padding: 5px 5px 0 5px;

height: 22px;

width: 141px;

border: 1px solid #000;

background: #915735;

margin-left: 14px;

color: #fdf086;

}

.submitButton

{

position: relative;

height: 29px;

margin-top: 14px;

width: 70px;

background: #D2B277;

border: 1px solid #3E1210;

letter-spacing: 1px;

text-transform: uppercase;

cursor: pointer;

font-size: 11px;

}

.submitButton:hover

{

text-decoration: underline;

}

五、说明:

1、文本框预编译后是" type="text"的标签input,代码如下:

复制代码代码如下:

2、文本框的大小和div类似,盒子模型如图示:

a20b388e747ececa326eefd0228e2186.gif 

3、按钮预编译后是标签type="submit"的标签input

复制代码代码如下:

4、按钮的width和height是包括边框的,CSS中设置的width: 70px; height: 29px;,实际盒子模型如图示:

9fda6feba2d51f47d28edf75fb79907b.gif

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐