sellidel.wxss
1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
@import '../../partneritem/sureorder/sureorder.wxss';
page{
background: #fff;
}
.type_good{
display: flex;
align-items: center;
height:80rpx;
padding-left: 37rpx;
color: #292525;
font-size: 26rpx;
font-weight: bold;
border-bottom:1rpx solid #f5f5f5;
}
.enterdescribe{
width:750rpx;
height:236rpx;
border-bottom:16rpx solid #FCF8F7;
}
.describetext{
width:750rpx;
height:236rpx;
padding: 15rpx 34rpx;
line-height: 50rpx;
color:#CCBAB8;
font-size: 28rpx;
box-sizing: border-box;
}
.support{
display:flex;
height:100rpx;
justify-content: space-between;
align-items: center;
padding: 0 45rpx;
}
.supportitem{
padding: 14rpx 22rpx;
color:#999999;
font-size: 26rpx;
border: solid 1rpx #EBEBEB;
border-radius:30rpx;
}
.support .active{
color:#fff;
border: none;
background: #FD8779;
}
.publish{
width:686rpx;
height:80rpx;
background:rgba(253,135,121,1);
border-radius:40rpx;
color:#fff;
font-size: 30rpx;
text-align: center;
line-height: 80rpx;
margin: 36rpx auto;
}
.uploadtext{
padding:27rpx 0rpx 12rpx 38rpx;
box-sizing: border-box;
}
.picture{
color:#292525;
font-size: 28rpx;
font-weight: bold;
}
.uploadimg{
color:#CCBAB8;
font-size: 28rpx;
}
.choseimg{
overflow:hidden;
padding: 0 0rpx 27rpx 0rpx;
border-bottom:16rpx solid #FCF8F7;
}
.selectpic{
float:left;
width:160rpx;
height:160rpx;
font-size: 0;
margin-left:20rpx;
margin-top: 20rpx;
position: relative
}
.selectpic image{
width:100%;
height:100%;
}
.selectpic video{
width:160rpx;
height:160rpx;
}
.commentlist_name{
font-size: 28rpx;
}
.goodedescribe{
border-top: solid 16rpx #FCF8F7;
}
.selshop{
width: auto;
padding-top: 3rpx;
text-align: right;
}
.select_size{
color: #666666;
font-size: 26rpx;
}
.parcurr{
color: #fff;
border: none;
background: #FD8779;
}
.del {
top:5rpx;
right:0rpx;
color:#999;
font-size:40rpx;
}