申请租聘界面图片位置相对定位右移,添加背景色

This commit is contained in:
WindowBird 2025-08-16 14:48:38 +08:00
parent 35f1f84a94
commit 361e6ad501

View File

@ -298,9 +298,11 @@ export default {
.header { .header {
position: relative; position: relative;
//border: #120d0d solid 2rpx; //border: #120d0d solid 2rpx;
background: white; background: #fedfcd;
.fire-background-full { .fire-background-full {
position: relative;
left: 30rpx;
width: 750rpx; width: 750rpx;
height: 592rpx; height: 592rpx;
} }
@ -333,7 +335,7 @@ export default {
.section-indicator { .section-indicator {
width: 8rpx; width: 8rpx;
height: 40rpx; height: 40rpx;
background: #ff4757; background: #f15a04;
border-radius: 4rpx; border-radius: 4rpx;
margin-right: 20rpx; margin-right: 20rpx;
} }
@ -413,7 +415,7 @@ export default {
justify-content: center; justify-content: center;
width: 40rpx; width: 40rpx;
height: 40rpx; height: 40rpx;
background: #ff6b6b; background: #f15a04;
border-radius: 50%; border-radius: 50%;
.map-icon { .map-icon {
@ -460,7 +462,7 @@ export default {
.location-title { .location-title {
font-size: 24rpx; font-size: 24rpx;
color: #ff6b6b; color: #f15a04;
font-weight: 500; font-weight: 500;
margin-right: 12rpx; margin-right: 12rpx;
} }
@ -497,7 +499,7 @@ export default {
} }
.get-location-btn { .get-location-btn {
background: #ff6b6b; background: #f15a04;
color: #ffffff; color: #ffffff;
border: none; border: none;
border-radius: 24rpx; border-radius: 24rpx;