申请租聘界面图片位置相对定位右移,添加背景色
This commit is contained in:
parent
35f1f84a94
commit
361e6ad501
|
|
@ -298,9 +298,11 @@ export default {
|
|||
.header {
|
||||
position: relative;
|
||||
//border: #120d0d solid 2rpx;
|
||||
background: white;
|
||||
background: #fedfcd;
|
||||
|
||||
.fire-background-full {
|
||||
position: relative;
|
||||
left: 30rpx;
|
||||
width: 750rpx;
|
||||
height: 592rpx;
|
||||
}
|
||||
|
|
@ -333,7 +335,7 @@ export default {
|
|||
.section-indicator {
|
||||
width: 8rpx;
|
||||
height: 40rpx;
|
||||
background: #ff4757;
|
||||
background: #f15a04;
|
||||
border-radius: 4rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
|
@ -413,7 +415,7 @@ export default {
|
|||
justify-content: center;
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
background: #ff6b6b;
|
||||
background: #f15a04;
|
||||
border-radius: 50%;
|
||||
|
||||
.map-icon {
|
||||
|
|
@ -460,7 +462,7 @@ export default {
|
|||
|
||||
.location-title {
|
||||
font-size: 24rpx;
|
||||
color: #ff6b6b;
|
||||
color: #f15a04;
|
||||
font-weight: 500;
|
||||
margin-right: 12rpx;
|
||||
}
|
||||
|
|
@ -497,7 +499,7 @@ export default {
|
|||
}
|
||||
|
||||
.get-location-btn {
|
||||
background: #ff6b6b;
|
||||
background: #f15a04;
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
border-radius: 24rpx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user