12345678910111213141516171819 |
- /* 模块 */
- .layout-wallet{
- width: 100%;
- height: 76px;
- border-bottom: 1px solid rgba(255,255,255,0.22);
- font-size: 14px;
- line-height: 20px;
- font-weight: 400;
- }
- .layout-wallet-time{
- font-size: 12px;
- color: rgba(255,255,255,0.4);
- margin-top: 6px;
- }
- .layout-wallet-price{
- font-size: 18px;
- line-height: 25px;
- }
- /* 模块 */
|