eOrder.wxss
1.3 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
page{
background: #f7f7f7;
}
.container{
width: 750rpx;
display: flex;
flex-flow: column;
}
.top{
width: 750rpx;
display: flex;
flex-flow: column;
box-sizing: border-box;
padding: 32rpx;
background: #fff;
}
.top textarea{
width: 100%;
height:200rpx;
font-size:26rpx;
font-family:PingFang SC;
font-weight:400;
opacity:1;
/* background: rosybrown; */
}
.top_bottom{
display: flex;
justify-content: space-between;
}
.top_item{
margin-top: 10rpx;
display: flex;
flex-wrap: wrap;
}
.top_item_pic{
width:128rpx;
height:128rpx;
opacity:1;
display: flex;
margin-top: 30rpx;
margin-right: 40rpx;
position: relative;
}
.top_item_pic image{
width: 100%;
height: 100%;
}
.top_bottom_right{
font-size:22rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(51,51,51,1);
opacity:1;
}
.bottom{
display: flex;
align-items: center;
justify-content: center;
}
.bottom_btn{
margin-top: 248rpx;
width:688rpx;
height:96rpx;
line-height: 96rpx;
text-align: center;
background:linear-gradient(168deg,rgba(181,222,150,1) 0%,rgba(74,172,32,1) 100%,rgba(0,0,0,1) 100%);
opacity:1;
border-radius:48rpx;
font-size:34rpx;
font-family:PingFang SC;
font-weight:600;
color:rgba(255,255,255,1);
}
.delete{
position: absolute;
right: 10rpx;
top: -3rpx;
font-size: 30rpx;
}