kinship.wxss
2.8 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
/* pages/kinship/kinship.wxss */
.main_top {
height: 166rpx;
display: flex;
align-items: center;
padding: 0 32rpx;
box-sizing: border-box;
background-color: white;
}
.kindTxt{
font-size: 30rpx;
color: rgba(140, 145, 152, 1);
text-align: center;
margin: 20rpx 0rpx 0rpx;
}
.main_topImg {
width: 96rpx;
height: 96rpx;
}
.main_topImg image {
border-radius: 50%;
}
.main_topTxt {
margin-left: 24rpx;
font-size: 28rpx;
color: rgba(61, 68, 77, 1);
}
.main2 {
margin-top: 20rpx;
background-color: white;
}
.main2_li {
overflow: hidden;
margin: 0 20rpx 0 24rpx;
display: flex;
align-items: center;
height: 120rpx;
box-sizing: border-box;
}
.main2_li2 {
width: 100%;
height: 120rpx;
display: flex;
align-items: center;
border-bottom: 1px solid #f6f6f6;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: translateX(116rpx);
transform: translateX(116rpx);
margin-left: -116rpx;
}
.main2_li:last-child {
border-bottom: 0;
}
.main2_pic {
width: 72rpx;
height: 72rpx;
margin-right: 34rpx;
}
.main2_pic image{
border-radius: 50%;
}
.main2_liTxt {
margin-left: 34rpx;
font-size: 30rpx;
color: rgba(61, 68, 77, 1);
}
.main2_remove {
height: 120rpx;
width: 100rpx;
padding-left: 25rpx;
background-color: #ff5151;
font-size: 26rpx;
line-height: 120rpx;
margin-left: 20rpx;
color: rgba(255, 255, 255, 1);
-webkit-transform: translateX(156rpx);
transform: translateX(156rpx);
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.touch-move-active .main2_li2, .touch-move-active .main2_remove {
-webkit-transform: translateX(20rpx);
transform: translateX(20rpx);
}
.main2_li2Txt1 {
font-size: 28rpx;
color: rgba(61, 68, 77, 1);
}
.main2_li2Txt2 {
font-size: 24rpx;
color: rgba(164, 164, 164, 1);
}
.mask {
position: fixed;
width: 100%;
height: 100%;
z-index: 10;
background: rgba(20, 20, 20, 0.6);
}
.maskCon {
position: absolute;
top: 50%;
left: 50%;
z-index: 12;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
width: 490rpx;
height: 282rpx;
background-color: white;
border-radius: 22rpx;
}
.maskConTxt1{
font-size:30rpx;
color:rgba(34,34,34,1);
padding-top: 80rpx;
text-align: center;
}
.maskConBottom{
width: 100%;
height: 80rpx;
display: flex;
position: absolute;
bottom: 0;
border-top: 1px solid #D9D9DD;
}
.maskConBottom1,.maskConBottom2{
width: 50%;
height: 80rpx;
line-height: 80rpx;
color: #5592F7;
text-align: center;
}
.maskConBottom1{
border-right: 1px solid #D9D9DD;
box-sizing: border-box;
}