wish.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. page {
  2. background-color: #161616;
  3. }
  4. .page {
  5. background-color: #161616;
  6. }
  7. .topbg {
  8. }
  9. .topBody {
  10. width:750rpx;
  11. }
  12. .mainBody {
  13. width:750rpx;padding:1rpx 20rpx;display: flex;flex-direction: column;
  14. border-bottom: solid 2rpx #393939;
  15. .menu {
  16. display: flex;flex-direction: row;justify-content: space-between;padding:20rpx 0rpx 0rpx;
  17. .item {
  18. width:360rpx;border-radius: 18rpx;height:80rpx;display: flex;flex-direction:column;justify-content: center;align-items: center;
  19. margin:0 20rpx;color:#999999;
  20. .line {
  21. width: 36rpx;height: 8rpx;margin-top: 20rpx;
  22. background: #161616;
  23. border-radius: 4rpx 4rpx 4rpx 4rpx;
  24. }
  25. }
  26. .active {
  27. color:#fff;
  28. .line {
  29. width: 36rpx;height: 8rpx;margin-top: 20rpx;
  30. background: linear-gradient( 90deg, #FF5869 0%, #F83881 100%);
  31. border-radius: 4rpx 4rpx 4rpx 4rpx;
  32. }
  33. }
  34. }
  35. .scroll-view_H {
  36. white-space: nowrap;
  37. width: 750rpx;color:#fff;
  38. .item {
  39. width:120rpx;border-radius: 18rpx;height:80rpx;
  40. display: inline-flex;flex-direction:column;justify-content: center;align-items: center;
  41. margin:0 20rpx;color:#999999;
  42. .line {
  43. width: 36rpx;height: 8rpx;margin-top: 20rpx;
  44. background: #161616;
  45. border-radius: 4rpx 4rpx 4rpx 4rpx;
  46. }
  47. }
  48. .active {
  49. color:#fff;
  50. .line {
  51. width: 36rpx;height: 8rpx;margin-top: 20rpx;
  52. background: linear-gradient( 90deg, #FF5869 0%, #F83881 100%);
  53. border-radius: 4rpx 4rpx 4rpx 4rpx;
  54. }
  55. }
  56. }
  57. .scroll-view-item_H {
  58. display: inline-block;
  59. width: 200rpx;
  60. text-align: center;
  61. font-size: 36rpx;
  62. }
  63. }
  64. .list_info {
  65. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  66. width:750rpx;
  67. .item {
  68. margin-top: 20rpx;color:#fff;font-size: 28rpx;
  69. display: flex;flex-direction: column;justify-content: center;align-items: center;
  70. width: 690rpx;
  71. height: 770rpx;
  72. background: #28292D;
  73. border-radius: 28rpx 28rpx 28rpx 28rpx;
  74. .avator {
  75. width:258rpx;height:258rpx;
  76. .icon {
  77. width:258rpx;height:258rpx;border-radius: 129rpx;
  78. }
  79. }
  80. .tit {
  81. width:690rpx;display: flex;flex-direction: column;justify-content: center;align-items: center;
  82. margin-top:50rpx;
  83. .name {
  84. font-size: 32rpx;
  85. }
  86. .desc {
  87. color:#999;font-size: 28rpx;margin-top:12rpx;
  88. }
  89. }
  90. .list_mem {
  91. width:100%;margin-top:30rpx;
  92. display: flex;flex-direction: row;justify-content: center;align-items: center;
  93. image {
  94. width:72rpx;height:72rpx;margin:0rpx 8rpx;border-radius: 36rpx;
  95. }
  96. }
  97. .btn_submit {
  98. width: 390rpx;height: 96rpx;margin-top:30rpx;
  99. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  100. border-radius: 28rpx 28rpx 28rpx 28rpx;
  101. display: flex;flex-direction: column;justify-content: center;align-items: center;
  102. }
  103. .gray {
  104. background: linear-gradient( 142deg, #FF5967 50%, #FF2A95 10%);
  105. }
  106. }
  107. }
  108. .blankHeight {
  109. height:300rpx;
  110. }