/* pages/ucenter/index/index.wxss */ page { height: 100%; width: 100%; background: #f4f4f4; } .title { background-color: #2483c0; width: 100%; height: 88rpx; } .container { background: #f4f4f4; height: auto; overflow: hidden; width: 100%; } .user_text { width: 100%; background: #fff; padding: 40rpx; } .user_text.active { background: #ebebeb; } .userAvatarUrl { height: 70rpx; width: 69rpx; border-radius: 50%; display: block; margin: 11rpx 30rpx; float: right; overflow: hidden; } .userAvatarUrl image { height: 70rpx; width: 69rpx; } text { display: block; font-size: 32rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #545253; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 32rpx; height: 32rpx; min-height: 32rpx; } text.bold { font-size: 48rpx; line-height: 48rpx; height: 48rpx; min-height: 48rpx; margin: 0 0 20rpx 30rpx; } .h1 { margin: 0 0 0 30rpx; font-size: 24rpx; line-height: 24rpx; height: 24rpx; min-height: 24rpx; color: #959595; } .user-menu { width: 100%; height: auto; overflow: hidden; background: #f4f4f4; } .zan-panel { position: relative; background: #fff; overflow: hidden; } .zan-cell { position: relative; padding: 40rpx 30rpx; display: flex; align-items: center; } .zan-cell.active { background: #ebebeb; } .zan-icon { margin-right: 30rpx; } .zan-icon.charginglog { width: 36rpx; height: 38rpx; } .zan-icon.charginglog image { display: block; width: 36rpx; height: 38rpx; } .zan-icon.chargemoneylog { width: 39rpx; height: 33rpx; } .zan-icon.chargemoneylog image { display: block; width: 39rpx; height: 33rpx; } .zan-icon.purse { width: 35rpx; height: 29rpx; } .zan-icon.purse image { display: block; width: 35rpx; height: 29rpx; } .zan-icon.help { width: 34rpx; height: 34rpx; } .zan-icon.help image { display: block; width: 34rpx; height: 34rpx; } .zan-icon.charging3 { width: 32rpx; height: 32rpx; } .zan-icon.charging3 image { display: block; width: 32rpx; height: 32rpx; } .zan-icon.worksheet { width: 28rpx; height: 36rpx; } .zan-icon.worksheet image { display: block; width: 28rpx; height: 36rpx; } .zan-text{ width:100%; } .zan-ft{ margin: 0; width: 14rpx; height: 24rpx; } .zan-ft image{ display: block; width: 14rpx; height: 24rpx; /*transform:rotate(180deg);*/ } .logout { margin-top: 20rpx; height: 101rpx; width: 100%; line-height: 101rpx; text-align: center; background: #fff; color: #666; font-size: 14px; } .logout.active { background: #ebebeb; } .footer{ width: 100%; position: absolute; bottom: 0rpx; text-align: center; margin:30rpx 0rpx; text-overflow: ellipsis; white-space: nowrap; } .footer text{ margin-top: 20rpx; }