xzs-mysql/docs/xzs.css

39 lines
560 B
CSS
Raw Normal View History

2020-09-24 09:55:31 +08:00
table th {
2020-12-23 09:20:07 +08:00
min-width: 200px;
2020-09-24 09:55:31 +08:00
}
table td {
2020-12-23 09:20:07 +08:00
text-align: center;
2020-11-23 10:24:54 +08:00
}
.head {
2020-12-23 09:20:07 +08:00
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
margin: 0px !important;
line-height: 58px;
padding: 10px 20px;
background-color: #f8f8f8;
flex-wrap: wrap;
2020-11-23 10:24:54 +08:00
}
2020-12-23 09:20:07 +08:00
.head-logo {
height: 58px;
width: 182px;
2020-12-26 14:05:45 +08:00
line-height: 78px;
2020-11-23 10:24:54 +08:00
}
2020-12-23 09:20:07 +08:00
.head-link {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
2020-11-23 10:24:54 +08:00
}
2020-12-23 09:20:07 +08:00
.head-link a {
margin-left: 25px;
2020-11-23 10:24:54 +08:00
}
2020-12-23 09:20:07 +08:00
.content {
padding-top: 80px !important;
2020-09-24 09:55:31 +08:00
}