chuangte_bike_newxcx/pages/tj.vue

71 lines
1.1 KiB
Vue
Raw Normal View History

2023-12-05 16:45:28 +08:00
<template>
2024-01-24 11:55:35 +08:00
<view class="page">
2025-04-01 21:35:30 +08:00
<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">
2025-04-10 08:57:21 +08:00
2024-01-27 16:37:52 +08:00
</view>
</view>
2025-04-01 21:35:30 +08:00
<tab-bar :indexs='3'></tab-bar>
2023-12-05 16:45:28 +08:00
</view>
</template>
<script>
export default {
data() {
return {
2025-04-01 21:35:30 +08:00
bgc: {
backgroundColor: "",
2024-03-25 19:46:07 +08:00
},
2025-04-01 21:35:30 +08:00
};
2024-01-24 11:55:35 +08:00
},
2025-04-01 21:35:30 +08:00
methods: {},
};
2023-12-05 16:45:28 +08:00
</script>
2024-01-24 11:55:35 +08:00
<style lang="scss">
page {
2025-04-01 21:35:30 +08:00
background-color: #fff;
2024-01-24 11:55:35 +08:00
}
2025-04-01 21:35:30 +08:00
.wuche {
width: 100%;
text-align: center;
margin-top: 340rpx;
image{
width: 490rpx;
height: 460rpx;
2024-01-24 11:55:35 +08:00
}
2025-04-01 21:35:30 +08:00
.wz {
width: 100%;
text-align: center;
font-size: 32rpx;
color: #929292;
margin-top: 20rpx;
2024-01-24 11:55:35 +08:00
}
2024-01-27 16:37:52 +08:00
2025-04-01 21:35:30 +08:00
.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;
2024-01-27 16:37:52 +08:00
}
2024-01-24 11:55:35 +08:00
}
2025-04-01 21:35:30 +08:00
.bj {
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: -1;
}
2024-01-24 11:55:35 +08:00
</style>