You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
964 B
Plaintext
65 lines
964 B
Plaintext
page{
|
|
background-color: #f5f5f5;
|
|
}
|
|
.moneyView{
|
|
padding: 20px;
|
|
background-color: #4db54b;
|
|
border-radius: 8px;
|
|
}
|
|
.moneyText{
|
|
flex: 1;
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
line-height: 22px;
|
|
}
|
|
.moneyM{
|
|
flex: 1;
|
|
font-size: 32px;
|
|
color: #ffffff;
|
|
line-height: 45px;
|
|
}
|
|
.moneyCash{
|
|
width: 44px;
|
|
height: 20px;
|
|
border: 1px solid #ffffff;
|
|
border-radius: 4px;
|
|
font-size: 12px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
line-height: 20px;
|
|
}
|
|
.moneyCashBtn{
|
|
width: 44px;
|
|
height: 22px;
|
|
border: 1px solid #ffffff;
|
|
border-radius: 4px;
|
|
font-size: 12px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
line-height: 22px;
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
|
|
.smallMoney{
|
|
font-size: 18px;
|
|
font-weight: 601;
|
|
color: #ffffff;
|
|
line-height: 25px;
|
|
}
|
|
.centerLine{
|
|
width: 1px;
|
|
height: 16px;
|
|
opacity: 0.8;
|
|
background-color:#ffffff;
|
|
}
|
|
.opbtn{
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
bottom: 0;
|
|
margin: 0;
|
|
opacity: 0;
|
|
} |