sell.wxss 1.8 KB

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