tranWechat.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. }
  36. .list_info {
  37. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  38. width:750rpx;
  39. .item {
  40. width: 690rpx;height: 162rpx;margin-top: 10rpx;color:#fff;font-size: 28rpx;
  41. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  42. .avator {
  43. width:110rpx;
  44. .icon {
  45. width:80rpx;height:80rpx;
  46. }
  47. }
  48. .tit {
  49. width:470rpx;
  50. .name {
  51. font-size: 28rpx;
  52. }
  53. .desc {
  54. color:#999;font-size: 24rpx;
  55. }
  56. }
  57. .state {
  58. width:110rpx;font-size: 28rpx;font-weight: normal;text-align: right;
  59. .status_1 {
  60. color:#999;
  61. }
  62. .status_9 {
  63. color:#63D4FF;
  64. }
  65. .status_2 {
  66. color:#FE2D56;
  67. }
  68. }
  69. }
  70. .huifu {
  71. width: 580rpx;height: 84rpx;margin-bottom:20rpx;margin-left:110rpx;
  72. background: #28292D;
  73. border-radius: 28rpx;padding:0rpx 30rpx;font-size: 28rpx;
  74. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  75. .right {
  76. color:#FF2A95;
  77. }
  78. }
  79. .doit {
  80. width: 690rpx;margin-bottom:20rpx;font-size: 28rpx;
  81. display: flex;flex-direction: row;justify-content: flex-end;align-items: flex-end;
  82. .btn1 {
  83. width: 132rpx;height: 64rpx;font-size: 28rpx;
  84. border-radius: 16rpx;
  85. border: 2rpx solid #404040;
  86. display: flex;flex-direction: row;justify-content: center;align-items: center;
  87. }
  88. .btn2 {
  89. width: 132rpx;height: 64rpx;font-size: 28rpx;margin-left: 20rpx;
  90. background: linear-gradient( 267deg, #FF2A95 0%, #FF5967 100%);
  91. border-radius: 16rpx;
  92. display: flex;flex-direction: row;justify-content: center;align-items: center;
  93. }
  94. }
  95. .line {
  96. width:580rpx;margin-left: 110rpx;
  97. border-bottom: solid 1px #393939;
  98. }
  99. }
  100. .btn_submit {
  101. width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
  102. border: 2rpx solid #404040;
  103. border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FF2A95;
  104. display: flex;flex-direction: row;justify-content: center;align-items: center;
  105. }
  106. .blankHeight {
  107. height:300rpx;
  108. }