| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .modal_content{
- padding-bottom: 120px;
-
- }
- .modal_title_view{
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-top: 40px;
- }
- .modal_title1{
- font-size: 40px;
- line-height: 40px;
- font-weight: bold;
- color: #fff;
- }
- .modal_subtitle{
- margin-top: 16px;
- color: #fff;
- opacity: 0.4;
- font-size: 28px;
- line-height: 28px;
- }
- .modal_detail{
- margin-top: 64px;
- margin-bottom: 40px;
- margin-left: 46px;
- margin-right: 46px;
- height: 60vh;
- width: 658px;
- }
- .modal_detail::-webkit-scrollbar {
- // display: none;
- width: 0;
- height: 0;
- color: transparent;
- }
- .modal_group{
- margin-bottom: 60px;
- display: flex;
- flex-direction: column;
- }
- .modal_group_title{
- font-size: 36px;
- line-height: 48px;
- font-weight: bold;
- color: #fff;
- opacity: 0.8;
- }
- .modal_item{
- display: flex;
- flex-direction: row;
- height: 80px;
- border-bottom-color: #121212;
- border-bottom-style: solid;
- border-bottom-width: 1px;
- align-items: center;
- }
- .modal_item_text{
- font-size: 32px;
- line-height: 80px;
- }
|