Files
WorkOrderSys/FrontCode1/src/components/commonproblemDetails.vue
ky_wubo 0ab59b9541 1
2021-10-29 13:39:30 +08:00

84 lines
3.1 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<div>
<div id="wrapper" class="am-text-sm">
<div class="am-g">
<div class="am-u-sm-12 am-u-lg-11 am-u-sm-centered">
<div class="am-panel am-panel-default">
<div class="am-panel-bd">
<article class="am-article">
<div class="am-article-hd am-margin-bottom">
<h1 class="am-article-title">
腾讯投资终结者2019 将负责中国大陆市场宣传
</h1>
<div class="am-article-meta am-padding-0">
<ol class="am-breadcrumb am-breadcrumb-slash am-inline">
<li><a href="/">首页</a></li>
<li>
<a href="/?g=Form&amp;m=Fqa&amp;a=list">常见问题</a>
</li>
<li class="am-active">PESCMS TEAM - 定制咨询</li>
</ol>
<time
class="date"
datetime="2019-03-25 16:09"
title="2019年03月25日 16:09"
>
2019年03月25日 16:09</time
>
</div>
</div>
<hr
data-am-widget="divider"
style=""
class="am-divider am-divider-dashed am-no-layout"
/>
<div class="am-article-bd">
<p>
<span
style="
transition: all 0.2s ease 0s;
font-weight: 700;
color: rgb(0, 0, 0);
font-family: 'Classic Grotesque W01', 'Hiragino Sans GB',
'Microsoft YaHei', STHeiti, 'WenQuanYi Micro Hei',
Arial, SimSun, sans-serif;
font-size: 16px;
background-color: rgba(255, 255, 255, 0.65);
"
>卡梅隆重启的新版终结者2019终结者黑暗命运曝光新消息腾讯影业将负责该片在中国大陆地区的市场工作</span
><span
style="
color: rgb(0, 0, 0);
font-family: 'Classic Grotesque W01', 'Hiragino Sans GB',
'Microsoft YaHei', STHeiti, 'WenQuanYi Micro Hei',
Arial, SimSun, sans-serif;
font-size: 16px;
background-color: rgba(255, 255, 255, 0.65);
"
>在昨日举办的一花一世界UP2019腾讯新文创生态大会上腾讯集团副总裁腾讯影业首席执行官程武也更新了2019最新片单</span
>
</p>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
</template>
<script>
export default {
name: "home",
props: {
msg: String,
},
};
</script>
<style scoped>
</style>