56 lines
870 B
Vue
56 lines
870 B
Vue
<template>
|
|
<view class="root u-flex">
|
|
<view class="left">
|
|
<view>
|
|
<u-image src="/static/statistics/sy_icon_ljyh.png"
|
|
width="356rpx"
|
|
height="320rpx"
|
|
/>
|
|
</view>
|
|
|
|
</view>
|
|
<view class="right">
|
|
<view>
|
|
<u-image src="/static/statistics/sy_icon_ljzd1.png"
|
|
width="340rpx"
|
|
height="150rpx"
|
|
/>
|
|
</view>
|
|
<view>
|
|
<u-image src="/static/statistics/sy_icon_ljzd0.png"
|
|
width="340rpx"
|
|
height="150rpx"
|
|
/>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
</script>
|
|
|
|
<style scoped lang="scss">
|
|
.root {
|
|
position: relative;
|
|
margin: 10px 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
text {
|
|
font-size: 13px;
|
|
font-weight: 800;
|
|
}
|
|
.left {
|
|
color: #06562E;
|
|
.text1 {
|
|
|
|
}
|
|
}
|
|
.right{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
</style> |