修改.vue中的 rem为rpx,修改部分页面错误样式,授权页增加微信和app的判断
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -77,6 +77,11 @@
|
||||
height: 100%;
|
||||
border-radius: 0.06*100rpx;
|
||||
}
|
||||
.goodList .item .pictrue image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 0.06*100rpx;
|
||||
}
|
||||
|
||||
.goodList .item .pictrue .numPic {
|
||||
position: absolute;
|
||||
@ -2255,12 +2260,12 @@
|
||||
text-align: center;
|
||||
font-size: 0.26*100rpx;
|
||||
color: #aaa;
|
||||
position: relative;
|
||||
|
||||
}
|
||||
position: relative;
|
||||
|
||||
}
|
||||
.user .wrapper .nav .item text{
|
||||
display: block;
|
||||
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
.user .wrapper .nav .item~.item:after {
|
||||
|
Reference in New Issue
Block a user