vr-shopxo-uniapp/pages/user/user.css

94 lines
1.4 KiB
CSS
Raw Normal View History

2021-10-08 14:10:11 +00:00
/**
*
*/
.top-content {
background-repeat: no-repeat;
background-size: contain;
width: 100%;
min-height: 300rpx;
}
.content {
padding-top: var(--status-bar-height);
}
/**
2021-10-11 15:29:15 +00:00
*
*/
2021-10-08 14:10:11 +00:00
.head-avatar {
width: 100rpx;
height: 100rpx;
}
/**
*
*/
.head-nav-item {
width: 25%;
}
.head-nav-item .nav-value,
.head-nav-item .nav-name {
line-height: 46rpx;
}
/**
*
*/
.nav-message {
top: 55rpx;
right: 30rpx;
}
.nav-message .badge-icon {
top: -10px;
right: -2px;
}
/**
*
*/
.nav-list .nav-item {
box-sizing: border-box;
padding: 20rpx;
}
.nav-list .nav-item .item-icon {
width: 40rpx;
height: 40rpx;
}
.nav-list .nav-item .item-desc {
margin-right: 50rpx;
margin-top: 2rpx;
width: calc(100% - 300rpx);
}
.nav-list .nav-item .item-arrow {
width: 25rpx;
}
.nav-list-sub {
padding: 20rpx 0;
}
.nav-list-sub .item {
width: 20%;
}
.nav-list-sub .item .item-icon {
width: 60rpx;
height: 60rpx;
margin-bottom: 6rpx;
}
.nav-list-sub .item .badge-icon {
top: -2px;
left: calc(50% + 35rpx);
}
/**
*
*/
.nav-box .nav-item {
box-sizing: border-box;
width: 25%;
}
.nav-box .nav-item .item-icon {
2021-10-11 15:29:15 +00:00
width: 50rpx;
height: 50rpx;
2021-10-08 14:10:11 +00:00
}
.nav-box .nav-item .item-desc {
margin-right: 50rpx;
margin-top: 2rpx;
width: calc(100% - 300rpx);
}