#table{ width: 70%; height: auto; background-color: aqua; top: 600px; border-radius: 15px; } #table .classification{ width: 100%; height: 30px; text-align: left; margin-left: 20px; top: 10px; border: 1px solid red; } #table .content{ font-style: '宋体'; margin-left: 20px; margin-top: 10px; } #table .time{ float: right; } #table .name{ float: right; } 怎么让这四个类分别在一行
时间: 2024-01-22 18:18:52 浏览: 147
您可以使用 `display: inline-block;` 或者 `float: left/right;` 把这四个类放在同一行。例如:
```
#table {
width: 70%;
height: auto;
background-color: aqua;
border-radius: 15px;
}
#table .classification {
display: inline-block;
width: 30%;
height: 30px;
text-align: left;
margin-left: 20px;
border: 1px solid red;
}
#table .content {
display: inline-block;
font-style: '宋体';
width: 30%;
margin-left: 20px;
margin-top: 10px;
}
#table .time {
display: inline-block;
float: right;
width: 30%;
}
#table .name {
display: inline-block;
float: right;
width: 30%;
}
```
或者:
```
#table {
width: 70%;
height: auto;
background-color: aqua;
border-radius: 15px;
}
#table .classification {
float: left;
width: 30%;
height: 30px;
text-align: left;
margin-left: 20px;
border: 1px solid red;
}
#table .content {
float: left;
font-style: '宋体';
width: 30%;
margin-left: 20px;
margin-top: 10px;
}
#table .time {
float: right;
width: 30%;
}
#table .name {
float: right;
width: 30%;
}
```
注意,需要根据具体情况调整每个元素的宽度和位置。
阅读全文
相关推荐
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![](https://csdnimg.cn/download_wenku/file_type_ask_c1.png)
![](https://csdnimg.cn/download_wenku/file_type_ask_c1.png)
![](https://csdnimg.cn/download_wenku/file_type_ask_c1.png)
![](https://csdnimg.cn/download_wenku/file_type_ask_c1.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![txt](https://img-home.csdnimg.cn/images/20241231045021.png)
![zip](https://img-home.csdnimg.cn/images/20241231045053.png)
![zip](https://img-home.csdnimg.cn/images/20241231045053.png)
![zip](https://img-home.csdnimg.cn/images/20241231045053.png)
![-](https://img-home.csdnimg.cn/images/20241231045053.png)
![-](https://img-home.csdnimg.cn/images/20241231045053.png)
![-](https://img-home.csdnimg.cn/images/20241231044930.png)
![-](https://img-home.csdnimg.cn/images/20241231045053.png)
![-](https://img-home.csdnimg.cn/images/20241231045053.png)