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.

44 lines
919 B

2 months ago
<template>
<view style="display: flex;flex-direction: column;">
<u-navbar bgColor="#ffffff" :placeholder="true" titleStyle="font-weight:600" title="联系我们" :autoBack="true">
</u-navbar>
<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: 36rpx;
color: #5a0b10;
background-color: #f3f1f4;
// padding: 30rpx;
}
</style>