123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- /* 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: 1rpx 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: 1rpx 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;
- position: relative;
- }
- .upload_img_item_pic{
- width:143rpx;
- height: 143rpx;
- display: block;
- }
- .upload_img_item_deletebg{
- position: absolute;
- top:0rpx;
- left:0rpx;
- width:143rpx;
- height: 143rpx;
- background-color: rgba(33, 36, 37, 0.3);
- }
- .upload_img_item_delete{
- width:24rpx;
- height: 24rpx;
- margin:59rpx;
- }
- .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-Medium,NotoSansHans-Medium;
- }
- .sell_bottom_banner{
- display: block;
- width: 750rpx;
- height: 262rpx;
- margin-top:60rpx;
- }
|