tanxue hai 2 meses
pai
achega
31129e62a4
Modificáronse 2 ficheiros con 7 adicións e 11 borrados
  1. 5 9
      common/styles/global/pages.scss
  2. 2 2
      pages/client/ShouYe/shouye.vue

+ 5 - 9
common/styles/global/pages.scss

@@ -40,13 +40,13 @@
 		.card-line-title:before{content: ' ';width: 6rpx;height: 28rpx;background-color:#fff;
 		margin-right: 12rpx;display: inline-block;vertical-align: middle;}
 		.card-more{
-			font-size: 24rpx;color: #fff;margin-left: auto;
+			font-size: 24rpx;color: #fff;margin-left: auto;display: flex;align-items: center;
 			.more-num{border: 1rpx solid;border-radius: 50%;box-sizing:border-box;
-			min-width: 26rpx;display: inline-flex;justify-content: center;margin-left:6rpx;
+			min-width: 26rpx;display: inline-flex;margin-left:6rpx;justify-content: center;
 			span{font-size: 18rpx;}
 			}
 			.more-jt{
-				width: 0;height: 0;display: inline-block;vertical-align: middle;
+				width: 0;height: 0;
 				border-right: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 6px solid #fff;
 				margin-left: 8rpx;border-top: 5px solid transparent; 
 			}
@@ -67,7 +67,7 @@
 	.card-content-box{
 		display: flex;display: flex;flex-wrap: wrap;padding: 20rpx 0;
 		.card-content-item{
-			display: flex;flex-direction: row;justify-content: center;align-items: center;margin: 10rpx 0;
+			width: 50%;display: flex;flex-direction: row;justify-content: center;align-items: center;margin: 10rpx 0;
 			icon{width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
 			.card-time-icon{background-image: url("@/static/images/index/index-content-icon1.png");}
 			.card-sum-icon{background-image: url("@/static/images/index/index-content-icon3.png");}
@@ -91,10 +91,10 @@
 	.kaoshi-card-box{
 		border-color:#3fd2a1;
 		.card-head-box{background-color:#4fe1b0;}
+		.card-content-box{padding: 10rpx 0;}
 		.card-level{color:#00a573;}
 		.card-name{color:#1e9472;}
 		.card-name icon{background-color:#1e9472;}
-		.kaoshi-content-box .card-content-item{width: 50%;}
 		.index-card-btn[type='default']{background-color: #4fe1b0;color: #fff;}
 	}
 	
@@ -104,10 +104,6 @@
 		.card-head-box{background-color:#6186fb;}
 		.card-level{color:#4794ff;}
 		.card-name{color:#4794ff;}
-		.kaoshi-content-box{
-			padding: 42rpx 0;
-			.card-content-item{width: 33.33%;}
-		} 
 		.index-card-btn[type='default']{background-color: #6186fb;color: #fff;}
 	}
 	

+ 2 - 2
pages/client/ShouYe/shouye.vue

@@ -1,8 +1,8 @@
 <template>
 	<view className="client-shouye-page">
-		<view class="icon-title-bjcolor-navBar-box">
+		<!-- <view class="icon-title-bjcolor-navBar-box">
 			<text class="nav-bar-title">{{data.realName}}</text>
-		</view>
+		</view> -->
 		<!-- 考试 -->
 		<kaoshiCardVue v-if="data.kaoshiList.length" :data="{ count: data.kaoshiCount, ...data.kaoshiList[0] }"></kaoshiCardVue>
 		<!-- 练习 -->