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.
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" > 客服电话 : 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 : 100 vh ;
background : # F7F8FA ;
}
. navImg {
width : 100 % ;
height : 400 rpx ;
}
. iconTop {
margin - top : 5 rpx ;
}
< / style >