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

57 lines
838 B

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