2019-05-13 05:41:57 +00:00
|
|
|
/**
|
|
|
|
|
* 列表
|
|
|
|
|
*/
|
|
|
|
|
.wallet-content .view-operation {
|
|
|
|
|
width: 160px;
|
|
|
|
|
}
|
|
|
|
|
.wallet-content .view-operation button {
|
|
|
|
|
width: calc(50% - 5px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2019-05-06 07:09:17 +00:00
|
|
|
/**
|
|
|
|
|
* 金额
|
|
|
|
|
*/
|
|
|
|
|
.wallet-content .normal-money,
|
|
|
|
|
.wallet-content .frozen-money,
|
|
|
|
|
.wallet-content .give-money {
|
2019-05-05 09:38:11 +00:00
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
2019-05-06 07:09:17 +00:00
|
|
|
.wallet-content .normal-money {
|
2019-05-05 09:38:11 +00:00
|
|
|
color: #4CAF50;
|
|
|
|
|
}
|
2019-05-06 07:09:17 +00:00
|
|
|
.wallet-content .frozen-money {
|
2019-05-05 09:38:11 +00:00
|
|
|
color: #FF9800;
|
|
|
|
|
}
|
2019-05-06 07:09:17 +00:00
|
|
|
.wallet-content .give-money {
|
2019-05-05 09:38:11 +00:00
|
|
|
color: #666;
|
2019-05-06 07:09:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 编辑
|
|
|
|
|
*/
|
|
|
|
|
@media only screen and (min-width: 641px) {
|
|
|
|
|
.wallet-content form .am-alert {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|