Html
    Css
    Js

    
                        
.Specifications {
	margin-left:10%;
	border:1px solid #A3C0E8;
	width:75%;
	height:auto;
	padding-top:15px;
	padding-bottom:15px;
}
.Specifications span {
	margin-left:8%;
}
.addSpecification div {
	text-align:center;
}
/*是否启用规格 添加*/
.addSpecification input {
	margin:1%;
	padding:6px 12px;
}
.addSpecification button:nth-of-type(1) {
	color:#fff;
	background:#FF0000;
	border-color:#FF0000;
	padding:5px 10px;
	border-radius:4px;
}
.addSpecification button:nth-last-child(1) {
	color:#fff;
	background:#35BAF6;
	border-color:#35BAF6;
	padding:5px 10px;
	border-radius:4px;
}
.saveGoods {
	color:#fff;
	background-color:#35BAF6;
	border-color:#35BAF6;
	padding:6px 26px;
}
.wrapper {
	width:100%;
	padding:0;
	margin:0 auto;
	clear:both;
}
.hide {
	display:none;
}
.text_a {
	width:100px;
	height:27px;
	line-height:27px;
	text-align:center;
	background:red;
	border:0px;
	border-radius:3px;
	color:#ffffff;
	padding:4px;
	font-size:12px;
}
.text_a:hover,.text_a:active,.text_a:after {
	text-decoration:none;
	color:#ffffff;
}
.specification {
	display:inline-block;
	padding:4px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:14px;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:3px;
}
.innerbtn {
	width:100px;
	height:27px;
	line-height:27px;
	text-align:center;
	background:#44abf7;
	border:0px;
	border-radius:3px;
	color:#ffffff;
	padding:4px 22px;
	font-size:12px;
}
.innerbtn:hover,.innerbtn:active,.innerbtn:focus {
	text-decoration:none;
	color:#ffffff;
}
.normTbe td,.normTbe th {
	padding:0 8%;
	text-align:left;
}
.normTbe input {
	text-align:left;
	margin:5px 0;
	width:24%;
}
.alonTr  input {
	outline:none;
	resize:none;
	padding:0;
	border:1px solid #ddd;
}
.itemInfo table {
	table-layout:fixed;
	width:100%;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

动态新增删除input

0