租聘申请静态界面1.0
This commit is contained in:
parent
e6b0045114
commit
71b2eb9890
|
|
@ -411,7 +411,7 @@ export default {
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 6rpx;
|
width: 6rpx;
|
||||||
background: linear-gradient(to bottom, #ff6b6b, #ff9a9e);
|
background: #f3f5f6;
|
||||||
border-radius: 6rpx 0 0 6rpx;
|
border-radius: 6rpx 0 0 6rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -446,8 +446,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.use-location-btn {
|
.use-location-btn {
|
||||||
background: linear-gradient(135deg, #ff6b6b, #ff9a9e);
|
background: #f3f5f5;
|
||||||
color: white;
|
color: #000000;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 24rpx;
|
border-radius: 24rpx;
|
||||||
padding: 12rpx 24rpx;
|
padding: 12rpx 24rpx;
|
||||||
|
|
@ -505,11 +505,11 @@ export default {
|
||||||
|
|
||||||
.pay-button {
|
.pay-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100rpx;
|
height: 100%;
|
||||||
background: #f15a04;
|
background: #f15a04;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 5rpx;
|
border-radius: 10rpx;
|
||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 40rpx;
|
margin-bottom: 40rpx;
|
||||||
|
|
@ -520,13 +520,14 @@ export default {
|
||||||
.details-header {
|
.details-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
|
||||||
padding: 20rpx 0;
|
padding: 20rpx 0;
|
||||||
border-bottom: 2rpx solid #f0f0f0;
|
border-bottom: 2rpx solid #f0f0f0;
|
||||||
|
|
||||||
.details-title {
|
.details-title {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #f15a04;
|
color: #f15a04;
|
||||||
|
padding-right: 10rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow-wrapper {
|
.arrow-wrapper {
|
||||||
|
|
@ -557,12 +558,12 @@ export default {
|
||||||
|
|
||||||
.detail-label {
|
.detail-label {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #333;
|
color: #868686;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-value {
|
.detail-value {
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #ff4757;
|
color: #3d3d3d;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user