wishHelp.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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;border-radius: 18rpx;
  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;border-radius: 44rpx;
  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;border-radius: 44rpx;
  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. .btnList {
  79. width:100%;display: flex;flex-direction: row;justify-content: space-around;align-items: center;
  80. margin-top: 50rpx;
  81. .btn_submit1 {
  82. width: 320rpx;height: 96rpx;margin-top:30rpx;
  83. border-radius: 28rpx 28rpx 28rpx 28rpx;border: 2rpx solid #D0D0D0;
  84. display: flex;flex-direction: column;justify-content: center;align-items: center;
  85. }
  86. .btn_submit {
  87. width: 320rpx;height: 96rpx;margin-top:30rpx;
  88. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  89. border-radius: 28rpx 28rpx 28rpx 28rpx;
  90. display: flex;flex-direction: column;justify-content: center;align-items: center;
  91. }
  92. }
  93. }
  94. }
  95. .blankHeight {
  96. height:300rpx;
  97. }