addr_1.wxss
2.2 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
128
129
130
131
132
133
134
135
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;
flex-flow: column;
box-sizing: border-box;
padding: 30rpx 32rpx 32rpx 0;
margin: 0 0 0 32rpx;
border-bottom: 1px solid #f7f7f7;
}
.top_item_t{
display: flex;
justify-content: space-between;
}
.top_item_t_left{
font-size:32rpx;
font-family:PingFang SC;
font-weight:600;
color:rgba(51,51,51,1);
opacity:1;
position: relative;
}
.top_item_t_right{
display: flex;
align-items: center;
}
.top_phone{
font-size:28rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(51,51,51,1);
opacity:1;
}
.top_modify{
margin-left: 44rpx;
width:30rpx;
height:30rpx;
opacity:1;
display: flex;
}
.top_modify image{
width: 100%;
height: 100%;
}
.top_delete{
margin-left: 24rpx;
width: 29rpx;
height: 28rpx;
display: flex;
}
.top_delete image{
width: 100%;
height: 100%;
}
.top_default{
width:64rpx;
height:32rpx;
text-align: center;
background:rgba(110,172,61,0.2);
opacity:1;
border-radius:8px 8px 8px 0px;
position: absolute;
font-size:22rpx;
font-family:PingFang SC;
font-weight:400;
line-height:32rpx;
color:rgba(110,172,61,1);
top: -10rpx;
right: -70rpx;
}
.top_item_b{
margin-top: 20rpx;
font-size:24rpx;
font-family:PingFang SC;
font-weight:400;
color:rgba(102,102,102,1);
opacity:1;
}
.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);
}
.mask{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
display: flex;
justify-content: center;
}
.mask_mid{
margin-top: 500px;
width: 500rpx;
height: 300rpx;
background: #fff;
border-radius: 8rpx;
}