wishDetail.scss 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. page {
  2. background-color: #161616;
  3. width:750rpx;height:100vh;
  4. }
  5. .page {
  6. background-color: #161616;
  7. }
  8. .list_info {
  9. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  10. width:750rpx;
  11. .item {
  12. margin-top: 20rpx;color:#fff;font-size: 28rpx;
  13. display: flex;flex-direction: column;justify-content: center;align-items: center;
  14. width: 690rpx;
  15. .avator {
  16. width:258rpx;height:258rpx;
  17. .icon {
  18. width:258rpx;height:258rpx;
  19. }
  20. }
  21. .tit {
  22. width:690rpx;display: flex;flex-direction: column;justify-content: center;align-items: center;
  23. margin-top:50rpx;
  24. .name {
  25. font-size: 32rpx;
  26. }
  27. .desc {
  28. color:#999;font-size: 28rpx;margin-top:12rpx;
  29. }
  30. }
  31. .title {
  32. width:690rpx;font-weight: normal;font-size: 28rpx;color: #FFFFFF;margin:20rpx 0;
  33. }
  34. .jindu {
  35. display: flex;flex-direction: row;justify-content: center;align-items: center;margin-top:30rpx;
  36. .bord {
  37. width: 386rpx;height: 20rpx;margin-left:50rpx;
  38. background: #28292D;
  39. border-radius: 24rpx 24rpx 24rpx 24rpx;
  40. .active {
  41. width: 0%;height: 20rpx;
  42. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  43. border-radius: 24rpx;
  44. }
  45. }
  46. .tips {
  47. margin-left:20rpx;font-weight: 400;font-size: 24rpx;color: #FF3D83;
  48. }
  49. }
  50. .list_mem {
  51. width:100%;margin-top:0rpx;flex-wrap: wrap;
  52. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  53. image {
  54. width:88rpx;height:88rpx;
  55. }
  56. .mem {
  57. display: flex;flex-direction: column;justify-content: center;align-items: center;
  58. width:130rpx;height:160rpx;
  59. }
  60. }
  61. .list_record {
  62. width:100%;margin-top:0rpx;
  63. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  64. image {
  65. width:76rpx;height:76rpx;margin-right:10rpx;
  66. }
  67. .record {
  68. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  69. width:100%;margin-bottom:20rpx;font-size:28rpx;
  70. .left {
  71. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  72. }
  73. .right {
  74. color:#FF2A95;
  75. }
  76. }
  77. }
  78. .btn_submit {
  79. width: 390rpx;height: 96rpx;margin-top:30rpx;
  80. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  81. border-radius: 28rpx 28rpx 28rpx 28rpx;
  82. display: flex;flex-direction: column;justify-content: center;align-items: center;
  83. }
  84. }
  85. }
  86. .blankHeight {
  87. height:300rpx;
  88. }