index.vue 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. <template>
  2. <view id="contact">
  3. <!-- 快捷导航 -->
  4. <webHeader />
  5. <img
  6. src="/static/web/Slice 25@2x.png"
  7. style="width: 100%; margin: 0px; display: block"
  8. />
  9. <view class="contact_content">
  10. <view style="color: #000; font-size: 13rpx; margin: 0px"> 联系我们 </view>
  11. <view class="r_flex_space">
  12. <view class="left">
  13. <view class="" style="font-weight: 600">客服电话</view>
  14. <view
  15. style="color: #3f7ce5; font-size: 13rpx; margin: 8rpx 0rpx 18rpx"
  16. ><u-icon name="phone" color="#3F7CE5" size="13"></u-icon>
  17. 0898—65366726</view
  18. >
  19. <view class="r_flex_align" style="color: #616161; font-size: 7rpx">
  20. <i></i> 海南省海口市美兰区国兴大道5号海南大厦46层
  21. </view>
  22. <view class="r_flex_align" style="color: #616161; font-size: 7rpx">
  23. <i></i>cs@hninfornet.com
  24. </view>
  25. </view>
  26. <view class="right">
  27. <input class="input" type="text" placeholder="姓名" />
  28. <input class="input" type="text" placeholder="电话" />
  29. <input class="input" type="text" placeholder="邮箱" />
  30. <textarea
  31. class="input textarea"
  32. placeholder="请简单描述您的问题..."
  33. rows="2"
  34. ></textarea>
  35. <view class="button r_cursor"> 提交内容 </view>
  36. </view>
  37. </view>
  38. </view>
  39. <view class="contact_content2">
  40. <view style="color: #000; font-size: 13rpx; padding: 20rpx 0rpx 10rpx">
  41. 更多服务
  42. </view>
  43. <view class="r_flex_center">
  44. <view class="nav_item">
  45. <u-icon name="file-text-fill" color="#2979ff" size="28"></u-icon>
  46. <view class="text1">在线工单</view>
  47. <view class="text2">云产品及业务问题,专业工程师为您解答</view>
  48. <view class="text3"
  49. >点击进入
  50. <u-icon name="arrow-rightward" color="#2979ff" size="8"></u-icon>
  51. </view>
  52. </view>
  53. <view class="nav_item">
  54. <u-icon name="file-text-fill" color="#2979ff" size="28"></u-icon>
  55. <view class="text1">自助服务</view>
  56. <view class="text2"
  57. >多样化自助服务,您可自助解决账号、财务、备案等</view
  58. >
  59. <view class="text3"
  60. >点击进入
  61. <u-icon name="arrow-rightward" color="#2979ff" size="8"></u-icon>
  62. </view>
  63. </view>
  64. <view class="nav_item">
  65. <u-icon name="file-text-fill" color="#2979ff" size="28"></u-icon>
  66. <view class="text1">帮助中心</view>
  67. <view class="text2"
  68. >海量帮助文档,涵盖产品简介、购买指导、缦作指南
  69. 问题,等,助您快速部唇上云</view
  70. >
  71. <view class="text3"
  72. >点击进入
  73. <u-icon name="arrow-rightward" color="#2979ff" size="8"></u-icon>
  74. </view>
  75. </view>
  76. </view>
  77. </view>
  78. <view class="contact_content2 contact_content3">
  79. <view style="color: #000; font-size: 13rpx; padding: 20rpx 0rpx 10rpx">
  80. 常见问题
  81. </view>
  82. <view class="r_flex_center">
  83. <view class="nav_item3">
  84. <view class="text31">注册与登录</view>
  85. <view class="text32 r_flex_align">
  86. <i></i> 移动云炸号被响定怎么办?</view
  87. >
  88. <view class="text32 r_flex_align">
  89. <i></i> 为什么要进行实名认证?</view
  90. >
  91. <view class="text32 r_flex_align"> <i></i> 对像存储安全吗?</view>
  92. <view class="text32 r_flex_align"> <i></i> 如何设置告都策略?</view>
  93. </view>
  94. <view class="nav_item3">
  95. <view class="text31">实名认证</view>
  96. <view class="text32 r_flex_align">
  97. <i></i> 忘记移动云登录账号,如何找国账导?</view
  98. >
  99. <view class="text32 r_flex_align">
  100. <i></i> 如何完成个人用户实名认证?</view
  101. >
  102. <view class="text32 r_flex_align">
  103. <i></i> SDK与REST接口分别在什么时候使用?</view
  104. >
  105. <view class="text32 r_flex_align">
  106. <i></i> 提供哪些告警进知方式?</view
  107. >
  108. </view>
  109. <view class="nav_item3">
  110. <view class="text31">对象储存</view>
  111. <view class="text32 r_flex_align">
  112. <i></i> 如何兜成实名认证信息变更?</view
  113. >
  114. <view class="text32 r_flex_align">
  115. <i></i> 可以栓测系统灑润并修复吗?</view
  116. >
  117. <view class="text32 r_flex_align">
  118. <i></i> 关于SDK与REST对外接口的区别?</view
  119. >
  120. <view class="text32 r_flex_align"> <i></i> 如何找回够动云窗码?</view>
  121. </view>
  122. <view class="nav_item3">
  123. <view class="text31">云监控</view>
  124. <view class="text32 r_flex_align">
  125. <i></i> 甫次叠陆使用手机号码及离码无法整随?</view
  126. >
  127. <view class="text32 r_flex_align"> <i></i> 如何壳成企业认证?</view>
  128. <view class="text32 r_flex_align">
  129. <i></i> 对象存槎SDK与REST对外接口地址?</view
  130. >
  131. <view class="text32 r_flex_align">
  132. <i></i> 公有策略、私有策略的区刷?</view
  133. >
  134. </view>
  135. </view>
  136. </view>
  137. <!-- ·移动云炸号被响定怎么办?
  138. ◆为什么要进行实名认证?
  139. ◆对像存储安全吗?
  140. *如何设置告都策略?
  141. ◆忘记移动云登录账号,如何找国账导?
  142. ◆如何完成个人用户实名认证?
  143. ◆SDK与REST接口分别在什么时候使用?
  144. ・提供哪些告警进知方式?
  145. *如何兜成实名认证信息变更?
  146. ▪可以栓测系统灑润并修复吗?
  147. ◆关于SDK与REST对外接口的区别?
  148. ·如何找回够动云窗码?
  149. ·甫次叠陆使用手机号码及离码无法整随?
  150. *如何壳成企业认证?
  151. ◆对象存槎SDK与REST对外接口地址?
  152. ·公有策略、私有策略的区刷? -->
  153. <webFooter />
  154. </view>
  155. </template>
  156. <script>
  157. import webHeader from "@/components/web-header";
  158. import webFooter from "@/components/web-footer";
  159. import storage from "@/utils/storage";
  160. import store from "@/store/index";
  161. export default {
  162. components: {
  163. webHeader,
  164. webFooter,
  165. },
  166. data() {
  167. return {};
  168. },
  169. computed: {
  170. appStore: () => store.getters.app,
  171. mesText: () => store.getters.app.verifymsg,
  172. },
  173. /**
  174. * 生命周期函数--监听页面加载
  175. */
  176. onLaunch({ path, query, scene }) {
  177. console.log("empty - onLaunch");
  178. },
  179. /**
  180. * 生命周期函数--监听页面显示
  181. */
  182. onShow(options) {},
  183. methods: {},
  184. };
  185. </script>
  186. <style lang="scss" scoped>
  187. #contact {
  188. .dynamic_content {
  189. margin: 0 36rpx;
  190. text-align: left;
  191. font-size: 13rpx;
  192. color: #898888;
  193. }
  194. .contact_content {
  195. background: #fff;
  196. width: 100%;
  197. text-align: center;
  198. padding: 26rpx 87rpx 10rpx;
  199. }
  200. .contact_content2 {
  201. padding-bottom: 40rpx;
  202. text-align: center;
  203. background: #f6f8fc;
  204. .nav_item {
  205. padding-top: 10rpx;
  206. width: 157rpx;
  207. height: 110rpx;
  208. background: #fff;
  209. box-shadow: 4px 4px 4px #ececec;
  210. margin-left: 7.5rpx;
  211. }
  212. .text1 {
  213. font-size: 8rpx;
  214. margin-top: 2rpx;
  215. margin-bottom: 4rpx;
  216. }
  217. .text2 {
  218. padding: 0 20rpx;
  219. height: 20rpx;
  220. font-size: 6rpx;
  221. }
  222. .text3 {
  223. margin: 10rpx 0rpx;
  224. font-size: 6rpx;
  225. color: #2979ff;
  226. cursor: pointer;
  227. &:hover {
  228. text-decoration: underline;
  229. }
  230. }
  231. }
  232. .contact_content3 {
  233. background: #fff;
  234. .nav_item3 {
  235. position: relative;
  236. width: 135rpx;
  237. height: 89rpx;
  238. box-shadow: 0px 0px 12px #d2d2d2;
  239. text-align: left;
  240. margin: 0 4rpx;
  241. .text31 {
  242. margin-bottom: 8rpx;
  243. width: 135rpx;
  244. font-size: 8rpx;
  245. color: #fff;
  246. padding: 6rpx 0rpx;
  247. padding-left: 10rpx;
  248. background: url("/static/web/10006.jpg");
  249. background-size: cover; /* 或 contain */
  250. }
  251. .text32 {
  252. padding: 0 10rpx;
  253. margin-top: 4rpx;
  254. font-size: 6rpx;
  255. color: #7b7b7b;
  256. i {
  257. margin-right: 2rpx;
  258. margin-top: 1rpx;
  259. }
  260. }
  261. }
  262. }
  263. .left {
  264. text-align: left;
  265. font-size: 11rpx;
  266. }
  267. .right {
  268. .input {
  269. width: 154rpx;
  270. height: auto;
  271. text-align: left;
  272. background: #fafafa;
  273. display: block;
  274. color: #333;
  275. border-radius: 6px;
  276. text-align: left;
  277. border: 1px solid #ccc;
  278. margin-bottom: 6rpx;
  279. font-size: 6rpx;
  280. padding: 4rpx 4rpx;
  281. }
  282. input:hover::placeholder {
  283. color: #ccc;
  284. }
  285. .textarea {
  286. padding: 4rpx 4rpx;
  287. height: 30rpx;
  288. }
  289. .button {
  290. width: 154rpx;
  291. padding: 4rpx 4rpx;
  292. font-size: 6rpx;
  293. background: #016fff;
  294. border-radius: 6px;
  295. color: #fff;
  296. }
  297. }
  298. .item_new {
  299. padding-top: 20rpx;
  300. padding-bottom: 10rpx;
  301. border-top: 1px solid #dcdee0;
  302. .p1 {
  303. font-size: 17rpx;
  304. color: #343b47;
  305. }
  306. .time1 {
  307. font-weight: 300;
  308. font-size: 11rpx;
  309. color: #9ca1a8;
  310. margin: 9rpx 0rpx 10rpx;
  311. }
  312. .text1 {
  313. font-weight: 300;
  314. font-size: 13rpx;
  315. color: #6c717a;
  316. padding-right: 30rpx;
  317. }
  318. }
  319. i {
  320. display: block;
  321. margin-right: 6rpx;
  322. width: 2rpx;
  323. height: 2rpx;
  324. border-radius: 100%;
  325. background: #65676a;
  326. }
  327. }
  328. </style>