family-userInfo.page.css
3.24 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
html,
body {
background-color: #f0f0f0;
}
input,
select {
border: 0;
background: 0;
}
.family-user-info {
input::-webkit-clear-button {
display: none;
}
input::-webkit-calendar-picker-indicator {
display: none;
}
.info-list {
padding-left: 30px;
background-color: #fff;
margin-bottom: 20px;
.list-item {
display: block;
height: 90px;
line-height: 90px;
padding-right: 30px;
border-bottom: solid 1px #e0e0e0;
.title {
width: 220px;
float: left;
font-size: 30px;
}
.main {
width: 450px;
float: left;
height: 90px;
padding: 10px 0;
padding-right: 20px;
position: relative;
.ewm {
width: 43px;
height: 43px;
background-image: url("/home/family/person-ewm.png");
float: right;
margin-top: 12px;
}
}
.arr {
width: 20px;
float: left;
color: #b0b0b0;
}
select.inp {
width: auto;
direction: rtl;
}
.inp {
width: 430px;
height: 70px;
line-height: 70px;
font-size: 30px;
color: #b0b0b0;
text-align: right;
float: right;
padding: 0;
}
.inp-2 {
float: right;
width: 400px;
padding-right: 3%;
}
label {
width: 30px;
float: right;
line-height: 70px;
font-size: 30px;
color: #b0b0b0;
}
.date-c {
position: absolute;
top: 10px;
right: 20px;
width: 205px;
white-space: nowrap;
overflow: hidden;
}
.pic {
float: right;
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
background-size: contain;
background-position: center center;
background-image: resolve("home/index/user-avatar.png");
}
&.user-pic {
height: 140px;
line-height: 140px;
.main {
padding: 20px 0;
padding-right: 20px;
}
}
}
.list-item:last-child {
border-bottom: 0;
}
}
.foot-tip {
background-color: #f0f0f0 !important;
.pic {
background-image: resolve("home/family/foot.png");
width: 140px;
height: 80px;
background-size: 100% 100%;
margin: 0 auto 15px;
}
width: 750px;
padding: 30px;
font-size: 24px;
color: #b0b0b0;
line-height: 38px;
}
}