oak-general-business/app/pages/wechatQrCode/scan/index.less

36 lines
673 B
Plaintext

/** index.wxss **/
@import "../../../config/styles/_base.less";
@import "../../../config/styles/_mixins.less";
.page-body {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex: 1;
flex-direction: column;
background-color: @bg-color-block;
box-sizing: border-box;
.safe-area-inset-bottom();
}
.text {
font-size: @font-size-base;
color: @text-level-3-color;
}
.icon {
color: @primary-color;
}
.circle-view {
padding: @spacer;
width: 200rpx;
height: 200rpx;
border: 1px dashed @primary-color;
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}