| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .duration_bg{
- margin-left: 50px;
- display: flex;
- flex-direction: column;
- flex: 1;
- }
- .duration_title{
- font-size: 32px;
- line-height: 32px;
- color: #fff;
- opacity: 0.6;
- font-weight: 400;
- }
- .duration_value{
- font-size: 36px;
- line-height: 36px;
- font-weight: 500;
- margin-bottom: 12px;
- }
- .arrow1{
- width: 48px;
- height: 48px;
- }
- .tip_bg2{
- height: 80px;
- width: 100%;
- box-sizing: border-box;
- // background-color: rgba(250, 81, 81, 0.1);
- display: flex;
- flex-direction: column;
- // padding-left: 40px;
- }
- .tip_text2{
- line-height: 80px;
- color: #fff;
- opacity: 0.8;
- font-size: 28px;
- }
|