sell.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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: NotoSansHans-Regular;
  21. }
  22. .sell_form_item{
  23. border-top: 1px 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: 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. .picker{
  50. overflow: hidden;
  51. white-space: nowrap;
  52. text-overflow:ellipsis;
  53. }
  54. .sell_form_itr{
  55. color: rgba(56, 55, 53, 1);
  56. padding-right: 38rpx;
  57. font-size: 28rpx;
  58. font-family: NotoSansHans-Regular;
  59. width:100rpx;
  60. text-align: right;
  61. }
  62. .upload_img_box{
  63. border-top: 1px solid rgba(235, 235, 235, 1);
  64. background-color: white;
  65. padding-bottom: 40rpx;
  66. }
  67. .upload_img_t{
  68. padding-left: 58rpx;
  69. height: 88rpx;
  70. line-height: 88rpx;
  71. color: rgba(56, 55, 53, 1);
  72. font-size: 28rpx;
  73. font-family: NotoSansHans-Regular;
  74. }
  75. .upload_img_list{
  76. margin:0px 4px;
  77. display: flex;
  78. }
  79. .upload_img_item{
  80. width:143rpx;
  81. height: 143rpx;
  82. margin-left:34rpx;
  83. }
  84. .sub_sell{
  85. width:620rpx;
  86. height: 88rpx;
  87. background:linear-gradient(270deg,#FFD800,#FFE600);
  88. margin:40rpx auto 0rpx;
  89. line-height: 88rpx;
  90. border-radius: 6rpx;
  91. color: rgba(56, 55, 53, 1);
  92. font-size: 30rpx;
  93. text-align: center;
  94. font-family: NotoSansHans-DemiLight;
  95. }
  96. .sell_bottom_banner{
  97. display: block;
  98. width: 750rpx;
  99. height: 262rpx;
  100. margin-top:60rpx;
  101. }