yuminge-app/yun-min-program-plugin-master/packageC/mycomponent/temp/qrcode/qrcode.wxss

67 lines
1.1 KiB
Plaintext

/* mycomponent/temp/qrcode/qrcode.wxss */
.posterPopup_style .icon_btn {
width: 100%;
position: relative;
/* height: 120rpx; */
background: #fff;
text-align: center;
display: flex;
justify-content: space-around;
}
.posterPopup_style .icon_btn .box {
width: 50%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
text-align: center;
padding: 20rpx 0;
}
.posterPopup_style .icon_btn image {
width: 80rpx;
height: 80rpx;
margin-bottom: 8rpx;
}
.posterPopup_style .icon_close {
width: 100%;
height: 90rpx;
line-height: 90rpx;
text-align: center;
background: #efefef;
color: #333;
}
.code_box {
width: 500rpx;
/* height: 970rpx; */
/* position: absolute;
left: 50%; */
display: block;
margin: 0 auto;
border-radius: 12rpx;
}
.code_box image {
width: 100%;
border-radius: 12rpx;
}
.code_box .loading {
height: 800rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.code_box .loading .text {
color: #fff;
font-size: 36rpx;
}