CSS 基本ASP.net联系表单的CSS(包括全名,电子邮件和消息字段)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 基本ASP.net联系表单的CSS(包括全名,电子邮件和消息字段)相关的知识,希望对你有一定的参考价值。

label
{
	font-weight: bold;
	float: left;
	width: 120px;
}

input, textarea
{
	width: 250px;
	margin-bottom: 5px;
}

.required 
{
	color:red;
	font-weight:bold;	
}

textarea
{
	width: 250px;
	height: 150px;
}

.boxes
{
	width: 1em;
}

#submitbutton
{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

br{
	clear: left;
}

.button
{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px !important;
}

以上是关于CSS 基本ASP.net联系表单的CSS(包括全名,电子邮件和消息字段)的主要内容,如果未能解决你的问题,请参考以下文章

css 表单 - 边距/填充问题 - 包括代码和图像

最佳实践:ASP.NET 中的 CSS 或主题?

在 ASP.NET RadioButtonList ListItem 上设置 CSS 类

ASP.NET Web 窗体:母版页和 CSS 文件 [关闭]

CSS 未应用于未经身份验证的 ASP.NET 页面

将 ASP.NET 文本框扩展到行宽 - 引导 css