mine.css
2.1 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
.mine-top-bg {
width: 100%;
height: 5rem;
background-image: url(../../image/mine-top-bg.png);
background-repeat: no-repeat;
background-size: 100% 100%;
-moz-background-size: 100% 100%;
position: relative;
}
.persion-area-panel {
position: absolute;
top: 3rem;
left: 4%;
right: 4%;
width: auto;
height: 4rem;
/*min-width: 200px;*/
/*background-color: red;*/
background:rgba(255,255,255,1);
box-shadow:0px 0px 16px 0px rgba(55,57,78,0.05);
border-radius:8px;
}
.user-name {
font-size:16px;
font-family:PingFang SC;
font-weight:bold;
color:rgba(55,57,78,1);
}
.user-phone {
margin-top: 0.2rem;
font-size:14px;
font-family:PingFang SC;
font-weight:500;
color:rgba(129,130,149,1);
}
.choose-area {
min-height: 50px;
margin-left: 0.7rem;
margin-right: 0.7rem;
margin-top: 3rem;
background:rgba(255,255,255,1);
box-shadow:0px 0px 16px 0px rgba(55,57,78,0.05);
border-radius:8px;
}
.info-inside-panel {
padding-left: 0.7rem;
padding-right: 0.6rem;
}
.padding-top-21 {
padding-top: 21px;
}
.margin-top-21 {
margin-top: 21px;
}
.title-obj {
font-size:14px;
font-family:PingFang SC;
font-weight:500;
color:rgba(55,57,78,1);
line-height:15px;
margin-top: 0.2rem;
}
.panel-line {
height:1px;
background:rgba(240,245,255,1)
}
.icon-right {
margin-left: 2rem;
}
.person-center-list-panel {
margin-top: 15px;
margin-left: 14.5px;
margin-right: 15.5px;
min-height: 100px;
background:rgba(255,255,255,1);
box-shadow:0px 0px 16px 0px rgba(55,57,78,0.05);
border-radius:8px;
}
.inside-person-center-list-panel {
padding-left: 15.5px;
padding-right: 15px;
}
.person-center-span {
font-size:14px;
font-family:PingFang SC;
font-weight:500;
color:rgba(174,184,206,1);
line-height:15px;
margin-top: 0.2rem;
}
.person-center-btn {
margin-left: 15px;
margin-right: 15px;
margin-top: 15px;
height: 50px;
background:rgba(91,127,248,1);
box-shadow:0px 8px 16px 0px rgba(91,127,248,0.3);
border-radius:8px;
text-align: center;
line-height: 50px;
color: #FFFFFF;
}
.person-center-btn:active {
background-color: #435FD1;
}