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.
35 lines
612 B
CSS
35 lines
612 B
CSS
page {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.icon-zhanghuyue {
|
|
font-size: 50px;
|
|
display: block;
|
|
padding-top: 60px;
|
|
color: var(--color-ysd);
|
|
}
|
|
.wxMoney {
|
|
margin-top: 12px;
|
|
font-size: 40px;
|
|
font-weight: 601;
|
|
color: #333333;
|
|
line-height: 40px;
|
|
display: inline-flex;
|
|
align-items: flex-start;
|
|
}
|
|
.moneyFu {
|
|
font-size: 26px;
|
|
font-weight: 601;
|
|
color: #333333;
|
|
line-height: 30px;
|
|
/* vertical-align: top; */
|
|
}
|
|
.txmx {
|
|
margin-top: 10px;
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
|
text-align: center;
|
|
color: var(--color-ysd);
|
|
line-height: 28px;
|
|
}
|