合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
963 B

5 days ago
5 days ago
5 days ago
6 days ago
5 days ago
  1. .container {
  2. display: flex;
  3. flex-direction: column;
  4. height: initial;
  5. height: 100vh;
  6. width: 100%;
  7. background-color: #f5f5f5;
  8. /* overflow: hidden; */
  9. /* position: relative; */
  10. }
  11. .container::-webkit-scrollbar {
  12. display: none;
  13. }
  14. /* 头部 */
  15. .header {
  16. height: 15%;
  17. width: 100%;
  18. display: flex;
  19. flex-direction: row;
  20. align-items: center;
  21. padding: 1rem;
  22. background-color: #044f7a;
  23. }
  24. .header_info{
  25. width: 100%;
  26. height: 100%;
  27. display: flex;
  28. flex-direction: row;
  29. align-items: center;
  30. }
  31. .header_info_icons{
  32. display: flex;
  33. align-items: center;
  34. height: 100%;
  35. width: 100%;
  36. margin: 0 0.5rem 0 0.5rem;
  37. }
  38. .header_info_icon{
  39. display: flex;
  40. height: 100%;
  41. width: 10%;
  42. width: 5%;
  43. align-items: center;
  44. justify-content: center;
  45. }
  46. .header_text{
  47. color: #bdd1dc;
  48. font-size: 1rem;
  49. left : 25%;
  50. }
  51. .header_texts{
  52. color: #bdd1dc;
  53. font-size: 1rem;
  54. }
  55. .header_change{
  56. display: flex;
  57. flex-direction: row;
  58. align-items: center;
  59. font-size: 1rem;
  60. color: #bdd1dc;
  61. }