withdraw_library.wxss 697 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* dispatcher/pages/withdraw_library/withdraw_library.wxss */
  2. @import '../../../templates/nodata/nodata.wxss';
  3. @import '../../../templates/loading/loading.wxss';
  4. .header {
  5. background: #fff;
  6. padding: 24rpx 30rpx;
  7. }
  8. .list {
  9. padding: 0;
  10. }
  11. .li {
  12. margin: 20rpx;
  13. background: rgba(255,255,255,1);
  14. border-radius: 18rpx;
  15. padding: 30rpx;
  16. display: flex;
  17. justify-content: space-between;
  18. align-items: center;
  19. }
  20. .li-flex {
  21. flex: 1;
  22. }
  23. .li-arrow {
  24. margin-left: 50rpx;
  25. }
  26. .li-arrow-icon {
  27. width: 16rpx;
  28. height: 26rpx;
  29. margin-left: 13rpx;
  30. }
  31. .text-black {
  32. color: #333;
  33. font-size: 32rpx;
  34. line-height: 45rpx;
  35. }
  36. .text-gray {
  37. color: #999;
  38. font-size: 28rpx;
  39. line-height: 38rpx;
  40. }