65 lines
1.1 KiB
CSS
65 lines
1.1 KiB
CSS
/*
|
|
* 头部
|
|
*/
|
|
.head-box {
|
|
background-color: #e91e63;
|
|
}
|
|
.head-item {
|
|
width: 260rpx;
|
|
}
|
|
.head-item .avatar,
|
|
.head-item .avatar image {
|
|
width: 130rpx;
|
|
height: 130rpx !important;
|
|
margin: 0 auto;
|
|
}
|
|
.head-base {
|
|
width: calc(100% - 270rpx);
|
|
}
|
|
.head-base .level-name {
|
|
color: #fffbe0;
|
|
}
|
|
.head-base .level-icon {
|
|
width: 35rpx;
|
|
height: 35rpx !important;
|
|
}
|
|
.head-base .head-base-submit {
|
|
right: 20rpx;
|
|
bottom: 20rpx;
|
|
}
|
|
|
|
/**
|
|
* 上级用户
|
|
*/
|
|
.superior .superior-title {
|
|
padding: 22rpx 20rpx;
|
|
background-color: #9c27b0;
|
|
}
|
|
.superior .superior-content {
|
|
width: calc(100% - 200rpx);
|
|
}
|
|
.superior .superior-content image {
|
|
width: 40rpx !important;
|
|
height: 40rpx !important;
|
|
}
|
|
|
|
/*
|
|
* 导航
|
|
*/
|
|
.nav .item {
|
|
width: calc(50% - 70rpx);
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.nav .item:nth-child(2n) {
|
|
margin-right: 20rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
.nav .item:nth-child(2n+1) {
|
|
margin-left: 20rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.nav .item image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
margin: 0 auto;
|
|
} |