#f4f6fa
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div class="AppLegalLearning">
 | 
			
		||||
    <u-navbar title="法治学习" background="#f3f5f7" :is-back="false" title-bold></u-navbar>
 | 
			
		||||
    <u-navbar title="法治学习" background="#f4f6fa" :is-back="false" title-bold></u-navbar>
 | 
			
		||||
    <div class="tabs_box">
 | 
			
		||||
      <u-tabs :list="tabs" font-size="32" bg-color="#f3f5f7" inactive-color="#999999"
 | 
			
		||||
     :active-item-style="{color: '#222222'}" :is-scroll="true" :current="currIndex" @change="(i) => (currIndex = i)"> </u-tabs>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,9 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div class="classDetail">
 | 
			
		||||
    <u-navbar title="在线课堂" background="#f3f5f7"></u-navbar>
 | 
			
		||||
    <u-navbar title="在线课堂" background="#f4f6fa"></u-navbar>
 | 
			
		||||
 | 
			
		||||
    <div class="media">
 | 
			
		||||
      <img src="https://cdn.cunwuyun.cn/qujing/jige.png" alt="" v-if="data.courseType == 0">
 | 
			
		||||
      <img :src="data.pictureUrl" alt="" v-if="data.courseType == 0">
 | 
			
		||||
      <video :src="data.videoUrl" controls v-if="data.courseType == 1"/>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user