/* pages/sell/sell.wxss */ @import "../../module/logs/logs.wxss" .conent{ background-color:#F9F9F9; } .sell_banner{ height: 240rpx; width: 750rpx; background-color: #fede18; } .sell_form{ background-color: white; } .sell_form_t{ height: 78rpx; line-height: 78rpx; text-indent: 38rpx; color: rgba(135, 135, 135, 1); font-size: 24rpx; font-family: PingFangSC-Regular,NotoSansHans-Regular; } .sell_form_item{ border-top: 1px solid rgba(235, 235, 235, 1); height: 88rpx; line-height: 88rpx; display: flex; } .sell_form_it{ color: rgba(56, 55, 53, 1); text-align: left; text-indent: 38rpx; font-size: 28rpx; font-family: PingFangSC-Regular,NotoSansHans-Regular; width:240rpx; } .sell_form_itw{ color:#BFA368; display: inline; } .sell_form_input,.sell_form_picker{ flex: 1; height: 88rpx; text-align: right; color:#3A3735; padding-right: 38rpx; font-size: 24rpx; overflow: hidden; } .series_val{ display: inline; } .placeholder_val{ display: inline; color:#9B9B9B; } .picker{ overflow: hidden; white-space: nowrap; text-overflow:ellipsis; } .sell_form_itr{ color: rgba(56, 55, 53, 1); padding-right: 38rpx; font-size: 28rpx; font-family: PingFangSC-Regular,NotoSansHans-Regular; width:100rpx; text-align: right; } .upload_img_box{ border-top: 1px solid rgba(235, 235, 235, 1); background-color: white; padding-bottom: 40rpx; } .upload_img_t{ padding-left: 58rpx; height: 88rpx; line-height: 88rpx; color: rgba(56, 55, 53, 1); font-size: 28rpx; font-family: PingFangSC-Regular,NotoSansHans-Regular; } .upload_img_list{ margin:0px 4px; display: flex; } .upload_img_item{ width:143rpx; height: 143rpx; margin-left:34rpx; } .sub_sell{ width:620rpx; height: 88rpx; background:linear-gradient(270deg,#FFD800,#FFE600); margin:40rpx auto 0rpx; line-height: 88rpx; border-radius: 6rpx; color: rgba(56, 55, 53, 1); font-size: 30rpx; text-align: center; font-family: PingFangSC-Regular,NotoSansHans-DemiLight; } .sell_bottom_banner{ display: block; width: 750rpx; height: 262rpx; margin-top:60rpx; }