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.
63 lines
1.1 KiB
63 lines
1.1 KiB
2 years ago
|
.wux-popup__content {
|
||
|
background: none!important;
|
||
|
}
|
||
|
|
||
|
.popup-container {
|
||
|
padding: 32rpx 20rpx 50rpx;
|
||
|
background: linear-gradient(180deg, #DBEEFF 0%, #F4FAFF 100%);
|
||
|
border-radius: 30rpx;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
font-size: 34rpx;
|
||
|
font-weight: bold;
|
||
|
color: #333333;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin-bottom: 39rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.title:before {
|
||
|
content: '';
|
||
|
display: block;
|
||
|
width: 10rpx;
|
||
|
height: 28rpx;
|
||
|
background: #3A80E7;
|
||
|
border-radius: 4rpx;
|
||
|
margin-right: 20rpx;
|
||
|
}
|
||
|
|
||
|
|
||
|
.popup-content {
|
||
|
background: #fff;
|
||
|
border-radius: 20px;
|
||
|
padding: 30rpx;
|
||
|
}
|
||
|
.items {
|
||
|
display: flex;
|
||
|
align-items: flex-start;
|
||
|
text-align: left;
|
||
|
font-size: 32rpx;
|
||
|
font-weight: 500;
|
||
|
color: #333333;
|
||
|
margin-bottom: 29rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.items .label {
|
||
|
white-space: nowrap;
|
||
|
min-width: 160rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.tel {
|
||
|
width: 126rpx;
|
||
|
height: 62rpx;
|
||
|
position: absolute;
|
||
|
top: calc(50% - 31rpx);
|
||
|
right: 0;
|
||
|
}
|