Files
2024-09-27 02:06:13 +08:00

34 lines
572 B
CSS

body{margin: 0;}
ul{margin: 0;}
li{list-style: none}
/* 清除样式 */
.TXLOGO{
width: 134px ;height: 35.46px;
margin: 37px;
}
.SOUSUO{width: 320px;height: 32px;}
.tag ul li{
width: 79px;
/* 宽度 */
height: 50px;
/* 高度 */
background-color: #1479d7;
/* 背景色 */
padding-left: 20px;
/* 内边距左20px */
/* box-sizing:border-box; (这个应该是没有加)*/
line-height: 50px;
/* 居中跟高度保持一致 */
float: left;
/* 浮动 */
}
a{text-decoration:none;
color: white;
font-size: 18px;}
.denglu{
text-align: right;
}