合同小程序前端代码仓库
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.

63 lines
927 B

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