personalCenter.css
1.9 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
.content_box{
background: #fff;
margin-bottom: 0.16rem;
}
.banner_box{
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.3rem 0.4rem;
}
.banner_info_box{
display: flex;
align-items: center;
padding: 0.3rem 0.4rem;
}
.banner_item{
width: 30%;
text-align: center;
font-size: 0.3rem;
color: #252729;
}
.banner_info{
font-size: 0.26rem;
color: #97A0A8;
}
.banner_line{
width:0.02rem;
height:0.36rem;
background:#EBEBEB;
}
.head_box{
display: flex;
align-items: center;
}
.head_box img{
width: 1.2rem;
height: 1.2rem;
border-radius: 50%;
border: 1px solid #EBEBEB;
margin-right: 0.3rem;
}
.user_name{
font-size: 0.3rem;
font-weight: bold;
color: #252729;
}
.input_box{
padding:0 0.3rem;
}
.list_input{
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #EBEBEB;
padding: 0.25rem 0;
}
.list_input:last-child{
border-bottom: 0;
}
.list_img_box{
display: flex;
align-items: center;
font-size: 0.28rem;
color: #53575C;
}
.list_img {
width: 0.48rem;
height: 0.48rem;
display: flex;
align-items: center;
justify-content: center;
margin-right: 0.1rem;
}
.list_img img{
width: 100%;
height: 100%;
}
.type_box{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
padding: 0.15rem 0;
}
.type_item{
width: 30%;
text-align: center;
margin: 0.15rem 0;
font-size: 0.28rem;
color: #53575C;
}
.type_icon{
font-size: 0.4rem;
color: #1A9D89;
}
.icon_font{
font-size: 0.30rem;
}
.icon-jiantou1{
font-size: 0.3rem;
color: #97A0A8;
}
.sign_in{
display: flex;
align-items: center;
font-size: 0.3rem;
color: #252729;
}
.icon-qiandao{
font-size: 0.36rem;
margin-right: 0.15rem;
}
.weui_tab_bd_item{
display: none;
}