Browse Source

样式修改

tanxue 2 months ago
parent
commit
0d4c4688e6

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

@@ -98,9 +98,9 @@ view{box-sizing: border-box;}
 }
 // 带背景色client使用
 .icon-title-bjcolor-navBar-box{
-	background-color: #3fd2a1;padding: 20rpx;
+	background-color: #3fd2a1;padding: 10rpx;
 	.nav-bar-title{color: #fff;}
-	.nav-bar-icon{background-image: url("@/static/images/common/nav-white-bar-jt.svg");top:32rpx;}
+	.nav-bar-icon{background-image: url("@/static/images/common/nav-white-bar-jt.svg");top:22rpx;}
 }
 // 仅一个返回按钮
 .phone-nav-bar-icon{width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: var(--status-bar-height);

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

@@ -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;}
 			}
 		}

+ 1 - 1
pages/client/Chengji/list.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="phone-list-page">
-		<view class="icon-title-navBar-box">
+		<view class="icon-title-bjcolor-navBar-box">
 			<view @click="goUpPage" class="nav-bar-icon"></view>
 			<text class="nav-bar-title">成绩</text>
 		</view>

+ 1 - 1
pages/client/Kaoshi/list.vue

@@ -7,7 +7,7 @@
 		<!-- 考试列表 -->
 		<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
 			:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
-			class="phone-scroll-view client-kaoshi-scroll-view">
+			class="phone-scroll-view">
 			<uni-list class="admin-list-box">
 				<uni-list-item v-for="item in data.list" class="admin-list-item-box">
 					<template v-slot:body>