罗世杰:feat:初始化统计色块,完成店铺列表和找店列表的切换,完成首页导航
This commit is contained in:
56
pages/index/Statistics.vue
Normal file
56
pages/index/Statistics.vue
Normal file
@@ -0,0 +1,56 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user