59 lines
798 B
Plaintext
59 lines
798 B
Plaintext
/* pages/me/me.wxss */
|
|
.van-grid image {
|
|
width: 40px;
|
|
height: 40px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.van-grid text {
|
|
font-size: 13px;
|
|
}
|
|
.van-col--12 {
|
|
text-align: center
|
|
}
|
|
|
|
.header{
|
|
width: 100%;
|
|
height: 200px;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
position: relative;
|
|
}
|
|
.me_back{
|
|
width: 100%;
|
|
z-index: -1;
|
|
position:fixed;
|
|
background-size:100%;
|
|
vertical-align: middle;
|
|
}
|
|
.setting{
|
|
width: 62px;
|
|
height: 58px;
|
|
z-index: 9;
|
|
}
|
|
.user_he{
|
|
position: absolute;
|
|
left: 32px;
|
|
display: flex;
|
|
top: 114px;
|
|
}
|
|
.user_ll{
|
|
padding-top: 13px;
|
|
padding-left: 4px;
|
|
}
|
|
.user_qiandao{
|
|
display: block;
|
|
font-size: 12px;
|
|
padding-top: 5px;
|
|
}
|
|
.hh_a{
|
|
width: 40px;
|
|
height: 37px;
|
|
}
|
|
.van-cell__title{
|
|
flex: 1;
|
|
padding-left: 20px;
|
|
padding-top: 8px;
|
|
}
|
|
|
|
|
|
|