style.scss 342 B

12345678910111213141516171819
  1. /* 模块 */
  2. .layout-wallet{
  3. width: 100%;
  4. height: 76px;
  5. border-bottom: 1px solid rgba(255,255,255,0.22);
  6. font-size: 14px;
  7. line-height: 20px;
  8. font-weight: 400;
  9. }
  10. .layout-wallet-time{
  11. font-size: 12px;
  12. color: rgba(255,255,255,0.4);
  13. margin-top: 6px;
  14. }
  15. .layout-wallet-price{
  16. font-size: 18px;
  17. line-height: 25px;
  18. }
  19. /* 模块 */