tanxue 2 дней назад
Родитель
Сommit
3050fed79a
2 измененных файлов с 5 добавлено и 5 удалено
  1. 4 4
      common/styles/global/pages.scss
  2. 1 1
      pages/chanpinZiliao/shuxue/sxList.vue

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

@@ -928,7 +928,7 @@
 }
 
 // 资料---数学--计算特训题库下载
-.ezy-jstx-ziliao-page{
+/* .ezy-jstx-ziliao-page{
 	width: 100%;height: 100vh;display: flex;flex-direction: column;
 	.jstx-body{
 		margin-top: 48rpx;position: relative;overflow: unset;padding: 0 24rpx;box-sizing: border-box;
@@ -971,10 +971,10 @@
 			
 		}
 	}
-}
+} */
 
 // 资料下载弹窗
-.sxtk-sc-dialog{
+/* .sxtk-sc-dialog{
 	.tip-title{color: #343434;font-size: 38rpx;margin-bottom: 24rpx;}
 	.tip-content-box{
 		width: 625rpx;height: 587rpx;padding: 42rpx 48rpx;
@@ -986,4 +986,4 @@
 		min-height: 260rpx;text-align: justify;border-bottom: 1px dashed #70cbf4;
 		margin-bottom: 30rpx;color: #666;font-size: 32rpx;padding-bottom: 32rpx;
 		border-bottom: 1px dashed #70cbf4;line-height: 1.8;}
-}
+} */

+ 1 - 1
pages/chanpinZiliao/shuxue/sxList.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="zl-card-list" v-if="list.length">
 	    <template  v-for="{chanpin,content:item} in list">
-			<!-- <jstxCard v-if="chanpin == 'jisuantexun'" :item="item" :key="item.ziliaoId"></jstxCard> -->
+			<jstxCard v-if="chanpin == 'jisuantexun'" :item="item" :key="item.ziliaoId"></jstxCard>
 	    </template>
 	
 		</view>