feat(M08-A): 接入顾客端续费换房分享
This commit is contained in:
@@ -59,6 +59,41 @@
|
||||
flex: 1 1 220rpx;
|
||||
}
|
||||
|
||||
.field {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16rpx;
|
||||
margin: 20rpx 0;
|
||||
}
|
||||
|
||||
.field text {
|
||||
width: 180rpx;
|
||||
color: #475467;
|
||||
}
|
||||
|
||||
.field input {
|
||||
flex: 1;
|
||||
min-height: 72rpx;
|
||||
padding: 0 20rpx;
|
||||
border: 1rpx solid #d0d5dd;
|
||||
border-radius: 8rpx;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.token {
|
||||
margin-top: 16rpx;
|
||||
padding: 16rpx;
|
||||
word-break: break-all;
|
||||
border-radius: 8rpx;
|
||||
background: #f2f4f7;
|
||||
color: #344054;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
.history-title {
|
||||
margin-top: 28rpx;
|
||||
}
|
||||
|
||||
.success {
|
||||
margin: 16rpx 0;
|
||||
color: #17823b;
|
||||
|
||||
Reference in New Issue
Block a user