修改.vue中的 rem为rpx,修改部分页面错误样式,授权页增加微信和app的判断

This commit is contained in:
gaoxs
2020-03-19 19:05:50 +08:00
parent 3fa8054983
commit 2a2c544991
47 changed files with 922 additions and 898 deletions

View File

@ -39,83 +39,83 @@
<view class="mask"></view>
</view>
</template>
<style scoped>
<style scoped lang="less" lang="less">
.poster-first {
overscroll-behavior: contain;
}
.poster-pop {
width: 4.5rem;
height: 8rem;
width: 4.5*100rpx;
height: 8*100rpx;
position: fixed;
left: 50%;
transform: translateX(-50%);
z-index: 99;
top: 50%;
margin-top: -4.6rem;
margin-top: -4.6*100rpx;
}
.poster-pop .canvas {
background-color: #ffffff;
height: 8rem;
height: 8*100rpx;
}
.poster-pop .poster-image {
width: 100%;
height: auto;
}
.poster-pop .canvas .image {
width: 4.5rem;
height: 4.5rem;
width: 4.5*100rpx;
height: 4.5*100rpx;
display: block;
}
.poster-pop .canvas .text {
text-align: center;
color: #000000;
margin-top: 0.32rem;
margin-top: 0.32*100rpx;
}
.poster-pop .canvas .text.black {
height: 0.68rem;
height: 0.68*100rpx;
}
.poster-pop .canvas .text.rad {
color: #ff0000;
}
.poster-pop .canvas .code {
height: 1.4rem;
height: 1.4*100rpx;
display: flex;
}
.poster-pop .canvas .code .code-img {
width: 33%;
padding: 0.06rem;
padding: 0.06*100rpx;
}
.poster-pop .canvas .code .code-img image{
width: 100%;
}
.poster-pop .canvas .code .code-text {
width: 60%;
font-size: 0.12rem;
line-height: 1.64rem;
font-size: 0.12*100rpx;
line-height: 1.64*100rpx;
}
.poster-pop .close {
width: 0.46rem;
height: 0.75rem;
width: 0.46*100rpx;
height: 0.75*100rpx;
position: fixed;
right: 0;
top: -0.73rem;
top: -0.73*100rpx;
display: block;
}
.poster-pop .save-poster {
background-color: #df2d0a;
font-size: 0.22rem;
font-size: 0.22*100rpx;
color: #fff;
text-align: center;
height: 0.76rem;
line-height: 0.76rem;
height: 0.76*100rpx;
line-height: 0.76*100rpx;
width: 100%;
margin-top: -0.04rem;
margin-top: -0.04*100rpx;
}
.poster-pop .keep {
color: #fff;
text-align: center;
font-size: 0.25rem;
margin-top: 0.1rem;
font-size: 0.25*100rpx;
margin-top: 0.1*100rpx;
}
.mask {
position: fixed;