index.css
1.78 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
.myCenter{
width: 100%;
height: 100%;
overflow-y: auto;
}
.myCenter .headerCard{
background: url('../../assets/image/myCenterBackg.png') no-repeat;
height: 1.2rem;
background-size: cover;
display: flex;
align-items: center;
color: #FFFFFF;
font-size: .16rem;
margin-bottom: .12rem;
}
.myCenter .headerCard .head{
width: .80rem;
height: .80rem;
margin-left: .20rem;
}
.myCenter .headerCard .head img{
width: 100%;
height: 100%;
border-radius: 50%;
}
.myCenter .headerCard .info{
margin-left: .1rem;
}
.myCenter .senction1{
position: relative;
display: flex;
background: white;
margin: 0 .10rem;
padding: .12rem 0;
border-radius: 8px;
}
.myCenter .senction1 .childsection{
width: 50%;
text-align: center;
line-height: .40rem;
}
.myCenter .senction1 .childsection .header{
font-size: .15rem;
color: #666666;
}
.myCenter .senction2{
position: relative;
background: white;
margin: .10rem .10rem;
font-size: .18rem;
border-radius: 8px;
}
.myCenter .senction2 .item{
position: relative;
display: flex;
line-height: .5rem;
padding-left: .16rem;
border-bottom: 1px solid #F8F8F8;
}
.myCenter .senction2 .item .left{
width: 1rem;
color: #101010;
font-weight: 400;
}
.myCenter .senction2 .item .arrow{
right: 0;
width: .3rem;
position: absolute;
}
.myCenter .tipsContent{
position: relative;
width: 100%;
text-align: center;
margin: .40rem 0;
}
.websiteSection{
position: relative;
background: white;
margin: .15rem .15rem;
font-size: .18rem;
border-radius: 8px;
border: 1px solid #e7e7e7;
padding: .1rem .2rem;
}
.websiteSection .item{
position: relative;
display: flex;
line-height: .5rem;
border-bottom: 1px solid #F8F8F8;
}
.websiteNameCss{
white-space: nowrap;
width: 2.3rem;
overflow-x: hidden;
text-overflow: ellipsis;
}