| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .container {
- .his-amount-log {
- width: 97%;
- font-size: 12px;
- color: #666;
- text-align: right;
- padding: 10px 0px;
- }
- &__list-top {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- background-color: #f0f0f0;
- height: 35px;
- align-items: center;
- &__row {
- display: flex;
- flex-direction: row;
- align-items: center;
- align-content: center;
- width: 100%;
- text {
- font-size: 13px;
- color: #666;
- text-align: center;
- width: 100%;
- }
- }
- }
- &__list-content {
- display: flex;
- flex-direction: column;
- align-items: center;
- align-content: center;
- width: 100%;
- &__row {
- display: flex;
- flex-direction: row;
- align-items: center;
- align-content: center;
- width: 100%;
- height: 45px;
- border-bottom: 1px solid #f0f0f0;
- justify-content: space-between;
- text {
- font-size: 14px;
- color: #333;
- text-align: center;
- width: 100%;
- }
- }
- }
- }
|