| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- body{
- color: var(--text-color);
- }
- .s1{
- margin: 20px auto;
- line-height: 1.5;
- }
- .s2{
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .s2 .card{
- width: 49%;
- height: 220px;
- margin-bottom: 10px;
- }
- .s2 .xingzheng, .s2 .qihoulvyou{
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- padding: 10px;
- box-sizing: border-box;
- }
- .s2 .xingzheng p{
- font-size: 14px;
- color: var(--sub-text-color);
- }
- .s2 .xingzheng .f-item{
- display: flex;
- }
- .s2 .xingzheng .f-item>p{
- width: 50%;
- }
- .s2 .qihoulvyou .f-item{
- display: flex;
- justify-content: space-between;
- align-items: center
- }
- .s2 .qihoulvyou .f-item > span:first-child,.classifier{
- font-size: 14px;
- color: var(--sub-text-color);
- }
- .s2 .jiaotong-body{
- padding: 10px;
- box-sizing: border-box;
- }
- .s2 .jiaotong-body .jiaotongcon{
- display: flex;
- height: 90%;
- flex-direction: column;
- justify-content: space-around;
- }
- .s2 .jiaotong-body .jiaotongcon .fix-item>span{
- font-size: 14px;
- color: var(--sub-text-color);
- }
- .s2 .jiaotong-body .jiaotongcon .fix-item>div{
- font-size: 28px;
- text-align: right;
- }
- #people,#people-tree{
- padding: 10px;
- }
|