dashang.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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: 132rpx;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:#FF2A95;
  61. }
  62. .status_9 {
  63. color:#999999;
  64. }
  65. }
  66. }
  67. .huifu {
  68. width: 680rpx;margin-bottom:20rpx;margin-left:10rpx;
  69. background: #28292D;padding:20rpx 24rpx;
  70. border-radius: 28rpx;font-size: 28rpx;
  71. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  72. .left {
  73. display: flex;flex-direction: row;justify-content: flex-start;
  74. .imgBg {
  75. width:116rpx;height:116rpx;background-color: #161616;border-radius: 28rpx;
  76. image {
  77. width:100rpx;height:100rpx;
  78. }
  79. }
  80. .name {
  81. display: flex;flex-direction: column;justify-content: center;padding-left:20rpx;
  82. .title {
  83. font-size: 28rpx;color:#fff;
  84. }
  85. .price {
  86. font-size: 24rpx;color:#FF2A95;padding-top:10rpx;
  87. }
  88. }
  89. }
  90. .right {
  91. color:#fff;
  92. }
  93. }
  94. .desc {
  95. width: 650rpx;padding:10rpx 0 30rpx;
  96. font-family: PingFang SC, PingFang SC;
  97. font-weight: 400;
  98. font-size: 24rpx;
  99. color: #999999;
  100. line-height: 0rpx;
  101. text-align: left;
  102. font-style: normal;
  103. text-transform: none;
  104. }
  105. }
  106. .btn_submit {
  107. width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
  108. border: 2rpx solid #404040;
  109. border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FF2A95;
  110. display: flex;flex-direction: row;justify-content: center;align-items: center;
  111. }
  112. .blankHeight {
  113. height:300rpx;
  114. }