全文搜索
- 首页
- 全文搜索
.item{ text-align: center; padding:20px 0px; transition: all .3s; } .icon i{ font-size:40px; color:#3c5570; } strong{ font-size:18px; } .item:hover{ transform: scale(1.05); } table { border-collapse: collapse; width: 100%; } table td, table th { border: 1px solid #ddd; padding: 8px; } table img { width: 150px; height: 50px; } table tr:nth-child(even) { background-color: #f2f2f2; } table tr:hover { background-color: #ddd; } table th { padding-top: 12px; padding-bottom: 12px; text-align: center; background-color: rgb(18, 33, 121); color: white; } table td { text-align: center; }