sell.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. /* pages/sell/sell.wxss */
  2. @import "../../module/logs/logs.wxss"
  3. .conent{
  4. background-color:#F9F9F9;
  5. }
  6. .sell_banner{
  7. height: 240rpx;
  8. width: 750rpx;
  9. background-color: #fede18;
  10. }
  11. .sell_form{
  12. background-color: white;
  13. }
  14. .sell_form_t{
  15. height: 78rpx;
  16. line-height: 78rpx;
  17. text-indent: 38rpx;
  18. color: rgba(135, 135, 135, 1);
  19. font-size: 24rpx;
  20. font-family: PingFangSC-Regular,NotoSansHans-Regular;
  21. }
  22. .sell_form_item{
  23. border-top: 1rpx solid rgba(235, 235, 235, 1);
  24. height: 88rpx;
  25. line-height: 88rpx;
  26. display: flex;
  27. }
  28. .sell_form_it{
  29. color: rgba(56, 55, 53, 1);
  30. text-align: left;
  31. text-indent: 38rpx;
  32. font-size: 28rpx;
  33. font-family: PingFangSC-Regular,NotoSansHans-Regular;
  34. width:240rpx;
  35. }
  36. .sell_form_itw{
  37. color:#BFA368;
  38. display: inline;
  39. }
  40. .sell_form_input,.sell_form_picker{
  41. flex: 1;
  42. height: 88rpx;
  43. text-align: right;
  44. color:#3A3735;
  45. padding-right: 38rpx;
  46. font-size: 24rpx;
  47. overflow: hidden;
  48. }
  49. .series_val{
  50. display: inline;
  51. }
  52. .placeholder_val{
  53. display: inline;
  54. color:#9B9B9B;
  55. }
  56. .picker{
  57. overflow: hidden;
  58. white-space: nowrap;
  59. text-overflow:ellipsis;
  60. }
  61. .sell_form_itr{
  62. color: rgba(56, 55, 53, 1);
  63. padding-right: 38rpx;
  64. font-size: 28rpx;
  65. font-family: PingFangSC-Regular,NotoSansHans-Regular;
  66. width:100rpx;
  67. text-align: right;
  68. }
  69. .upload_img_box{
  70. border-top: 1rpx solid rgba(235, 235, 235, 1);
  71. background-color: white;
  72. padding-bottom: 40rpx;
  73. }
  74. .upload_img_t{
  75. padding-left: 58rpx;
  76. height: 88rpx;
  77. line-height: 88rpx;
  78. color: rgba(56, 55, 53, 1);
  79. font-size: 28rpx;
  80. font-family: PingFangSC-Regular,NotoSansHans-Regular;
  81. }
  82. .upload_img_list{
  83. margin:0px 4px;
  84. display: flex;
  85. }
  86. .upload_img_item{
  87. width:143rpx;
  88. height: 143rpx;
  89. margin-left:34rpx;
  90. position: relative;
  91. }
  92. .upload_img_item_pic{
  93. width:143rpx;
  94. height: 143rpx;
  95. display: block;
  96. }
  97. .upload_img_item_deletebg{
  98. position: absolute;
  99. top:0rpx;
  100. left:0rpx;
  101. width:143rpx;
  102. height: 143rpx;
  103. background-color: rgba(33, 36, 37, 0.3);
  104. }
  105. .upload_img_item_delete{
  106. width:24rpx;
  107. height: 24rpx;
  108. margin:59rpx;
  109. }
  110. .sub_sell{
  111. width:620rpx;
  112. height: 88rpx;
  113. background:linear-gradient(270deg,#FFD800,#FFE600);
  114. margin:40rpx auto 0rpx;
  115. line-height: 88rpx;
  116. border-radius: 6rpx;
  117. color: rgba(56, 55, 53, 1);
  118. font-size: 30rpx;
  119. text-align: center;
  120. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  121. }
  122. .sell_bottom_banner{
  123. display: block;
  124. width: 750rpx;
  125. height: 262rpx;
  126. margin-top:60rpx;
  127. }