72 lines
1.4 KiB
Plaintext
72 lines
1.4 KiB
Plaintext
/* driver/pages/mine/mine.wxss */
|
|
page {
|
|
padding-top: 130rpx;
|
|
}
|
|
|
|
page::after {
|
|
height: 130rpx;
|
|
}
|
|
|
|
.mine-container {
|
|
overflow: visible;
|
|
margin-top: -40rpx;
|
|
padding-top: 70rpx;
|
|
height: calc(100% + 40rpx);
|
|
}
|
|
|
|
.user-box {
|
|
position: absolute;
|
|
top: -60rpx;
|
|
left: 30rpx;
|
|
}
|
|
|
|
.mine-avatar {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 50% !important;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.mine-name {
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
/* 列表 */
|
|
.mine-list {
|
|
box-sizing: border-box;
|
|
width: 690rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.mine-list .nav-item {
|
|
border-radius: 0;
|
|
height: 106rpx;
|
|
line-height: 106rpx;
|
|
padding-left: 50rpx;
|
|
border-bottom: 2rpx solid #E6E6E6;
|
|
font-size: 30rpx;
|
|
text-align: left;
|
|
background-repeat: no-repeat, no-repeat;
|
|
background-size: 40rpx 40rpx, 26rpx 26rpx;
|
|
background-position: 0rpx center, right center;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.mine-list .nav-item.data {
|
|
background-image: url(https://cement.fongtech.net/static/app/person.png),
|
|
url(https://cement.fongtech.net/static/app/arrow_right.png);
|
|
}
|
|
|
|
.mine-list .nav-item.feedback {
|
|
background-image: url(https://cement.fongtech.net/static/app/edit.png),
|
|
url(https://cement.fongtech.net/static/app/arrow_right.png);
|
|
}
|
|
|
|
.mine-list .nav-item.about {
|
|
background-image: url(https://cement.fongtech.net/static/app/about.png),
|
|
url(https://cement.fongtech.net/static/app/arrow_right.png);
|
|
}
|
|
|
|
.logout-btn {
|
|
width: 710rpx;
|
|
margin: 100rpx 20rpx 20rpx 20rpx;
|
|
} |