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.
124 lines
2.0 KiB
124 lines
2.0 KiB
|
2 months ago
|
|
||
|
|
.cancle {
|
||
|
|
color: rgba(152, 152, 152, 1);
|
||
|
|
font-size: 16px;
|
||
|
|
height: 40px;
|
||
|
|
margin-top: 10px;
|
||
|
|
line-height: 40px;
|
||
|
|
margin-left: 15px;
|
||
|
|
}
|
||
|
|
.sure {
|
||
|
|
position: absolute;
|
||
|
|
right: 15px;
|
||
|
|
color: rgba(50, 50, 50, 1);
|
||
|
|
font-size: 16px;
|
||
|
|
height: 40px;
|
||
|
|
margin-top: 10px;
|
||
|
|
line-height: 40px;
|
||
|
|
}
|
||
|
|
.pickertop {
|
||
|
|
position: relative;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.picker {
|
||
|
|
width: 100%;
|
||
|
|
height: 260px;
|
||
|
|
background-color: #FFFFFF;
|
||
|
|
}
|
||
|
|
.pickcell {
|
||
|
|
width: 100%;
|
||
|
|
height: 40px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.picker-view {
|
||
|
|
width: 100%;
|
||
|
|
height: 300px;
|
||
|
|
background-color: #FFFFFF;
|
||
|
|
position: absolute;
|
||
|
|
bottom: 0;
|
||
|
|
}
|
||
|
|
.btn {
|
||
|
|
margin-top: 40px;
|
||
|
|
height: 44px;
|
||
|
|
line-height: 44px;
|
||
|
|
width: calc(100% - 30px);
|
||
|
|
margin-left: 15px;
|
||
|
|
border-radius: 4px;
|
||
|
|
text-align: center;
|
||
|
|
color: #FFFFFF;
|
||
|
|
background-color: #FF5725;
|
||
|
|
}
|
||
|
|
.page {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
background-color: rgba(247, 247, 247, 1);
|
||
|
|
}
|
||
|
|
.takeinput {
|
||
|
|
margin-left: 10px;
|
||
|
|
font-size: 26px;
|
||
|
|
}
|
||
|
|
.tixian {
|
||
|
|
position: absolute;
|
||
|
|
right: 15px;
|
||
|
|
color: #FF5725;
|
||
|
|
font-size: 13px;
|
||
|
|
height: 20px;
|
||
|
|
line-height: 30px;
|
||
|
|
}
|
||
|
|
.inputviewmoney {
|
||
|
|
color: rgba(50, 50, 50, 1);
|
||
|
|
font-size: 22px;
|
||
|
|
margin-left: 15px;
|
||
|
|
height: 66px;
|
||
|
|
position: relative;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.moneyview {
|
||
|
|
width: 100%;
|
||
|
|
height: 116px;
|
||
|
|
border-bottom: 10px solid rgba(247, 247, 247, 1);
|
||
|
|
color: rgba(50, 50, 50, 1);
|
||
|
|
font-size: 14px;
|
||
|
|
background-color: #FFFFFF;
|
||
|
|
}
|
||
|
|
.nowmoney {
|
||
|
|
|
||
|
|
height: 50px;
|
||
|
|
line-height: 50px;
|
||
|
|
border-bottom: 1px solid rgba(247, 247, 247, 1);
|
||
|
|
}
|
||
|
|
.inputclass {
|
||
|
|
margin-left: 60px;
|
||
|
|
height: 50px;
|
||
|
|
line-height: 50px;
|
||
|
|
width: calc(100% - 170px);
|
||
|
|
}
|
||
|
|
.nameview-text {
|
||
|
|
margin-left: 15px;
|
||
|
|
}
|
||
|
|
.type {
|
||
|
|
/* position: absolute; */
|
||
|
|
height: 50px;
|
||
|
|
line-height: 50px;
|
||
|
|
color: rgba(50, 50, 50, 1);
|
||
|
|
font-size: 14px;
|
||
|
|
margin-left: 60px;
|
||
|
|
}
|
||
|
|
.nameview {
|
||
|
|
position: relative;
|
||
|
|
width: 100%;
|
||
|
|
height: 50px;
|
||
|
|
line-height: 50px;
|
||
|
|
border-bottom: 10px solid rgba(247, 247, 247, 1);
|
||
|
|
border-top: 1px solid rgba(247, 247, 247, 1);
|
||
|
|
background-color: #FFFFFF;
|
||
|
|
}
|
||
|
|
.nameview image {
|
||
|
|
position: absolute;
|
||
|
|
margin-top: 15px;
|
||
|
|
right: 15px;
|
||
|
|
width: 20px;
|
||
|
|
height: 20px;
|
||
|
|
}
|
||
|
|
|