信达小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

95 lines
1.7 KiB

.popup1 {
padding: 220rpx 0 0;
width: 630rpx;
box-sizing: border-box;
.container {
margin-top: -60rpx;
padding: 32rpx;
background: linear-gradient(180deg, #ebe4ff 0%, #ffffff 100%);
border-radius: 24rpx;
.user {
padding: 24rpx;
display: flex;
align-items: center;
border-radius: 24rpx;
background-color: #fff;
.avatar-wrapper {
flex-shrink: 0;
padding: 0;
margin: 0;
width: 108rpx;
height: 108rpx;
gap: 16rpx;
outline: none;
border: 2px solid #fff;
border-radius: 50%;
&::after {
border: none;
}
.avatar {
width: 100%;
height: 100%;
border-radius: 50%;
}
}
.wrap {
flex: 1;
padding-left: 24rpx;
.nickname {
font-size: 36rpx;
font-weight: bold;
color: rgba(1, 1, 5, 1);
}
.hostipal {
margin-top: 16rpx;
line-height: 1;
font-size: 28rpx;
color: rgba(173, 172, 178, 1);
.tag {
margin-left: 10rpx;
display: inline-block;
font-size: 24rpx;
color: rgba(255, 255, 255, 1);
padding: 2rpx 10rpx;
background: #8c75d0;
border-radius: 8rpx 8rpx 8rpx 8rpx;
}
}
}
}
}
}
.popup2 {
width: 590rpx;
height: 880rpx;
.p-img {
width: 100%;
height: 100%;
}
}
.popup3 {
width: 590rpx;
height: 880rpx;
.p-img {
width: 100%;
height: 100%;
}
}
.popup4 {
width: 590rpx;
height: 620rpx;
.p-img {
width: 100%;
height: 100%;
}
}
.close {
margin: 48rpx auto 0;
display: block;
width: 84rpx;
height: 84rpx;
}