add_label.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .header1{
  2. height: 128px;
  3. display: flex;
  4. align-items: center;
  5. justify-content: center;
  6. color: #4D4D4D;
  7. font-size: 32px;
  8. }
  9. .body1{
  10. height: 698px;
  11. }
  12. .input_lb{
  13. background-color: #fff;
  14. margin-left: 40px;
  15. margin-right: 40px;
  16. height: 96px;
  17. // border: solid 2px #B2B2B2;
  18. border-radius: 24px;
  19. padding-left: 20px;
  20. padding-right: 20px;
  21. text-align: center;
  22. }
  23. .label_bg{
  24. display: flex;
  25. flex-direction: row;
  26. // flex-wrap: wrap;
  27. margin-left: 40px;
  28. margin-right: 40px;
  29. margin-top: 40px;
  30. }
  31. .label{
  32. margin-right: 16px;
  33. margin-bottom: 16px;
  34. height: 64px;
  35. border-radius: 32px;
  36. padding-left: 30px;
  37. padding-right: 30px;
  38. font-size: 28px;
  39. color: #000;
  40. background-color: #fff;
  41. display: flex;
  42. align-items: center;
  43. justify-content: center;
  44. flex-shrink: 0;
  45. }
  46. .pop_footer{
  47. display: flex;
  48. height: 88px;
  49. border-radius: 44px;
  50. margin-left: 84px;
  51. margin-right: 84px;
  52. background-color: #FF751A;
  53. align-items: center;
  54. justify-content: center;
  55. color: #fff;
  56. font-size: 32px;
  57. font-weight: bold;
  58. margin-bottom: 116px;
  59. }