my.wxss
1.4 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
/* pages/my/my.wxss */
page{
background-color: #f0f0f0;
}
.my_top{
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 300rpx;
background: linear-gradient(#3AA0EA ,#69C0E0);
}
.login_btn{
position: absolute;
top:10%;
left:38%;
opacity: 0;
height: 250rpx;
width:200rpx;
}
.my_img{
margin: 0 auto 10rpx auto;
width:110rpx;
height: 110rpx;
border-radius: 50%;
overflow: hidden;
border:10rpx solid #fff;
background-color: #fff;
}
.my_top_content{
color:#fff;
font-size:30rpx;
text-align: center;
}
.my_img image{
width:100%;
height: 100%;
}
.my_itembox{
margin: 30rpx 0 0 0;
}
.my_item{
display: flex;
justify-content: space-between;
align-items: center;
padding:27rpx 30rpx;
background: #fff;
border-bottom:1rpx solid #e5e5e5;
}
button.my_item:after{
border: none;
}
.my_item:last-child{
border:none
}
.my_itemimg{
margin: 0 20rpx 0 0;
width:50rpx;
height: 50rpx;
}
.my_itemimg image{
width:100%;
height: 100%;
}
.my_item_left{
display: flex;
align-items: center;
color:#333;
font-size:32rpx;
}
.my_item .iconfont{
color:#c7c7c7;
font-size:36rpx;
font-weight: bold;
}
.button_item{
padding:6rpx 30rpx;
}
button.user_login{
line-height: 1.4;
color: #FFF;
background: none;
font-size: 30rpx;
padding-left: 6px;
padding-right: 6px;
border: none;
}
button.user_login:after{
border: 1rpx solid #FFF;
}