addr_2.wxss
2.0 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
124
125
126
127
page{
background: #f7f7f7;
}
.container{
width: 750rpx;
display: flex;
flex-flow: column;
position: relative;
}
.top{
margin-top: 16rpx;
display: flex;
flex-flow: column;
background: #fff;
}
.top_item{
display: flex;
align-items: center;
box-sizing: border-box;
padding: 30rpx 32rpx 32rpx 0;
margin: 0 0 0 32rpx;
border-bottom: 1px solid #f7f7f7;
}
.bottom{
margin-top: 224rpx;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.bottom_btn{
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);
}
.top_item_name{
width: 180rpx;
height: 44rpx;
font-size:32rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(51,51,51,1);
opacity:1;
}
.top_item input{
height: 44rpx;
font-size: 32rpx;
width: 450rpx;
}
.top_item_right{
width: 16rpx;
height: 32rpx;
display: flex;
}
.top_item_right image{
width: 100%;
height: 100%;
}
.top_between{
justify-content: space-between;
}
.top_item_text{
font-size:26rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(204,204,204,1);
opacity:1;
}
.top_height{
height: 200rpx;
font-size: 26rpx;
}
.top_height textarea{
width: 100%;
height: 100%;
}
.mid{
margin-top: 16rpx;
display: flex;
background: #fff;
}
.mid_addr{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 30rpx 32rpx 32rpx 0;
margin: 0 0 0 32rpx;
}
.mid_addr_set{
font-size:32rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(51,51,51,1);
opacity:1;
}
.mid_addr_pic{
width:64rpx;
height:32rpx;
opacity:1;
border-radius:16rpx;
display: flex;
}
.mid_addr_pic image{
width: 100%;
height: 100%;
}