You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.5 KiB

<template>
<view class="section">
<view>
<!-- <image class="navImg" src="../../../static/home/backBg.png" mode="scaleToFill"></image> -->
</view>
<view class="cu-card ">
<view class="cu-item shadow padding-lr-sm">
<view class="flex solids-bottom padding-tb-sm justify-between">
<view class="flex">
<text class=" text-gray cuIcon-people iconTop"></text>
<view class="padding-left-xs">联系人李先生</view>
</view>
</view>
<view class="flex solids-bottom padding-tb-sm justify-between">
<view class="flex">
<text class=" text-gray cuIcon-mobile iconTop"></text>
<view class="padding-left-xs">客服电话0518-00000011</view>
</view>
<view class="flex">
</view>
</view>
<view class="flex solids-bottom padding-tb-sm justify-between">
<view class="flex">
<text class=" text-gray cuIcon-phone iconTop"></text>
<view class="padding-left-xs">公司电话0518-00000000</view>
</view>
</view>
<view class="flex padding-tb-sm justify-between">
<view class="flex">
<text class=" text-gray cuIcon-location iconTop"></text>
<view class="padding-left-xs">公司地址苏州瀚腾科技有限公司</view>
</view>
</view>
</view>
</view>
</view>
</template>
<script setup>
</script>
<style lang="scss" scoped>
.section {
width: 100%;
height: 100vh;
background: #F7F8FA;
}
.navImg {
width: 100%;
height: 400rpx;
}
.iconTop{
margin-top: 5rpx;
}
</style>