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.

62 lines
1.6 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">
2 weeks ago
<!-- <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>
2 weeks ago
</view> -->
<view class="flex solids-bottom padding-tb-sm justify-between">
<view class="flex">
<text class=" text-gray cuIcon-mobile iconTop"></text>
2 weeks ago
<view class="padding-left-xs">客服电话
<text style="color: #576b95; font-weight: 600">137 7433 4540</text>
</view>
</view>
<view class="flex">
</view>
</view>
2 weeks ago
<view class="flex padding-tb-sm justify-between">
<view class="flex">
<text class=" text-gray cuIcon-phone iconTop"></text>
2 weeks ago
<view class="padding-left-xs">公司邮箱
<text style="color: #576b95; font-weight: 600">service@marcellauto.com</text>
</view>
</view>
</view>
2 weeks ago
<!-- <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>
2 weeks ago
</view> -->
</view>
</view>
</view>
</template>
<script setup>
</script>
<style lang="scss" scoped>
.section {
width: 100%;
height: 100vh;
background: #F7F8FA;
}
.navImg {
width: 100%;
height: 400rpx;
}
2 weeks ago
.iconTop {
margin-top: 5rpx;
}
</style>