Browse Source

修改样式

yangg 2 months ago
parent
commit
1758766710

+ 1 - 1
pages/camera/camera.vue

@@ -1281,7 +1281,7 @@
 
 
 	.option-prefix {
 	.option-prefix {
 		margin-right: 10rpx;
 		margin-right: 10rpx;
-		color: #6c5ce7;
+		color: #0039b3;
 		font-weight: bold;
 		font-weight: bold;
 	}
 	}
 </style>
 </style>

+ 3 - 3
pages/interview/interview.vue

@@ -700,7 +700,7 @@ import { apiBaseUrl } from '@/common/config.js'; // Import the base URL from a c
 .controls {
 .controls {
 	padding: 20rpx;
 	padding: 20rpx;
 	background-color: #ffffff;
 	background-color: #ffffff;
-	border-top: 1px solid #6c5ce7;
+	border-top: 1px solid #0039b3;
 }
 }
 
 
 .camera-btn {
 .camera-btn {
@@ -708,7 +708,7 @@ import { apiBaseUrl } from '@/common/config.js'; // Import the base URL from a c
 	height: 80rpx;
 	height: 80rpx;
 	line-height: 80rpx;
 	line-height: 80rpx;
 	text-align: center;
 	text-align: center;
-	background-color: #6c5ce7;
+	background-color: #0039b3;
 	color: white;
 	color: white;
 	border-radius: 40rpx;
 	border-radius: 40rpx;
 	margin-bottom: 20rpx;
 	margin-bottom: 20rpx;
@@ -771,7 +771,7 @@ import { apiBaseUrl } from '@/common/config.js'; // Import the base URL from a c
 	height: 200rpx;
 	height: 200rpx;
 	border-radius: 50%;
 	border-radius: 50%;
 	background-color: #ffffff;
 	background-color: #ffffff;
-	border: 10rpx solid #6c5ce7;
+	border: 10rpx solid #0039b3;
 	margin: 30rpx 0;
 	margin: 30rpx 0;
 }
 }
 
 

+ 2 - 2
pages/login/login.vue

@@ -4,7 +4,7 @@
     <view class="login-title">登录后才,开始面试</view>
     <view class="login-title">登录后才,开始面试</view>
     <button class="login-btn" @click="handleLogin">身份验证并登录</button>
     <button class="login-btn" @click="handleLogin">身份验证并登录</button>
     <view class="agreement">
     <view class="agreement">
-      <checkbox :checked="isAgreed" @tap="toggleAgreement" color="#6c5ce7" />
+      <checkbox :checked="isAgreed" @tap="toggleAgreement" color="#0039b3" />
       <text class="agreement-text">
       <text class="agreement-text">
         我已阅读并同意
         我已阅读并同意
         <text class="agreement-link">《用户协议》</text>
         <text class="agreement-link">《用户协议》</text>
@@ -310,6 +310,6 @@ export default {
 }
 }
 
 
 .agreement-link {
 .agreement-link {
-  color: #6c5ce7;
+  color: #0039b3;
 }
 }
 </style> 
 </style> 

+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/camera/camera.wxss

@@ -420,6 +420,6 @@
 }
 }
 .option-prefix {
 .option-prefix {
 		margin-right: 10rpx;
 		margin-right: 10rpx;
-		color: #6c5ce7;
+		color: #0039b3;
 		font-weight: bold;
 		font-weight: bold;
 }
 }

+ 3 - 3
unpackage/dist/dev/mp-weixin/pages/interview/interview.wxss

@@ -82,14 +82,14 @@
 .controls {
 .controls {
 	padding: 20rpx;
 	padding: 20rpx;
 	background-color: #ffffff;
 	background-color: #ffffff;
-	border-top: 1px solid #6c5ce7;
+	border-top: 1px solid #0039b3;
 }
 }
 .camera-btn {
 .camera-btn {
 	width: 100%;
 	width: 100%;
 	height: 80rpx;
 	height: 80rpx;
 	line-height: 80rpx;
 	line-height: 80rpx;
 	text-align: center;
 	text-align: center;
-	background-color: #6c5ce7;
+	background-color: #0039b3;
 	color: white;
 	color: white;
 	border-radius: 40rpx;
 	border-radius: 40rpx;
 	margin-bottom: 20rpx;
 	margin-bottom: 20rpx;
@@ -144,7 +144,7 @@
 	height: 200rpx;
 	height: 200rpx;
 	border-radius: 50%;
 	border-radius: 50%;
 	background-color: #ffffff;
 	background-color: #ffffff;
-	border: 10rpx solid #6c5ce7;
+	border: 10rpx solid #0039b3;
 	margin: 30rpx 0;
 	margin: 30rpx 0;
 }
 }
 .cancel-btn {
 .cancel-btn {

+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/login/login.wxml

@@ -1 +1 @@
-<view class="login-container"><image class="login-image" src="{{a}}" mode="aspectFit"></image><view class="login-title">登录后才,开始面试</view><button class="login-btn" bindtap="{{b}}">身份验证并登录</button><view class="agreement"><checkbox checked="{{c}}" bindtap="{{d}}" color="#6c5ce7"/><text class="agreement-text"> 我已阅读并同意 <text class="agreement-link">《用户协议》</text> 和 <text class="agreement-link">《隐私政策》</text></text></view></view>
+<view class="login-container"><image class="login-image" src="{{a}}" mode="aspectFit"></image><view class="login-title">登录后才,开始面试</view><button class="login-btn" bindtap="{{b}}">身份验证并登录</button><view class="agreement"><checkbox checked="{{c}}" bindtap="{{d}}" color="#0039b3"/><text class="agreement-text"> 我已阅读并同意 <text class="agreement-link">《用户协议》</text> 和 <text class="agreement-link">《隐私政策》</text></text></view></view>

+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/login/login.wxss

@@ -40,5 +40,5 @@
   margin-left: 10rpx;
   margin-left: 10rpx;
 }
 }
 .agreement-link {
 .agreement-link {
-  color: #6c5ce7;
+  color: #0039b3;
 }
 }