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

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<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">客服电话xxxx xxxx</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">公司电话xxxx xxxx</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">公司地址xxxx科技有限公司</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>