1
This commit is contained in:
83
FrontCode1/src/components/commonproblemDetails.vue
Normal file
83
FrontCode1/src/components/commonproblemDetails.vue
Normal file
@@ -0,0 +1,83 @@
|
||||
<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&m=Fqa&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>
|
||||
Reference in New Issue
Block a user