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