Commit 166b5f22 authored by 罗超's avatar 罗超

调整样式

parent c12ff145
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</view> </view>
<view class="courseCard-title" v-if="courses.AllCourseList.length>0 && Keywords==''"> <view class="courseCard-title" v-if="courses.AllCourseList.length>0 && Keywords==''">
<view class="workSituation-title-box flex"> <view class="workSituation-title-box flex">
<view class="workSituation-title flex" <view class="workSituation-title"
:class="{'active':currentIndex==index}" :class="{'active':currentIndex==index}"
v-for="(t,index) in titleList" :key="index" v-for="(t,index) in titleList" :key="index"
@click="toggleTitle(index)"> @click="toggleTitle(index)">
...@@ -215,18 +215,22 @@ ...@@ -215,18 +215,22 @@
} }
.workSituation-title.active{ .workSituation-title.active{
position: relative; position: relative;
font-weight: bold;
color:#FFF;
background-color: #282828;
} }
.workSituation-title{ .workSituation-title{
flex: 1; flex: 1;
color: #282828; color: #282828;
font-size: 26rpx; font-size: 26rpx;
font-weight: bold; border-radius: 30rpx;
align-items: center; text-align: center;
letter-spacing: 1px; line-height: 60rpx;
} }
.workSituation-title-box{ .workSituation-title-box{
margin: 0 50rpx; margin: 0 50rpx;
padding: 17rpx 0 17rpx 28rpx; height: 64rpx;
background: #F0F0F0; background: #F0F0F0;
border-radius: 30rpx; border-radius: 30rpx;
} }
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<studentList @selected="selectStuHandler" v-if="tabNme=='学生列表'" :dataList="students"></studentList> <studentList @selected="selectStuHandler" v-if="tabNme=='学生列表'" :dataList="students"></studentList>
<examList @change="changeExamHandler" v-if="tabNme=='考试信息'" :dataList="exams" :CourseId="currentCourseId"></examList> <examList @change="changeExamHandler" v-if="tabNme=='考试信息'" :dataList="exams" :CourseId="currentCourseId"></examList>
</scroll-view> </scroll-view>
<Loadmore :state="pageState" /> <!-- <Loadmore :state="pageState" /> -->
</view> </view>
</view> </view>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment