我在基础5上的标签时遇到问题。它没有在2个标签之间切换,而css似乎也没有工作。
JS小提琴:
<div class="row">
<div class="large-12 columns">
<ul class="tabs" data-tab>
<li class="tab-title active"><a href="#panel2-1">Nutrition Plans</a></li>
<li class="tab-title"><a href="#panel2-2">Fitness Plans</a></li>
</ul>
</div>
</div>
<div class="tabs-content">
<div class="content active" id="panel2-1">
<div class="row">
<div class="large-7 columns">
<p class="serv-intro">We can give advice & offer you a personalised nutrition Our nutrition plan will not leave you hungry but it will achieve results so you can look your best.</p>
<p class="serv-body">One of the key factors of living a healthy lifestyle is having the right nutrition. Making the correct choices and sourcing the correct food has a massive influence on your health & wellbeing.</p>
</div>
<div class="large-5 columns">
<p class="serv-intro">Our Advice will depend on the following:</p>
<ul class="serv-list">
<li>Weight</li><hr>
<li>BMI & Calorie Intake</li><hr>
<li>Blood Pressure & Heart Rate Checks</li><hr>
<li>Eating Habits & Lifestyle</li>
</ul>
</div>
</div>
<div class="row">
<div class="large-7 columns">
<p class="serv-intro">Eating Healthy For Life.</p>
</div>
<div class="large-5 columns">
<p class="serv-intro">Professional Analysts</p>
</div>
</div>
<div class="row">
<div class="large-7 columns">
<p class="serv-body">There are many misconceptions about the quality and type of foods that make up a healthy eating plan. Often people under eat which reduces their metabolic rate and lowers the rate you could be increasing your body fat mass. The immediate decrease in weight is often the result of losing lean muscle tissue and dehydration. Losing weight isn’t about eating less. It's important to realise that losing healthily isn’t a quick fix, it's learning to make healthy choices for life.</p>
</div>
<div class="large-5 columns">
<p class="serv-body">We use professional software to analyse and devise your personal nutrition plan based on your specific needs</p>
</div>
</div>
</div>
<div class="content" id="panel2-2">
<div class="row">
<div class="large-12 columns">
<p>Hello Dave</p>
</div>
</div>
</div>
</div>
非常欢迎任何建议。
答案 0 :(得分:0)
问题解决了。我下载了最新的基础文件并替换了JS和CSS文件夹,现在可以使用了。