|
|
@ -519,6 +519,7 @@ export default { |
|
|
|
color: #fff; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
.item { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
@ -529,16 +530,19 @@ export default { |
|
|
|
background: url(/img/img12.png) no-repeat; |
|
|
|
background-size: contain; |
|
|
|
margin-top: .3rem; |
|
|
|
|
|
|
|
.p1 { |
|
|
|
font-size: .2rem; |
|
|
|
margin-bottom: .1rem; |
|
|
|
} |
|
|
|
|
|
|
|
.p2 { |
|
|
|
font-size: .3rem; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.topBg { |
|
|
|
height: .7rem; |
|
|
|
background: url(/img/img1.png) no-repeat; |
|
|
@ -566,7 +570,7 @@ export default { |
|
|
|
position: relative; |
|
|
|
background: url(/img/img2.png) no-repeat; |
|
|
|
background-size: cover; |
|
|
|
margin-bottom: .8rem; |
|
|
|
margin-bottom: .5rem; |
|
|
|
} |
|
|
|
|
|
|
|
.tbody .tr:nth-child(odd) { |
|
|
@ -583,8 +587,8 @@ export default { |
|
|
|
.thead { |
|
|
|
background: #061131; |
|
|
|
width: 100%; |
|
|
|
height: .7rem; |
|
|
|
line-height: .7rem; |
|
|
|
height: .575rem; |
|
|
|
line-height: .575rem; |
|
|
|
font-size: .2rem; |
|
|
|
|
|
|
|
.td { |
|
|
|