78 lines
1.3 KiB
CSS
78 lines
1.3 KiB
CSS
.title {
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #222222;
|
|
margin-top: 30rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.item {
|
|
height: 90rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
margin: 0 20rpx;
|
|
}
|
|
|
|
.item input {
|
|
flex: 1;
|
|
}
|
|
|
|
.left {
|
|
font-weight: bold;
|
|
font-size: 40rpx;
|
|
color: #FF512A;
|
|
margin-right: 13rpx;
|
|
}
|
|
|
|
.btn {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
margin: 60rpx 50rpx 0;
|
|
background: #FF512A;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.payIpt {
|
|
width: 590rpx;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.iptbox{
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.tit {
|
|
font-weight: 400;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
padding-bottom: 30rpx;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
text-align: center;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.payIpt input {
|
|
width: 100%;
|
|
}
|
|
|
|
.btn2 {
|
|
background: #FF512A;
|
|
height: 80rpx;
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
margin-top: 60rpx;
|
|
border-radius: 100rpx;
|
|
} |