You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123 lines
2.2 KiB
123 lines
2.2 KiB
page{
|
|
background: #EDEDED;
|
|
}
|
|
.page-content{
|
|
padding: 30rpx;
|
|
}
|
|
.avatar-information{
|
|
display: flex;
|
|
justify-content: left;
|
|
align-items: center;
|
|
padding: 30rpx 0;
|
|
}
|
|
image.default-avatar{
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
background-size: cover;
|
|
}
|
|
.information-content{
|
|
margin-left: 30rpx;
|
|
}
|
|
.information-content-title{
|
|
font-family: PingFangSC-Regular, sans-serif;
|
|
font-size: 32rpx;
|
|
color: #454545;
|
|
font-weight: bold;
|
|
}
|
|
.address-information{
|
|
width: 552rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 16rpx 0;
|
|
}
|
|
.address-content{
|
|
font-family: PingFangSC-Regular, sans-serif;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
}
|
|
image.address-icon{
|
|
width: 30rpx;
|
|
height: 36rpx;
|
|
background-size: cover;
|
|
}
|
|
|
|
.payment-content{
|
|
background: #fff;
|
|
}
|
|
.payment-title{
|
|
font-family: PingFangSC-Regular, sans-serif;
|
|
font-size: 30rpx;
|
|
color: #454545;
|
|
padding: 30rpx;
|
|
}
|
|
.amount-input{
|
|
display: flex;
|
|
justify-content: left;
|
|
align-items: center;
|
|
padding: 30rpx;
|
|
padding-bottom: 50rpx;
|
|
}
|
|
.amount-characters{
|
|
font-family: PingFangSC-Regular, sans-serif;
|
|
font-size: 30rpx;
|
|
color: #454545;
|
|
font-weight: bold;
|
|
}
|
|
input.enter-amount-input{
|
|
height: 88rpx;
|
|
font-family: PingFangSC-Regular, sans-serif;
|
|
font-size: 60rpx;
|
|
color: #CFCFCF;
|
|
margin-left: 30rpx;
|
|
}
|
|
.prompt-content{
|
|
font-family: PingFangSC-Regular, sans-serif;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
border-top: 1rpx solid #eee;
|
|
padding: 40rpx 30rpx;
|
|
}
|
|
.remind-content{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 30rpx;
|
|
}
|
|
.remind-content-left{
|
|
display: flex;
|
|
justify-content: left;
|
|
align-items: center;
|
|
}
|
|
.content-left-title{
|
|
font-family: PingFangSC-Regular, sans-serif;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
}
|
|
.line-style{
|
|
width: 1rpx;
|
|
height: 22rpx;
|
|
background: #CCCCCC;
|
|
margin: 0 30rpx;
|
|
}
|
|
.payment-type{
|
|
display: flex;
|
|
justify-content: left;
|
|
align-items: center;
|
|
}
|
|
image.alipay-icon{
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
background-size: cover;
|
|
}
|
|
.payment-type-text{
|
|
font-family: PingFangSC-Regular, sans-serif;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-left: 10rpx;
|
|
}
|
|
.content-right{
|
|
font-family: PingFangSC-Regular, sans-serif;
|
|
font-size: 24rpx;
|
|
color: #1783FF;
|
|
}
|