powerbank/pages/agentpages/devicemanagement/chargepallist/listdetail/index.vue
2024-05-11 10:57:53 +08:00

244 lines
5.3 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view class="page">
<u-navbar title="设备详情" :border-bottom="false" :background="bgc" title-color='#000' title-size='36'
height='38'></u-navbar>
<view class="box">
<view class="boxtop">
<view class="bh">
SDFGA54521684371 <u-icon name="file-text" size="28"></u-icon>
</view>
<view class="cdbbuttom">
<view class="one">
<text>网络状态</text><text>设备状态</text><text>可租</text><text>可还</text>
</view>
<view class="two">
<text style="color: #1DBE7B;">在线</text><text
style="color: #1DBE7B;">正常</text><text>8</text><text>0</text>
</view>
</view>
<view class="yuny">
<text>已运营3天</text> <text>2024-04-07</text>
</view>
</view>
<view class="boxbd">
<view class="butt">
<text>刷新</text> <text>重启设备</text><text>弹出所有</text><text>卡位(8)</text>
</view>
<view class="cbdxq">
<view>DGSF1278187964/80%</view><view>DGSF1278187964/80%</view>
<view>DGSF1278187964/80%</view><view>DGSF1278187964/80%</view>
<view></view><view>DGSF1278187964/80%</view>
<view>DGSF1278187964/80%</view><view>DGSF1278187964/80%</view>
</view>
<view class="tishi">
<view class="">
提示单点可强制弹出
</view>
<view class="" style="margin-top: 5rpx;">
长按卡位可以锁定卡位锁定的卡位将不会被租借
</view>
</view>
<view class="sjxx">
<view class="tit">
商家信息
</view>
<view class="dpxx">
<text>店铺名称</text> <text style="color: #1DBE7B;">瑞斯特酒店龙安店</text>
</view>
<view class="dpdz">
<text>店铺地址</text> <text>福鼎市兴港路附近中石化森美龙安加油站</text>
</view>
<view class="dxxx">
断线信息
</view>
<view class="zjdx">
<text>最近断线时间</text> <text>--</text>
</view>
<view class="zjdx">
<text>最近登录时间</text> <text>2024-03-28</text>
</view>
<view class="zjdx">
<text>最近短线时长</text> <text>--</text>
</view>
</view>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss">
page {
background: linear-gradient(180deg, #25CE88 0%, rgba(255, 255, 255, 0) 100%);
}
.page {
width: 750rpx;
position: fixed;
top: 0;
left: 0;
.box {
width: 750rpx;
height: 1440rpx;
background: #F4F5F7;
border-radius: 0rpx 0rpx 0rpx 0rpx;
padding-top: 22rpx;
.boxbd {
width: 750rpx;
height: 1118rpx;
background: #FFFFFF;
padding: 30rpx 42rpx;
box-sizing: border-box;
margin-top: 32rpx;
.tishi{
text-align: center;
margin-top: 24rpx;
font-weight: 500;
font-size: 24rpx;
color: #FF4444;
}
.sjxx{
margin-top: 54rpx;
.tit{
font-weight: 500;
font-size: 28rpx;
color: #3D3D3D;
}
.dpxx{
display: flex;
justify-content: space-between;
font-size: 28rpx;
color: #808080;
margin-top: 24rpx;
}
.dpdz{
display: flex;
justify-content: space-between;
font-size: 28rpx;
color: #808080;
margin-top: 24rpx;
}
.dxxx{
font-weight: 500;
font-size: 28rpx;
color: #3D3D3D;
margin-top: 24rpx;
}
.zjdx{
display: flex;
justify-content: space-between;
font-size: 28rpx;
color: #808080;
margin-top: 24rpx;
}
}
.cbdxq {
width: 680rpx;
height: 344rpx;
background: #F2F3F5;
border-radius: 24rpx 24rpx 24rpx 24rpx;
margin: auto;
margin-top: 52rpx;
padding: 20rpx 12rpx;
box-sizing: border-box;
view {
display: inline-block;
width: 314rpx;
background: #FFFFFF;
border-radius: 27rpx 27rpx 27rpx 27rpx;
font-weight: 500;
font-size: 20rpx;
color: #3D3D3D;
text-align: center;
line-height: 53rpx;
margin-top: 16rpx;
margin-right: 10rpx;
}
}
.butt {
display: flex;
justify-content: space-between;
text {
text-align: center;
width: 158rpx;
height: 68rpx;
line-height: 68rpx;
background: #1DBE7B;
border-radius: 10rpx 10rpx 10rpx 10rpx;
font-weight: 500;
font-size: 28rpx;
color: #FFFFFF;
}
}
}
.boxtop {
padding: 30rpx;
box-sizing: border-box;
width: 680rpx;
height: 268rpx;
background: #FFFFFF;
border-radius: 24rpx 24rpx 24rpx 24rpx;
margin: auto;
.bh {
font-size: 24rpx;
color: #3D3D3D;
border-bottom: 1px solid #ccc;
padding-bottom: 14rpx;
}
.cdbbuttom {
margin-top: 20rpx;
font-size: 24rpx;
color: #3D3D3D;
border-bottom: 1px solid #ccc;
padding-bottom: 24rpx;
text {
width: 100rpx;
text-align: center;
}
.one {
display: flex;
justify-content: space-between;
}
.two {
display: flex;
justify-content: space-between;
margin-top: 16rpx;
}
}
.yuny {
display: flex;
justify-content: space-between;
font-size: 24rpx;
color: #3D3D3D;
margin-top: 16rpx;
}
}
}
}
</style>