900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > html 文本框css样式 13种常用按钮 文本框 表单等CSS样式

html 文本框css样式 13种常用按钮 文本框 表单等CSS样式

时间:2020-05-05 08:16:07

相关推荐

html 文本框css样式 13种常用按钮 文本框 表单等CSS样式

虽然CSS样式的学习需要我们动手多实践,需要多做案例,思致思考,但有时候注意资料的收集与整理也是非常重要的,在实际开发中往往会起到事半功倍的效果。

一、按钮样式以下为引用的内容:

Example Source Code

.buttoncss {

font-family: "tahoma", "宋体";

font-size:9pt; color: #003399;

border: 1px #003399 solid;

color:#006699;

border-bottom: #93bee2 1px solid;

border-left: #93bee2 1px solid;

border-right: #93bee2 1px solid;

border-top: #93bee2 1px solid;

background-image:url(../images/bluebuttonbg.gif);

background-color: #e8f4ff;

cursor: hand;

font-style: normal ;

width:60px;

height:22px;

}

二、蓝色按钮

以下为引用的内容:

Example Source Code

.bluebuttoncss {

font-family: "tahoma", "宋体";

font-size: 9pt; color: #003366;

border: 0px #93bee2 solid;

border-bottom: #93bee2 1px solid;

border-left: #93bee2 1px solid;

border-right: #93bee2 1px solid;

border-top: #93bee2 1px solid;*/

background-image:url(../images/blue_button_bg.gif);

background-color: #ffffff;

cursor: hand;

font-style: normal ;

}

三、红色按钮

以下为引用的内容:

Example Source Code

.redbuttoncss {

font-family: "tahoma", "宋体";

font-size: 9pt; color: #0066cc;

border: 1px #93bee2 solid;

border-bottom: #93bee2 1px solid;

border-left: #93bee2 1px solid;

border-right: #93bee2 1px solid;

border-top: #93bee2 1px solid;

background-image:url(../images/redbuttonbg.gif);

background-color: #ffffff;

cursor: hand;

font-style: normal ;

}

四、选择按钮

以下为引用的内容:

Example Source Code

.selectbuttoncss{

font-family: "tahoma", "宋体";

font-size: 9pt; color: #0066cc;

border: 1px #93bee2 solid;

border-bottom: #93bee2 1px solid;

border-left: #93bee2 1px solid;

border-right: #93bee2 1px solid;

border-top: #93bee2 1px solid;

background-image:url(../images/blue_button_bg.gif);

background-color: #ffffff;

cursor: hand;

font-style: normal ;

}

共3页:

上一页

1

2

3

下一页

/HTML_CSS/365600.true/HTML_CSS/365600.htmlTechArticle虽然CSS样式的学习需要我们动手多实践,需要多做案例,思致思考,但有时候注意资料的收集与整理也是非常重要的,在实际开发中往往会...

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。