|
.bg_wrap {
|
width: 750rpx;
|
height: 400rpx;
|
background-color: #333333;
|
position: fixed;
|
top: 0;
|
left: 0;
|
z-index: 1;
|
}
|
|
.container {
|
padding: 26rpx 40rpx;
|
background-color: #fff;
|
.avatar {
|
margin-top: 260rpx;
|
width: 140rpx;
|
height: 140rpx;
|
border-radius: 50%;
|
border: 4rpx solid #FFFFFF;
|
position: relative;
|
z-index: 2;
|
}
|
.desc {
|
display: flex;
|
align-items: center;
|
padding: 0 30rpx;
|
width: 670rpx;
|
height: 80rpx;
|
background: #F7F7F7;
|
margin-bottom: 40rpx;
|
color: #333333;
|
position: relative;
|
.icon{
|
position: absolute;
|
background: #F7F7F7;
|
width: 32rpx;
|
height: 32rpx;
|
left: 40rpx;
|
top: -16rpx;
|
transform: rotate(45deg);
|
}
|
image {
|
width: 32rpx;
|
margin-right: 20rpx;
|
}
|
}
|
}
|
|
.name_wrap {
|
display: flex;
|
margin-bottom: 32rpx;
|
|
.left {
|
flex: 1;
|
display: flex;
|
align-items: flex-end;
|
|
.name {
|
font-weight: 600;
|
font-size: 36rpx;
|
}
|
|
.tag {
|
height: 42rpx;
|
line-height: 40rpx;
|
color: var(--themeColor);
|
border: 1rpx solid var(--themeColor);
|
border-radius: 8rpx;
|
margin-left: 12rpx;
|
padding: 0 10rpx;
|
}
|
}
|
|
.qrcode {
|
width: 80rpx;
|
}
|
}
|
|
|
.static {
|
display: flex;
|
justify-content: space-between;
|
margin-bottom: 60rpx;
|
|
.card {
|
width: 320rpx;
|
height: 156rpx;
|
padding: 28rpx 40rpx;
|
background-color: #f7f7f7;
|
border-radius: 8rpx;
|
font-size: 26rpx;
|
color: #333333;
|
|
.num {
|
color: var(--themeColor);
|
margin-top: 8rpx;
|
font-weight: 600;
|
font-size: 40rpx;
|
display: flex;
|
}
|
}
|
}
|
|
.guide {
|
.title {
|
font-weight: 500;
|
font-size: 32rpx;
|
margin-bottom: 40rpx;
|
}
|
|
.line {
|
display: flex;
|
font-size: 30rpx;
|
margin-bottom: 40rpx;
|
.icon {
|
width: 30rpx;
|
}
|
.label {
|
color: #777777;
|
margin-left: 24rpx;
|
margin-right: 44rpx;
|
width: 140rpx;
|
}
|
.val{
|
flex: 1;
|
}
|
}
|
}
|
.footer{
|
display: flex;
|
align-items: center;
|
height: 100rpx;
|
position: fixed;
|
bottom: 0;
|
left: 0rpx;
|
width: 750rpx;
|
padding: 0rpx 40rpx;
|
.btn {
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
font-weight: 500;
|
background-color: var(--themeColor);
|
color: #fff;
|
font-size: 32rpx;
|
height: 88rpx;
|
border-radius: 8rpx;
|
flex: 1;
|
image{
|
width: 36rpx;
|
margin-right: 12rpx;
|
}
|
}
|
}
|
.modal{
|
width: 600rpx;
|
height: 720rpx;
|
padding: 48rpx 40rpx;
|
border-radius: 16rpx;
|
.header{
|
display: flex;
|
.avatar{
|
width: 88rpx;
|
height: 88rpx;
|
border-radius: 50%;
|
margin-right: 24rpx;
|
}
|
.content{
|
.name{font-size: 30rpx;}
|
.desc{
|
font-size: 24rpx;
|
color: #999999;
|
margin-top: 12rpx;
|
}
|
}
|
}
|
.qrcode{
|
width: 400rpx;
|
height: 400rpx;
|
margin: 60rpx auto 40rpx;
|
}
|
.text{
|
font-size: 26rpx;
|
color: #999999;
|
text-align: center;
|
}
|
}
|
.card_wrap{
|
position: fixed;
|
border-radius: 8rpx;
|
top: 50%;
|
left: 75rpx;
|
transform: translate(0, -50%);
|
width: 600rpx;
|
background-color: rgba(0, 0, 0, .2);
|
z-index: 999;
|
.img1{
|
image{
|
width: 600rpx;
|
border-radius: 8rpx ;
|
}
|
}
|
.btns{
|
margin-top: 30rpx;
|
display: flex;
|
justify-content: space-between;
|
width: 100%;
|
.btn{
|
width: 290rpx;
|
height: 88rpx;
|
border-radius: 8rpx;
|
border: 2rpx solid #FFFFFF;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
color: #fff;
|
}
|
.save{
|
border: none;
|
background: linear-gradient( 180deg, #E0B49C 0%, #B68B74 100%);
|
}
|
}
|
}
|