满意答案
小不点2228
2014.08.15
采纳率:59% 等级:12
已帮助:3903人
外婆家私房菜5261:账户管理#title {
margin: 0px;
width: 100%;
height: 45px;
background-color: #d9d9d9;
}
#text {
margin: 0px;
line-height: 40px;
font-size: 22px;
font-weight: 700;
font-family: Microsoft YaHei, Arial;
color: #444;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
body {
margin: 0px;
}
.row {
border-bottom: 1px solid #999999;
}
序号 | 帐号名 | 类型 | |
---|---|---|---|
1 | 18602815892 | 管理员4102 |
看一下是不是你要1653的效果,有啥不明白再提。追问: 如何把方块弄大些??
追答:不知道你说的是哪个方块?
追问: 就是table 哪两个
追答:input[type=checkbox] {
transform: scale(1.5);
-webkit-transform: scale(1.5);
}把以上代码加到CSS样式里,你可以通过修改括号里的数字来调整大小。
00分享举报