73 lines
1.3 KiB
Plaintext
73 lines
1.3 KiB
Plaintext
/** index.wxss **/
|
|
@import '../../../config/styles/mp/index.less';
|
|
@import '../../../config/styles/mp/mixins.less';
|
|
|
|
.qrcode_view {
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: #fff;
|
|
margin: 0 10rpx;
|
|
padding: 10rpx;
|
|
border-radius: 8px;
|
|
// box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
|
|
}
|
|
|
|
.icon-view {
|
|
position: absolute;
|
|
right: 0;
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: @oak-bg-color-container;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.icon-view2 {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.image {
|
|
width: 400rpx;
|
|
height: 400rpx;
|
|
margin: 10rpx 0rpx;
|
|
background-color: @oak-bg-color-container;
|
|
}
|
|
|
|
.row {
|
|
position: relative;
|
|
margin-bottom: 20rpx;
|
|
display: flex;
|
|
flex: 1;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.col {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
flex: 1;
|
|
}
|
|
|
|
.text {
|
|
color: @oak-text-color-secondary;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.tip {
|
|
color: @oak-text-color-primary;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.relation {
|
|
font-size: 60rpx;
|
|
font-weight: bolder;
|
|
}
|