| 123456789101112131415161718192021222324252627282930313233343536 |
- .food_btn1{
- // margin-left: 46px;
- // margin-right: 46px;
- height: 84px;
- border-radius: 42px;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-bottom: 36px;
- }
- .duration_bg3 {
- margin-left: 50px;
- display: flex;
- flex-direction: column;
- // align-items: center;
- justify-content: center;
- flex: 1;
- }
- .duration_title2 {
- font-size: 32px;
- line-height: 32px;
- color: #fff;
- font-weight: 400;
- opacity: 0.6;
- }
- .duration_value2 {
- margin-top: 2px;
- font-size: 36px;
- line-height: 36px;
- font-weight: 500;
- margin-bottom: 8px;
- }
|