tanxue vor 3 Monaten
Ursprung
Commit
ead48d1e69

+ 9 - 2
common/styles/global/components.scss

@@ -297,7 +297,7 @@ $titleBar-tabBar-page: calc(100vh - var(--status-bar-height));
 }
 .ezy-tab-box{
 		height: 82rpx!important;
-		background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 20rpx 20rpx 0;
+		background-color: rgba(187, 233, 250, 0.62);z-index: 3;margin: 20rpx 20rpx 0;
 		box-sizing: border-box;padding: 10rpx 12rpx;border-radius: 8rpx;
 		.segmented-control__text{color: #333!important;}
 		.segmented-control__item--button,.segmented-control__item--button--last{height: 62rpx;border: 0;border-width: 0!important;border-radius: 8rpx;}
@@ -456,4 +456,11 @@ position: absolute;left: 0;top: -4rpx;opacity: 0.4;}
 			icon{width: 34rpx;height: 34rpx;@include ezy-no-repeat-cover;
 			background-image: url("@/static/images/common/jt-right-black.svg");}
 		}
-	}
+	}
+.word-list-item.active{
+	background-color: #edf9ff;
+	.item-arrow{
+		background-color: #cdecfb;
+		icon{background-image: url("@/static/images/common/jt-up-white-icon.svg");transform: rotate(90deg);}
+	}
+}

+ 1 - 0
common/styles/global/pages.scss

@@ -1042,6 +1042,7 @@
 		.duihuanma-icon{background-image: url("@/static/images/my/list-icon8.png");}
 		.yszc-icon{background-image: url("@/static/images/my/list-icon7.png");}
 		.cpsc-icon{background-image: url("@/static/images/my/list-icon9.png");}
+		.xxjl-icon{background-image: url("@/static/images/my/list-icon10.png");}
 	}
 	@media (max-height: 736px) {
 		.my-head-box{padding: 46rpx 24rpx 16rpx;}

+ 1 - 1
pages/my/index.vue

@@ -24,7 +24,7 @@
 				<text>手机号码</text>
 			</view>
 			<view class="list-row" @click="xxjlClick" v-if="loginFlag">
-				<icon class="list-icon error-icon"></icon>
+				<icon class="list-icon xxjl-icon"></icon>
 				<text>学习记录</text>
 			</view>
 			<view class="list-row" @click="checkWrong">

+ 1 - 1
pages/wordList/wordList.vue

@@ -10,7 +10,7 @@
 				<view class="word-num-box"><icon></icon><text>{{listData.studyCount || 0}}/{{listData.count || 0}}词</text></view>
 				<view class="word-list-body" v-if="listData.wordList && listData.wordList.length > 0">
 				<!-- 单词 -->
-					<view class="word-list-item" v-for="(item,index) in listData.wordList" :key="index" @click="toWord(item)">
+					<view class="word-list-item" v-for="(item,index) in listData.wordList" :key="index" @click="toWord(item)" :class="{active: item.wcFlag == 0}">
 						<view class="item-word">
 							<view class="word-text">
 								<text v-for="(word, wordIndex) in item.chaifen" 

BIN
static/images/my/list-icon10.png