tanxue hai 2 meses
pai
achega
03c018f2c4

+ 5 - 1
common/styles/global/components.scss

@@ -28,7 +28,7 @@ view{box-sizing: border-box;}
 }
 
 /***** tabbar  *****/
-.phone-custom-tabbar{
+.phone-custom-tabbar,.phone-client-tabbar{
 	width: 100%;height: 130rpx;background-color: #fff;border-top: 1rpx solid #e5e4e4;z-index: 9;
 	position: fixed;left: var(-window-left);right: var(-window right);bottom: var(--window-bottom);
 	box-sizing: border-box;padding-bottom: env(safe-area-inset-bottom);display: flex;justify-content: space-around;align-items: center;
@@ -37,6 +37,10 @@ view{box-sizing: border-box;}
 	.tabbar-item-text{font-size: 28rpx;color: #333;}
 	.active .tabbar-item-text{color: #3fd2a1;}
 }
+.phone-client-tabbar{
+	background-color: #0abf8a;border: 0;
+	.tabbar-item-text{color: #fff;}
+}
 
 /***** list列表滚动  *****/
 .phone-scroll-view{

+ 2 - 2
common/styles/global/pages.scss

@@ -28,9 +28,9 @@
 }
 
 /*** 考试页面***/
-.admin-kaoshi-page {
+.admin-kaoshi-page,.client-kaoshi-page {
 	box-sizing: border-box;
-	.kaoshi-scroll-view {height: calc(100vh - 322rpx);}
+	.kaoshi-scroll-view {height: calc(100vh - 212rpx);}
 	.admin-list-box{
 		.admin-list-item-box{border-bottom: 20rpx solid #f4f6fa;}
 		.uni-list--border{display: none;}

+ 5 - 5
components/custom-tabbar/custom-tabbar-client.vue

@@ -1,5 +1,5 @@
 <template>
-	<view class="phone-custom-tabbar">
+	<view class="phone-client-tabbar">
 		<view class="tabbar-item" v-for="(item, index) in tabList" :key="index" @click="switchTab(item.path,index)">
 			<icon class="tabbar-item-icon" :style="{ backgroundImage: 'url(' + (currentTab == index ? item.activePath : item.iconPath) + ')' }"></icon>
 			<text class="tabbar-item-text">{{item.text}}</text>
@@ -19,14 +19,14 @@
 				tabList: [{
 						text: '首页',
 						path: `/pages/study/index`,
-						iconPath: getStaticUrl('static/images/tabbar/unselect/index-icon.png'),
-						activePath: getStaticUrl('static/images/tabbar/select/index-icon.png'),
+						iconPath: getStaticUrl('static/images/tabbar/unselect/client-jz-icon.png'),
+						activePath: getStaticUrl('static/images/tabbar/select/client-jz-icon.png'),
 					},
 					{
 						text: '我的',
 						path: `/pages/my/index`,
-						iconPath: getStaticUrl('static/images/tabbar/unselect/my-icon.png'),
-						activePath: getStaticUrl('static/images/tabbar/select/my-icon.png'),
+						iconPath: getStaticUrl('static/images/tabbar/unselect/client-my-icon.png'),
+						activePath: getStaticUrl('static/images/tabbar/select/client-my-icon.png'),
 					},
 				],
 				currentTab: 0,

+ 2 - 2
pages/client/Kaoshi/list.vue

@@ -1,6 +1,6 @@
 <template>
-	<view class="admin-kaoshi-page">
-		<view class="icon-title-navBar-box">
+	<view class="client-kaoshi-page">
+		<view class="icon-title-bjcolor-navBar-box">
 			<view @click="goUpPage" class="nav-bar-icon"></view>
 			<text class="nav-bar-title">考试管理</text>
 		</view>

BIN=BIN
static/images/tabbar/select/client-jz-icon.png


BIN=BIN
static/images/tabbar/select/client-my-icon.png


BIN=BIN
static/images/tabbar/unselect/client-jz-icon.png


BIN=BIN
static/images/tabbar/unselect/client-my-icon.png