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 style = "display: flex;flex-direction: column;" >
< u -navbar bgColor = "#ffffff" :placeholder ="true" titleStyle = "font-weight:600" title = "联系我们" :autoBack ="true" >
< / u - n a v b a r >
< image style = "width: 100%;" src = "../../../static/mine/contant.png" >
< / image >
< view style = "padding-left:50rpx;margin-top: 30rpx;" >
< view style = "margin-bottom: 15rpx;" >
< view > 技术电话 : < / view >
< view > 13271582903 < / view >
< / view >
<!-- < view style = "margin-bottom: 15rpx;" >
< view > 邮箱 : < / view >
< view > 123456789 < / view >
< / view > -- >
< view >
< view > 工作时间 : < / view >
< view > 周一至周五 09 : 00 - 18 : 00 < / view >
< / view >
< / view >
< / view >
< / template >
< script >
export default {
data ( ) {
return {
} ;
}
}
< / script >
< style lang = "scss" >
page {
font - weight : 500 ;
font - size : 36 rpx ;
color : # 5 a0b10 ;
background - color : # f3f1f4 ;
// padding: 30rpx;
}
< / style >