tx.css 944 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. *{
  2. /* 设置宽度的计算方法 */
  3. /* -webkit-box-sizing: border-box;
  4. -moz-box-sizing: border-box;
  5. box-sizing: border-box;
  6. -webkit-transition: background 200ms;
  7. -moz-transition: background 200ms;
  8. -ms-transition: background 200ms;
  9. -o-transition: background 200ms;
  10. transition: background 200ms; */
  11. /* background: rgba(0, 0, 0, .1); */
  12. /* 设置超出内容自动换行 */
  13. word-wrap: break-word;
  14. word-break: break-all;
  15. /* overflow: hidden; */
  16. }
  17. .aout{
  18. /* 设置水平居中 */
  19. /* text-align:center; */
  20. /* 设置垂直居中 */
  21. vertical-align:middle !important;
  22. }
  23. .container {
  24. width: 1800px !important;
  25. }
  26. .caption{
  27. margin: auto;
  28. text-align:center;
  29. font-size: 25px;
  30. color: black;
  31. font-weight: 900;
  32. }
  33. /* .condition{
  34. line-height:50px;
  35. vertical-align:middle !important;
  36. height: 50px;
  37. } */
  38. .font{
  39. line-height:35px;
  40. height: 35px;
  41. }