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

59 lines
867 B

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. /* 头部 */
  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. height: 100%;
  30. width: 100%;
  31. margin: 0 0.5rem 0 0.5rem;
  32. }
  33. .header_info_icon{
  34. display: flex;
  35. height: 100%;
  36. width: 10%;
  37. width: 5%;
  38. align-items: center;
  39. justify-content: center;
  40. }
  41. .header_text{
  42. color: #bdd1dc;
  43. font-size: 1rem;
  44. left : 25%;
  45. }
  46. .header_texts{
  47. color: #bdd1dc;
  48. font-size: 1rem;
  49. }
  50. .header_change{
  51. display: flex;
  52. flex-direction: row;
  53. align-items: center;
  54. font-size: 1rem;
  55. color: #bdd1dc;
  56. }