浏览代码

样式修改

tanxue 4 周之前
父节点
当前提交
339c639990

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

@@ -2510,7 +2510,7 @@
 	}
 	.details-btn{
 		background-color: #dcf7fe;display: inline-block;margin: 24rpx auto;
-		padding: 4rpx 24rpx 10rpx;border-radius: 30rpx;color: #3d7efe;
+		padding: 10rpx 24rpx;border-radius: 30rpx;color: #3d7efe;line-height: 1;
 	}
 	.xue-yb-play-box{margin-top: 12rpx;}
 	.xue-words-explain-box{margin-top: 32rpx;}
@@ -2765,3 +2765,12 @@
 	.details-word{color: #000;font-size: 62rpx;font-weight: bold;margin:6rpx 0 24rpx;}
 	.tysy-content{color: #333;margin: 16rpx 12rpx 0;}
 }
+
+// 对错弹窗
+.ezy-image-dialog{
+	width: 500rpx;height: 440rpx;background-position: center;
+	background-size: cover;background-repeat: no-repeat;
+}
+.ezy-image-dialog.wrong{background-image: url("@/static/images/common/wordView/error-tip-img.gif");}
+.ezy-image-dialog.right{background-image: url("@/static/images/common/wordView/right-tip-img.gif");}
+.ezy-image-dialog.luyin{background-image: url("@/static/images/common/wordView/great-tip-img.gif");}

+ 1 - 0
pages/chaojidanci/newEnglish/index.vue

@@ -15,6 +15,7 @@
     <view class="word-view-bottom">
       <view class="bottom-btn-box">
         <view class="word-view-btn" @click="prevWord" v-if="!isFirst&&isLearnRecord!=0">上一词</view>
+		<view v-else></view>
         <view class="word-view-btn" @click="nextWord" v-if="!isLast&&isLearnRecord!=0">下一词</view>
         <view class="word-view-btn" v-if="isLast&&isLearnRecord!=0" @click="handleComplete">完成</view>
       </view>

+ 0 - 0
static/images/study/cjdc/error-tip-img.gif → static/images/common/wordView/error-tip-img.gif


+ 0 - 0
static/images/study/cjdc/great-tip-img.gif → static/images/common/wordView/great-tip-img.gif


+ 0 - 0
static/images/study/cjdc/right-tip-img.gif → static/images/common/wordView/right-tip-img.gif