调整用户主页偏移量
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -130,7 +130,7 @@ export default {
|
||||
methods: {
|
||||
// 当前用户信息
|
||||
idenInfo(type) {
|
||||
identities().then(res => {
|
||||
identities().then(res => {
|
||||
res.identities.map(item => {
|
||||
item.obj_condition = new Object();
|
||||
for (let val of item.get_condition) {
|
||||
|
||||
Reference in New Issue
Block a user