tab1.page.scss 461 B

12345678910111213141516171819202122232425
  1. .text {
  2. color:brown;
  3. font-weight: bold; /* 设置字体加粗 */
  4. font-style: italic; /* 设置字体斜体 */
  5. font-size: 30px; /* 设置字体大小为 30px */
  6. text-align: center; /* 文字居中 */
  7. }
  8. .sou {
  9. display: flex;
  10. margin-top: 0px; /* 顶部外边距 */
  11. margin-left: 300px; /* 左侧外边距 */
  12. width:800px;
  13. }
  14. .report1{
  15. display: flex;
  16. color: aqua;
  17. }
  18. .custom-content {
  19. margin-top: 50px;
  20. }