MetricModalChoose.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .modal_content{
  2. padding-bottom: 120px;
  3. }
  4. .modal_title_view{
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. margin-top: 40px;
  9. }
  10. .modal_title1{
  11. font-size: 40px;
  12. line-height: 40px;
  13. font-weight: bold;
  14. color: #fff;
  15. }
  16. .modal_subtitle{
  17. margin-top: 16px;
  18. color: #fff;
  19. opacity: 0.4;
  20. font-size: 28px;
  21. line-height: 28px;
  22. }
  23. .modal_detail{
  24. margin-top: 64px;
  25. margin-bottom: 40px;
  26. margin-left: 46px;
  27. margin-right: 46px;
  28. height: 60vh;
  29. width: 658px;
  30. }
  31. .modal_detail::-webkit-scrollbar {
  32. // display: none;
  33. width: 0;
  34. height: 0;
  35. color: transparent;
  36. }
  37. .modal_group{
  38. margin-bottom: 60px;
  39. display: flex;
  40. flex-direction: column;
  41. }
  42. .modal_group_title{
  43. font-size: 36px;
  44. line-height: 48px;
  45. font-weight: bold;
  46. color: #fff;
  47. opacity: 0.8;
  48. }
  49. .modal_item{
  50. display: flex;
  51. flex-direction: row;
  52. height: 80px;
  53. border-bottom-color: #121212;
  54. border-bottom-style: solid;
  55. border-bottom-width: 1px;
  56. align-items: center;
  57. }
  58. .modal_item_text{
  59. font-size: 32px;
  60. line-height: 80px;
  61. }