index.wxss
748 字节
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
.header {
height: 156px;
width:100%;
overflow: hidden;
background: #6d189e;
top:0;
}
.van-cell__left-icon-wrap,.van-cell__right-icon-wrap{
color: #6d189e!important;
}
.tag-c-c{
margin-left:0.58em;
padding-top:0.28em!important;
}
.header .avatar {
border-radius: 50%;
overflow: hidden;
width: 80px;
height: 80px;
text-align: center;
background: #fff;
margin: 15px auto;
border: 2px solid #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.header .avatar image {
width: 100%;
height: 100%;
}
.header .account {
color: #fff;
text-align: center;
}
.showname{
font-size: 1.2em;
}
.title-footer .cont {
background-color:#f8f8f8;
}
.buttons_froup{
margin-top: 1em;
}
.title-footer{
margin-top:1em;
}