sell.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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: 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: 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: 1px 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. }
  91. .sub_sell{
  92. width:620rpx;
  93. height: 88rpx;
  94. background:linear-gradient(270deg,#FFD800,#FFE600);
  95. margin:40rpx auto 0rpx;
  96. line-height: 88rpx;
  97. border-radius: 6rpx;
  98. color: rgba(56, 55, 53, 1);
  99. font-size: 30rpx;
  100. text-align: center;
  101. font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
  102. }
  103. .sell_bottom_banner{
  104. display: block;
  105. width: 750rpx;
  106. height: 262rpx;
  107. margin-top:60rpx;
  108. }