chan

朝生暮死不足笑 但悲百年不足道

【CSS】实现所有表单的文本居中


.table th, .table td {
    text-align: center; /* 水平居中 */
    vertical-align: middle; /* 垂直居中 */
}
评论
还没有评论
    发表评论 说点什么