提交 67ab8392 编写于 作者: guangjun.yang's avatar guangjun.yang

I 类学分问题

上级 d9042165
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</td> </td>
</tr> </tr>
</table> </table>
<article class="cb-wrapper"> <article class="cb-wrapper" :class="{'padding-top-106': !isWeb}">
<CardBanner></CardBanner> <CardBanner></CardBanner>
</article> </article>
<article class="page-content-list"> <article class="page-content-list">
...@@ -85,6 +85,7 @@ export default { ...@@ -85,6 +85,7 @@ export default {
data() { data() {
return { return {
showLoading: false, showLoading: false,
isWeb: window.__isWeb,
bgColor: "#fff", bgColor: "#fff",
isShow: false, isShow: false,
navTitle: "CME项目", navTitle: "CME项目",
...@@ -368,6 +369,9 @@ export default { ...@@ -368,6 +369,9 @@ export default {
top: px2rem(44px); top: px2rem(44px);
left: 0; left: 0;
z-index: 1; z-index: 1;
&.padding-top-106 {
top: px2rem(108px);
}
} }
&-list { &-list {
padding-top: px2rem(80px); padding-top: px2rem(80px);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册