| 1 |
.wtotem_table { |
| 2 |
width: 100%; |
| 3 |
background: #fff; |
| 4 |
border-radius: 5px; |
| 5 |
font-weight: 500; |
| 6 |
border-collapse: collapse; } |
| 7 |
.wtotem_table__tr { |
| 8 |
display: flex; } |
| 9 |
.wtotem_table__th { |
| 10 |
text-align-last: left; |
| 11 |
padding: 15px 18px; |
| 12 |
width: 33.3333333333%; |
| 13 |
border: 1px solid #f3f5f6; } |
| 14 |
.wtotem_table__th:last-child { |
| 15 |
border-right: none; } |
| 16 |
.wtotem_table__td { |
| 17 |
padding: 12px 18px; |
| 18 |
display: flex; |
| 19 |
justify-content: space-between; |
| 20 |
align-items: center; |
| 21 |
width: 33.3333333333%; |
| 22 |
border: 1px solid #f3f5f6; } |
| 23 |
.wtotem_table__info .wtotem_table__td { |
| 24 |
border-top: none; |
| 25 |
border-bottom: none; } |
| 26 |
.wtotem_table__info_last .wtotem_table__td { |
| 27 |
border-bottom: 1px solid #f3f5f6; } |
| 28 |
.wtotem_table__expired { |
| 29 |
color: #d56c6a; } |
| 30 |
.wtotem_table__solve { |
| 31 |
color: #3d50df; } |
| 32 |
.wtotem_table__text { |
| 33 |
text-align: right; |
| 34 |
color: #86939e; } |
| 35 |
.wtotem_table__title { |
| 36 |
font-size: 14px; |
| 37 |
text-transform: uppercase; } |
| 38 |
.wtotem_table__ok { |
| 39 |
color: #4bc374; } |
| 40 |
.wtotem_table__td-last { |
| 41 |
padding: 12px 18px; |
| 42 |
width: 100%; |
| 43 |
display: flex; |
| 44 |
justify-content: space-between; |
| 45 |
align-items: center; } |
| 46 |
.wtotem_table__td-last span { |
| 47 |
color: #3d50df; } |
| 48 |
.wtotem_table__td-last:after { |
| 49 |
content: ""; |
| 50 |
margin-left: auto; |
| 51 |
border: solid #5e6977; |
| 52 |
border-width: 0 1.5px 1.5px 0; |
| 53 |
display: inline-block; |
| 54 |
padding: 4px; |
| 55 |
transform: rotate(-45deg); |
| 56 |
-webkit-transform: rotate(-45deg); } |
| 57 |
|
| 58 |
/*# sourceMappingURL=4-content_tables.css.map */ |
| 59 |
|