tanxue 1 settimana fa
parent
commit
8eee3a65bc

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

@@ -201,11 +201,11 @@
 		display: flex;flex-direction: column;margin: 0 auto;box-sizing: border-box;margin: 80rpx 0 0;
 	}
 	.subject-content-box{
-		width: 750rpx;height: auto;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;
+		width: 750rpx;height: auto;display: flex;flex-direction: row;flex-wrap: wrap;
 		box-sizing: border-box;padding:0 20rpx;background-repeat: repeat-y;
 	}
 	.subject-item{
-		width: 32%;margin:24rpx 0 68rpx;position: relative;
+		width: 32%;margin:24rpx 0.8% 68rpx;position: relative;
 		.subject-item-img{width: 220rpx;height: 220rpx;margin: 20rpx auto 0;display: block;border-radius: 30rpx;}
 		.subject-item-text{
 			width: 100%;height: 60rpx;font-size: 24rpx;line-height: 1.2;

+ 2 - 2
pages/study/index.vue

@@ -130,8 +130,8 @@
 			productTipImg.value = 'static/images/study/yingyu/yingyu-tip.gif'
 			getBj('yingyu');
 		}else if (currentProduct.value == 1 && typeId.value==1) {
-			// 英语
-			productTipImg.value = 'static/images/study/shuxue/shuxue-tip.gif'
+			// 计算特训
+			productTipImg.value = 'static/images/study/jstx/jstx-tip.gif'
 			getBj('shuxueNew');
 		}
 	}

BIN
static/images/study/shuxue/shuxue-tip.gif


BIN
static/images/study/yingyu/yingyu-tip.gif