调整用户主页偏移量

This commit is contained in:
唐明明
2021-09-30 16:14:42 +08:00
parent 7dc1e0384b
commit 23ff69b525
175 changed files with 120 additions and 42 deletions

View File

@@ -421,7 +421,7 @@ export default {
},
runRefresh() {
this.coverTransition = 'transform .1s linear'
this.coverTransform = 'translateY(130px)'
this.coverTransform = 'translateY(140px)'
this.playState = true
this.$emit('refresh')
}
@@ -513,40 +513,39 @@ export default {
text-align: center;
color: $text-gray;
.newCont-title {
padding: 25rpx 40rpx;
border-bottom: 1rpx solid #eaeaea;
box-sizing: border-box;
font-size: 30rpx;
font-weight: 600;
text-align: center;
.newCont-title-text {
padding: 0 50rpx;
box-sizing: border-box;
}
}
.newCont-text {
padding: 20rpx 40rpx 40rpx;
box-sizing: border-box;
line-height: 48rpx;
text-align: justify;
max-height: 400rpx;
overflow: hidden;
overflow-y: scroll;
}
.newCont-btn {
color: #7e54fe;
font-size: 30rpx;
line-height: 90rpx;
border-top: 2rpx solid #eaeaea;
}
.newCont-close {
position: absolute;
top: 28rpx;
right: 20rpx;
width: 32rpx;
height: 32rpx;
}
padding: 25rpx 40rpx;
border-bottom: 1rpx solid #eaeaea;
box-sizing: border-box;
font-size: 30rpx;
font-weight: 600;
text-align: center;
.newCont-title-text {
padding: 0 50rpx;
box-sizing: border-box;
}
}
.newCont-text {
padding: 20rpx 40rpx 40rpx;
box-sizing: border-box;
line-height: 48rpx;
text-align: justify;
max-height: 400rpx;
overflow: hidden;
overflow-y: scroll;
}
.newCont-btn {
color: #7e54fe;
font-size: 30rpx;
line-height: 90rpx;
border-top: 2rpx solid #eaeaea;
}
.newCont-close {
position: absolute;
top: 28rpx;
right: 20rpx;
width: 32rpx;
height: 32rpx;
}
}
// 会员卡
.userVip {
@@ -722,7 +721,7 @@ export default {
top: 0;
width: 100%;
height: 100%;
padding: 0 0 0 calc(#{$uni-img-size-lg + 20} + (#{$padding * 2} + 5px));
padding: 0 0 0 calc(#{$uni-img-size-lg + 20} + 35px);
box-sizing: border-box;
.user-name {
display: flex;