user.wxss 1.4 KB
Newer Older
D
devil_gong 已提交
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
/* 头部 */
.head-box{
    padding-top: 30rpx;
    font-size: 24rpx;
}
.head-item .avatar {
    width: 160rpx;
    height: 160rpx;
    border-radius: 50%;
}
.head-item .item-name{
    font-size: 30rpx;
    margin-top: 10rpx;
}
.head-item .item-icon {
    width: 30rpx;
    margin-right: 20rpx;
}

/* 头部导航 */
.head-nav {
  padding: 5px 0;
  background: rgba(0,0,0,0.1);
  margin-top: 30rpx;
}
.head-nav-item {
  width: 25%;
  padding: 5rpx 0;
}
.head-nav-item view {
  line-height: 38rpx;
}
.head-nav-item view, .message-nav text {
  color: #ffd7d7;
}
.message-nav {
  position: absolute;
  top: 20rpx;
  right: 20rpx;
}
.message-nav image {
  width: 28rpx;
  height: 28rpx;
  vertical-align: middle;
}
.message-nav text {
  margin-left: 5rpx;
  font-size: 24rpx;
}

/* 导航列表 */
.nav-box .nav-item{
    height: 100rpx;
    box-sizing: border-box;
    padding: 30rpx 20rpx;
}
G
gongfuxiang 已提交
57
.nav-box .nav-item .item-icon {
D
devil_gong 已提交
58 59 60 61
    width: 40rpx;
    height: 40rpx;
    vertical-align: middle;
}
G
gongfuxiang 已提交
62
.nav-box .nav-item .item-name {
D
devil_gong 已提交
63
    margin-left: 20rpx;
G
gongfuxiang 已提交
64
    vertical-align: middle;
D
devil_gong 已提交
65
}
G
gongfuxiang 已提交
66
.nav-box .nav-item .item-arrow {
D
devil_gong 已提交
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
    width: 25rpx;
}

.items-list {
  padding: 15rpx 0;
}
.items-list .items {
  width: 25%;
  position: relative;
}
.items-list .items .items-icon {
  width: 60rpx;
  height: 60rpx;
  margin-bottom: 6rpx;
}
G
gongfuxiang 已提交
82
.items-list .items .badge-icon {
D
devil_gong 已提交
83
  position: absolute;
G
gongfuxiang 已提交
84 85
  top: -2px;
  left: calc(50% + 35rpx);
D
devil_gong 已提交
86 87 88 89
}


.user-notice { margin-top: 20rpx; padding: 0 10rpx 20rpx 10rpx; }