|
|
@ -4,6 +4,7 @@ |
|
|
|
<el-col v-for="(item,index) in data" |
|
|
|
:key="index" |
|
|
|
:md="span" |
|
|
|
:offset="index==0?4:0" |
|
|
|
:sm="12" |
|
|
|
:xs="24" |
|
|
|
> |
|
|
@ -75,6 +76,7 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import CountTo from '@/components/CountTo' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'DataPay', |
|
|
|
components: {CountTo}, |
|
|
@ -114,6 +116,7 @@ export default { |
|
|
|
-webkit-box-shadow: 1px 2px 10px #eee; |
|
|
|
box-shadow: 1px 2px 10px #eee; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .top { |
|
|
|
width: 100%; |
|
|
|
height: 6px; |
|
|
@ -122,42 +125,51 @@ export default { |
|
|
|
left: 0; |
|
|
|
border-radius: 4px 4px 0 0; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .header { |
|
|
|
margin-bottom: 40px; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .title { |
|
|
|
text-align: center; |
|
|
|
padding: 20px 0 10px; |
|
|
|
font-size: 20px; |
|
|
|
font-weight: 200; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .money span { |
|
|
|
margin-right: 5px; |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .money .b { |
|
|
|
margin-right: 2px; |
|
|
|
font-size: 20px; |
|
|
|
font-weight: 700; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .money s { |
|
|
|
margin-right: 3px; |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .money em { |
|
|
|
font-size: 14px; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .img { |
|
|
|
width: 50px; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .line { |
|
|
|
width: 60%; |
|
|
|
height: 1px; |
|
|
|
background: rgba(150, 150, 150, 0.1); |
|
|
|
margin: 20px auto; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .btn { |
|
|
|
display: block; |
|
|
|
width: 120px; |
|
|
@ -171,6 +183,7 @@ export default { |
|
|
|
-webkit-transition: opacity 0.2s ease-in-out; |
|
|
|
transition: opacity 0.2s ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .list-item { |
|
|
|
list-style: none; |
|
|
|
padding-left: 20px; |
|
|
@ -178,17 +191,21 @@ export default { |
|
|
|
color: #666; |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .list-item a { |
|
|
|
color: #666; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .list-item-icon { |
|
|
|
color: #515a6e; |
|
|
|
margin-right: 8px; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .list-item--link { |
|
|
|
font-size: 12px; |
|
|
|
color: #2d8cf0; |
|
|
|
} |
|
|
|
|
|
|
|
.data-pay .list-item--no, |
|
|
|
.data-pay .list-item--no + span { |
|
|
|
color: #c5c8ce; |
|
|
|