71 lines
1.1 KiB
Vue
71 lines
1.1 KiB
Vue
<template>
|
|
<view class="page">
|
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uCVscXCz98dUNHckgAkz" class="bj" mode=""></image>
|
|
<!-- ??? -->
|
|
<view class="wuche">
|
|
<image src="https://api.ccttiot.com/smartmeter/img/static/utgzG3HnNvNgeoMnuKqg" mode=""></image>
|
|
<view class="fujin">
|
|
|
|
</view>
|
|
</view>
|
|
<tab-bar :indexs='3'></tab-bar>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
bgc: {
|
|
backgroundColor: "",
|
|
},
|
|
};
|
|
},
|
|
methods: {},
|
|
};
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.wuche {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-top: 340rpx;
|
|
image{
|
|
width: 490rpx;
|
|
height: 460rpx;
|
|
}
|
|
.wz {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
color: #929292;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.fujin {
|
|
width: 256rpx;
|
|
height: 90rpx;
|
|
background: #EEF6FF;
|
|
border-radius: 10rpx;
|
|
font-weight: 600;
|
|
font-size: 36rpx;
|
|
color: #74AEEE;
|
|
text-align: center;
|
|
line-height: 90rpx;
|
|
margin: 20rpx auto;
|
|
}
|
|
}
|
|
|
|
.bj {
|
|
width: 100%;
|
|
height: 100vh;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
}
|
|
</style> |