74 lines
1.1 KiB
Plaintext
74 lines
1.1 KiB
Plaintext
.codeImg{
|
|
position: fixed;
|
|
left: -100%;
|
|
top: -100%;
|
|
}
|
|
|
|
/* 展示图片 */
|
|
.code-content{
|
|
margin: 30rpx;
|
|
padding: 60rpx 30rpx;
|
|
background: white;
|
|
border-radius: 10rpx;
|
|
box-shadow: 0 0 6rpx 6rpx rgba(0, 0, 0, .02);
|
|
text-align: center;
|
|
}
|
|
|
|
.code-nickname{
|
|
font-size: 50rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.code-text{
|
|
border-top: dashed 1rpx #ddd;
|
|
padding-top: 30rpx;
|
|
color: gray;
|
|
margin-top: 60rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.code-img{
|
|
padding: 70rpx 0;
|
|
}
|
|
|
|
.code-img-src{
|
|
width: 300rpx;
|
|
height: 300rpx;
|
|
background: #eee;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.code-logo-src{
|
|
background: #eee;
|
|
width: 98rpx;
|
|
height: 98rpx;
|
|
}
|
|
|
|
.code-company{
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
/* 操作按钮 */
|
|
.code-btns{
|
|
padding: 0 15rpx 50rpx 15rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.code-btn[size="default"]{
|
|
background: #ddd;
|
|
width: 100%;
|
|
line-height: 90rpx;
|
|
height: 90rpx;
|
|
padding: 0;
|
|
border-radius: 10rpx;
|
|
margin: 0 15rpx;
|
|
font-size: 32rpx;
|
|
color: white;
|
|
background: #ff8c37;
|
|
}
|
|
|
|
.code-btn[size="default"]:last-child{
|
|
background: #378fff;
|
|
}
|
|
|