tranRecord.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. page {
  2. background-color: #0F0F1D;
  3. width: 100%;
  4. height: 100vh;
  5. }
  6. .page {
  7. width: 750rpx;height:1624rpx;
  8. background: linear-gradient( 180deg, #24234B 0%, #0F0F1D 100%);
  9. border-radius: 0rpx 0rpx 0rpx 0rpx;
  10. background-repeat: repeat-y;
  11. }
  12. .list_info {
  13. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  14. width:750rpx;
  15. .item {
  16. margin-top: 20rpx;color:#fff;font-size: 28rpx;
  17. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  18. width: 690rpx;height: 134rpx;
  19. background: #2D3458;
  20. border-radius: 24rpx 24rpx 24rpx 24rpx;
  21. .left {
  22. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  23. padding-left:30rpx;
  24. .name {
  25. margin-bottom:20rpx;
  26. font-weight: 400;
  27. font-size: 28rpx;
  28. color: #FFFFFF;
  29. }
  30. .desc {
  31. font-weight: 400;
  32. font-size: 24rpx;
  33. color: #999999;
  34. }
  35. }
  36. .right {
  37. padding-right: 30rpx;
  38. font-weight: bold;
  39. font-size: 36rpx;
  40. color: #FFFFFF;
  41. }
  42. }
  43. }
  44. .blankHeight {
  45. height:300rpx;
  46. }
  47. .no-content {
  48. display: flex;flex-direction: column;justify-content: center;align-items: center;
  49. padding: 60rpx;
  50. image {
  51. width:434rpx;height:234rpx;
  52. }
  53. font-weight: 400;
  54. font-size: 24rpx;
  55. color: #999999;
  56. }