Commit a11b3b4f by 刘海龙

1111

parent 3f2ac27c
...@@ -30,9 +30,11 @@ ...@@ -30,9 +30,11 @@
p { font-size: 13px;font-weight: 400; color: #333; text-indent: 2em; line-height: 18px; padding: 0 12px; margin-top: 10px; } p { font-size: 13px;font-weight: 400; color: #333; text-indent: 2em; line-height: 18px; padding: 0 12px; margin-top: 10px; }
.imgBox { width: 100%; height: 160px; position: fixed; bottom: 0; z-index: -1; } .imgBox { width: 100%; height: 160px; position: fixed; bottom: 0; z-index: -1; }
.imgBox img { width: 100%; height: 100%; } .imgBox img { width: 100%; height: 100%; }
.back { position: fixed; top: 1rem; left: .5rem; }
</style> </style>
</head> </head>
<body> <body>
<a class="back" href="{:U('classroom/Index/find')}"><i class="icon icon-zuojiantou"></i></a>
<h3>“高榜题名真题联盟”商务合作</h3> <h3>“高榜题名真题联盟”商务合作</h3>
<p> <p>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
body { body {
padding: 0 !important; padding: 0 !important;
} }
.tabs_container { height: 3.25rem; flex: 1; } .tabs_container { height: 3.25rem; flex: 1; border-bottom:none; }
.van-sticky { display: flex;align-items: center; border-bottom: 0.0625rem solid #ebedf0; } .van-sticky { display: flex;align-items: center; border-bottom: 0.0625rem solid #ebedf0; }
</style> </style>
<div id="app" style="height: 100%;"> <div id="app" style="height: 100%;">
......
...@@ -3,10 +3,13 @@ ...@@ -3,10 +3,13 @@
body { body {
padding: 0 !important; padding: 0 !important;
} }
.tabs_container { height: 3.25rem; flex: 1; border-bottom:none; }
.van-sticky { display: flex;align-items: center; border-bottom: 0.0625rem solid #ebedf0; }
</style> </style>
<div id="app"> <div id="app">
<van-sticky> <van-sticky>
<a href="{:U('classroom/Index/find')}"><i class="icon icon-zuojiantou"></i></a>
<div class="tabs_container"> <div class="tabs_container">
<div @click="onChange(idx)" v-for="(opt, idx) in options" :key="idx" :class="idx == tab ? 'tab_item_selected' : 'tab_item_normal'" > <div @click="onChange(idx)" v-for="(opt, idx) in options" :key="idx" :class="idx == tab ? 'tab_item_selected' : 'tab_item_normal'" >
<span>{{opt.title}}</span> <span>{{opt.title}}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment