|
@@ -120,8 +120,8 @@
|
|
|
/*** 考试页面***/
|
|
|
.phone-list-page{
|
|
|
box-sizing: border-box;
|
|
|
- .phone-scroll-view {height: calc(100vh - 322rpx);}
|
|
|
- .client-kaoshi-scroll-view{height: calc(100vh - 212rpx);}
|
|
|
+ .phone-scroll-view {height: calc(100vh - 182rpx);}
|
|
|
+ // .client-serch-scroll-view{height: calc(100vh - 322rpx);}
|
|
|
.admin-list-box{
|
|
|
.admin-list-item-box{border-bottom: 20rpx solid #f4f6fa;}
|
|
|
.uni-list--border{display: none;}
|
|
@@ -147,16 +147,16 @@
|
|
|
font-size: 26rpx;line-height: 1;display: flex;
|
|
|
margin-bottom: 20rpx;box-sizing: border-box;
|
|
|
.ks-score {
|
|
|
- background-color: #f4f6fa;padding: 12rpx 0 12rpx 24rpx;border-radius: 8rpx 0 0 8rpx;
|
|
|
+ background-color: #f4f6fa;padding: 12rpx 0 12rpx 16rpx;border-radius: 8rpx 0 0 8rpx;
|
|
|
text{color: #ff7023;}
|
|
|
}
|
|
|
.ks-okScore {
|
|
|
background-color: #f4f6fa;padding:12rpx 6%;border-radius:0 8rpx 8rpx 0;
|
|
|
text{color: #3fd2a1;}
|
|
|
}
|
|
|
- .cj-okScore{border-radius:0;}
|
|
|
+ .cj-okScore{border-radius:0;padding:12rpx 3%;}
|
|
|
.ks-getScore {
|
|
|
- background-color: #f4f6fa;padding: 12rpx 24rpx 12rpx 0;border-radius:0 8rpx 8rpx 0;
|
|
|
+ background-color: #f4f6fa;padding: 12rpx 16rpx 12rpx 0;border-radius:0 8rpx 8rpx 0;
|
|
|
text{color: #3fd2a1;}
|
|
|
}
|
|
|
}
|