| | |
| | | // font-size: 18px; |
| | | // } |
| | | |
| | | input{ |
| | | font-family: "STkaiti"; |
| | | font-size: 19px; |
| | | } |
| | | .folder{ |
| | | color: brown; |
| | | font-size: 18px; |
| | |
| | | font-family: "STkaiti"; |
| | | font-size: 19px; |
| | | text-align: left; |
| | | } |
| | | .text3{ |
| | | margin: 6% 8%; |
| | | font-family: "STkaiti"; |
| | | font-size: 30px; |
| | | } |
| | | //底部参考文献的样式 |
| | | .references{ |
| | |
| | | z-index: 1; |
| | | /* 确保页码数字在图片上方 */ |
| | | } |
| | | |
| | | .ends{ |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | } |
| | | /* 当屏幕宽度至少为600px时应用此样式 */ |
| | | @media screen and (max-width: 430px) { |
| | | .ends{ |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | flex-wrap: wrap; |
| | | } |
| | | } |
| | | .option { |
| | | position: relative; |
| | | display: flex; |
| | | flex-direction: row; |
| | | //flex-wrap: nowrap; |
| | | width: 170px; |
| | | height: 250px; |
| | | height: min-content; |
| | | } |
| | | .page-footer-number-left { |
| | | color: black; |
| | | left: 15%; |