| 1 |
.wtotem_content { |
| 2 |
padding-top: 37px; |
| 3 |
background: #f3f5f6; } |
| 4 |
|
| 5 |
.wtotem_first { |
| 6 |
margin-bottom: 37px; |
| 7 |
display: flex; |
| 8 |
justify-content: space-between; } |
| 9 |
.wtotem_first > div { |
| 10 |
width: 496px; } |
| 11 |
|
| 12 |
.wtotem_overall { |
| 13 |
background: #fff; |
| 14 |
padding: 21px 8px 30px 24px; } |
| 15 |
.wtotem_overall__title .wtotem_title-info__title { |
| 16 |
text-transform: none; |
| 17 |
font-size: 18px; } |
| 18 |
.wtotem_overall__body { |
| 19 |
display: flex; |
| 20 |
max-width: 464px; |
| 21 |
justify-content: space-between; |
| 22 |
align-items: center; |
| 23 |
margin-top: 21px; } |
| 24 |
.wtotem_overall__rectangle { |
| 25 |
width: 74px; |
| 26 |
height: 50px; |
| 27 |
background: #d56c6a; |
| 28 |
color: #fff; |
| 29 |
font-size: 32px; |
| 30 |
font-weight: 700; |
| 31 |
display: flex; |
| 32 |
align-items: center; |
| 33 |
justify-content: center; } |
| 34 |
.wtotem_overall__figures { |
| 35 |
color: #d56c6a; |
| 36 |
font-size: 42px; |
| 37 |
font-weight: 700; } |
| 38 |
.wtotem_overall__text { |
| 39 |
font-size: 16px; |
| 40 |
color: #86939e; |
| 41 |
width: 267px; } |
| 42 |
|
| 43 |
.wtotem_info { |
| 44 |
display: flex; |
| 45 |
background: #fff; } |
| 46 |
.wtotem_info__item { |
| 47 |
padding: 23px 29px; } |
| 48 |
.wtotem_info__item:first-child { |
| 49 |
border-right: 1px solid #f3f5f6; } |
| 50 |
.wtotem_info__block { |
| 51 |
margin-bottom: 10px; } |
| 52 |
.wtotem_info__subtitle { |
| 53 |
font-size: 14px; |
| 54 |
color: #86939e; |
| 55 |
margin-bottom: 3px; } |
| 56 |
.wtotem_info__info { |
| 57 |
font-size: 14px; |
| 58 |
color: #5e6977; } |
| 59 |
.wtotem_info__scoring { |
| 60 |
height: 51px; |
| 61 |
display: flex; |
| 62 |
align-items: center; |
| 63 |
justify-content: center; } |
| 64 |
|
| 65 |
/*# sourceMappingURL=overall.css.map */ |
| 66 |
|