|
|
|
.popup1 {
|
|
|
|
padding: 84rpx 60rpx;
|
|
|
|
background: linear-gradient(6deg, #ffffff 0%, #ffe6e4 100%);
|
|
|
|
.logo {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 164rpx;
|
|
|
|
height: 164rpx;
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
margin-top: 32rpx;
|
|
|
|
font-size: 48rpx;
|
|
|
|
color: #f23a2f;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
margin-top: 30rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #010105;
|
|
|
|
line-height: 52rpx;
|
|
|
|
}
|
|
|
|
.check {
|
|
|
|
margin-top: 64rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 0.3);
|
|
|
|
display: flex;
|
|
|
|
.checkbox {
|
|
|
|
transform: scale(0.8);
|
|
|
|
}
|
|
|
|
.c-content {
|
|
|
|
padding-top: 5rpx;
|
|
|
|
line-height: 48rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.link {
|
|
|
|
color: #f23a2f;
|
|
|
|
}
|
|
|
|
.btn1 {
|
|
|
|
margin-top: 40rpx;
|
|
|
|
height: 88rpx;
|
|
|
|
border-radius: 84rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #ffffff;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 88rpx;
|
|
|
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
|
|
|
}
|
|
|
|
.btn2 {
|
|
|
|
margin-top: 20rpx;
|
|
|
|
height: 88rpx;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 88rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 0.4);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup2 {
|
|
|
|
padding: 36rpx 34rpx 58rpx;
|
|
|
|
background-color: #fff;
|
|
|
|
.photo {
|
|
|
|
width: 492rpx;
|
|
|
|
height: 492rpx;
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
font-size: 40rpx;
|
|
|
|
color: rgba(0, 0, 0, 1);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup3 {
|
|
|
|
.icon {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
|
|
|
width: 144rpx;
|
|
|
|
height: 144rpx;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
margin-top: -94rpx;
|
|
|
|
padding: 124rpx 32rpx 32rpx;
|
|
|
|
width: 604rpx;
|
|
|
|
background: linear-gradient(7deg, #ffffff 19%, #ffe8e4 100%);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.title {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 146rpx;
|
|
|
|
height: 34rpx;
|
|
|
|
}
|
|
|
|
.card {
|
|
|
|
position: relative;
|
|
|
|
margin-top: 32rpx;
|
|
|
|
padding: 32rpx;
|
|
|
|
background: #ffffff;
|
|
|
|
display: flex;
|
|
|
|
gap: 16rpx;
|
|
|
|
justify-content: space-between;
|
|
|
|
box-shadow: 0rpx 4rpx 32rpx 0rpx rgba(0, 0, 0, 0.05);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
&::after {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -24rpx;
|
|
|
|
left: 32rpx;
|
|
|
|
content: '';
|
|
|
|
width: 476rpx;
|
|
|
|
height: 24rpx;
|
|
|
|
background: #ffebea;
|
|
|
|
border-radius: 0 0 24rpx 24rpx;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 92rpx;
|
|
|
|
height: 92rpx;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
.wrap {
|
|
|
|
flex: 1;
|
|
|
|
.name {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.hostipal {
|
|
|
|
margin-top: 16rpx;
|
|
|
|
line-height: 28rpx;
|
|
|
|
.content {
|
|
|
|
display: inline;
|
|
|
|
margin-right: 8rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(161, 164, 172, 1);
|
|
|
|
}
|
|
|
|
.tag {
|
|
|
|
vertical-align: 2rpx;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 20rpx;
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
padding: 0 8rpx;
|
|
|
|
background-color: rgba(255, 186, 1, 1);
|
|
|
|
border-radius: 6rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
margin-top: 66rpx;
|
|
|
|
height: 88rpx;
|
|
|
|
line-height: 88rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
text-align: center;
|
|
|
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
|
|
|
border-radius: 84rpx 84rpx 84rpx 84rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup4 {
|
|
|
|
.icon {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
|
|
|
width: 144rpx;
|
|
|
|
height: 144rpx;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
margin-top: -94rpx;
|
|
|
|
padding: 124rpx 32rpx 32rpx;
|
|
|
|
width: 604rpx;
|
|
|
|
background: linear-gradient(7deg, #ffffff 19%, #ffe8e4 100%);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.title {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 146rpx;
|
|
|
|
height: 34rpx;
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
margin-top: 16rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(161, 164, 172, 1);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
margin-top: 32rpx;
|
|
|
|
height: 88rpx;
|
|
|
|
line-height: 88rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
text-align: center;
|
|
|
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
|
|
|
border-radius: 84rpx 84rpx 84rpx 84rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup5 {
|
|
|
|
.container {
|
|
|
|
padding: 36rpx 32rpx 32rpx;
|
|
|
|
width: 604rpx;
|
|
|
|
background: linear-gradient(4deg, #f7f7fa 19%, #ffe8e4 100%);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.title {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 242rpx;
|
|
|
|
height: 38rpx;
|
|
|
|
}
|
|
|
|
.row {
|
|
|
|
margin-top: 32rpx;
|
|
|
|
padding: 26rpx 32rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 22rpx;
|
|
|
|
align-items: center;
|
|
|
|
background: #ffffff;
|
|
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
|
|
&:last-of-type {
|
|
|
|
margin-top: 24rpx;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 96rpx;
|
|
|
|
height: 103rpx;
|
|
|
|
}
|
|
|
|
.wrap {
|
|
|
|
flex: 1;
|
|
|
|
line-height: 44rpx;
|
|
|
|
.name {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(161, 164, 172, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.icon {
|
|
|
|
width: 40rpx;
|
|
|
|
height: 40rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup6 {
|
|
|
|
.container {
|
|
|
|
padding: 330rpx 0 0;
|
|
|
|
width: 510rpx;
|
|
|
|
height: 490rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-align: center;
|
|
|
|
.title {
|
|
|
|
font-size: 36rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
margin-top: 20rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup7 {
|
|
|
|
.container {
|
|
|
|
padding: 64rpx 66rpx 136rpx;
|
|
|
|
background: linear-gradient(6deg, #ffffff 0%, #ffdcd9 100%);
|
|
|
|
.title {
|
|
|
|
font-size: 36rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
margin-top: 24rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(167, 169, 177, 1);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.status-wrap {
|
|
|
|
margin-top: 28rpx;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
gap: 20rpx;
|
|
|
|
.s-item {
|
|
|
|
.icon {
|
|
|
|
display: block;
|
|
|
|
width: 192rpx;
|
|
|
|
height: 192rpx;
|
|
|
|
}
|
|
|
|
.s-content {
|
|
|
|
position: relative;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 16rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(137, 141, 151, 1);
|
|
|
|
background: rgba(247, 247, 250, 1);
|
|
|
|
line-height: 36rpx;
|
|
|
|
border-radius: 12rpx;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid rgba(247, 247, 250, 1);
|
|
|
|
.radio {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
right: -1px;
|
|
|
|
bottom: -1px;
|
|
|
|
width: 32rpx;
|
|
|
|
height: 32rpx;
|
|
|
|
border-radius: 12rpx 0 12rpx 0;
|
|
|
|
background-color: rgba(246, 74, 58, 1);
|
|
|
|
.r-icon {
|
|
|
|
width: 24rpx;
|
|
|
|
height: 24rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.active {
|
|
|
|
.s-content {
|
|
|
|
background-color: rgba(255, 242, 240, 1);
|
|
|
|
border-color: rgba(246, 74, 58, 1);
|
|
|
|
color: rgba(246, 74, 58, 1);
|
|
|
|
.radio {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup8 {
|
|
|
|
.bg {
|
|
|
|
position: relative;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 492rpx;
|
|
|
|
height: 434rpx;
|
|
|
|
.header {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
gap: 12rpx;
|
|
|
|
.icon1 {
|
|
|
|
width: 36rpx;
|
|
|
|
height: 36rpx;
|
|
|
|
}
|
|
|
|
.icon2 {
|
|
|
|
width: 35rpx;
|
|
|
|
height: 43rpx;
|
|
|
|
}
|
|
|
|
.name {
|
|
|
|
font-size: 48rpx;
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 64rpx;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
margin-top: -180rpx;
|
|
|
|
position: relative;
|
|
|
|
padding: 178rpx 36rpx 36rpx;
|
|
|
|
width: 610rpx;
|
|
|
|
height: 390rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: linear-gradient(180deg, #ffd6d4 0%, #ffffff 100%);
|
|
|
|
border-radius: 32rpx;
|
|
|
|
.icon {
|
|
|
|
position: absolute;
|
|
|
|
top: -110rpx;
|
|
|
|
left: 50%;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
width: 280rpx;
|
|
|
|
height: 280rpx;
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
margin-top: 48rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 26rpx;
|
|
|
|
.cancel {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(246, 74, 58, 1);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
.submit {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #fff;
|
|
|
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup9 {
|
|
|
|
.container {
|
|
|
|
width: 630rpx;
|
|
|
|
padding: 48rpx 32rpx 34rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: linear-gradient(to top, #ffffff 0%, #ffffff 86%, #ffedeb 100%);
|
|
|
|
.title {
|
|
|
|
font-size: 36rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.list {
|
|
|
|
.list-item {
|
|
|
|
padding: 32rpx 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 24rpx;
|
|
|
|
border-bottom: 1px solid rgba(247, 247, 250, 1);
|
|
|
|
&:last-of-type {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.radio {
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 32rpx;
|
|
|
|
height: 32rpx;
|
|
|
|
background-color: rgba(247, 247, 250, 1);
|
|
|
|
border-radius: 50%;
|
|
|
|
.r-icon {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(137, 141, 151, 1);
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
margin-top: 48rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 26rpx;
|
|
|
|
.cancel {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(246, 74, 58, 1);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
.submit {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #fff;
|
|
|
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup10 {
|
|
|
|
.status {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 144rpx;
|
|
|
|
height: 144rpx;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
margin-top: -72rpx;
|
|
|
|
padding: 106rpx 0 0;
|
|
|
|
width: 604rpx;
|
|
|
|
height: 194rpx;
|
|
|
|
background: linear-gradient(7deg, #ffffff 19%, #ffe8e4 100%);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.title {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 306rpx;
|
|
|
|
height: 40rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup11 {
|
|
|
|
.container {
|
|
|
|
width: 630rpx;
|
|
|
|
padding: 48rpx 32rpx 34rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: linear-gradient(to top, #ffffff 0%, #ffffff 86%, #ffedeb 100%);
|
|
|
|
.title {
|
|
|
|
font-size: 36rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.list {
|
|
|
|
margin-top: 20rpx;
|
|
|
|
max-height: 40vh;
|
|
|
|
overflow-y: ayto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
.list-item {
|
|
|
|
padding: 32rpx 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 24rpx;
|
|
|
|
border-bottom: 1px solid rgba(247, 247, 250, 1);
|
|
|
|
&:last-of-type {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.radio {
|
|
|
|
width: 32rpx;
|
|
|
|
height: 32rpx;
|
|
|
|
background-color: rgba(247, 247, 250, 1);
|
|
|
|
border-radius: 50%;
|
|
|
|
.r-icon {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(137, 141, 151, 1);
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.texcarea {
|
|
|
|
padding: 24rpx 32rpx;
|
|
|
|
border-radius: 12rpx;
|
|
|
|
width: 100%;
|
|
|
|
height: 150rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
background-color: rgba(247, 247, 250, 1);
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
margin-top: 48rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 26rpx;
|
|
|
|
.cancel {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(246, 74, 58, 1);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
.submit {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #fff;
|
|
|
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup12 {
|
|
|
|
.icon {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
|
|
|
width: 144rpx;
|
|
|
|
height: 144rpx;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
margin-top: -94rpx;
|
|
|
|
padding: 108rpx 32rpx 32rpx;
|
|
|
|
width: 604rpx;
|
|
|
|
background: linear-gradient(7deg, #ffffff 19%, #ffe8e4 100%);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.title {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 308rpx;
|
|
|
|
height: 34rpx;
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
margin-top: 16rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
line-height: 48rpx;
|
|
|
|
color: rgba(161, 164, 172, 1);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.tip {
|
|
|
|
margin-top: 24rpx;
|
|
|
|
padding: 10rpx 22rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(246, 74, 58, 1);
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 24rpx;
|
|
|
|
background-color: rgba(255, 231, 228, 1);
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
margin-top: 32rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 26rpx;
|
|
|
|
.cancel {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(246, 74, 58, 1);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
.submit {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #fff;
|
|
|
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup13 {
|
|
|
|
.icon {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
|
|
|
width: 144rpx;
|
|
|
|
height: 144rpx;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
margin-top: -94rpx;
|
|
|
|
padding: 106rpx 32rpx 32rpx;
|
|
|
|
width: 604rpx;
|
|
|
|
background: linear-gradient(7deg, #ffffff 19%, #ffe8e4 100%);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.title {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 495rpx;
|
|
|
|
height: 78rpx;
|
|
|
|
}
|
|
|
|
.card {
|
|
|
|
position: relative;
|
|
|
|
margin-top: 32rpx;
|
|
|
|
padding: 32rpx;
|
|
|
|
background: #ffffff;
|
|
|
|
display: flex;
|
|
|
|
gap: 16rpx;
|
|
|
|
justify-content: space-between;
|
|
|
|
box-shadow: 0rpx 4rpx 32rpx 0rpx rgba(0, 0, 0, 0.05);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
&::after {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -24rpx;
|
|
|
|
left: 32rpx;
|
|
|
|
content: '';
|
|
|
|
width: 476rpx;
|
|
|
|
height: 24rpx;
|
|
|
|
background: #ffebea;
|
|
|
|
border-radius: 0 0 24rpx 24rpx;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 92rpx;
|
|
|
|
height: 92rpx;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
.wrap {
|
|
|
|
flex: 1;
|
|
|
|
.name {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.hostipal {
|
|
|
|
margin-top: 16rpx;
|
|
|
|
line-height: 28rpx;
|
|
|
|
.content {
|
|
|
|
margin-right: 8rpx;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(161, 164, 172, 1);
|
|
|
|
}
|
|
|
|
.tag {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 20rpx;
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
padding: 0 8rpx;
|
|
|
|
background-color: rgba(255, 186, 1, 1);
|
|
|
|
border-radius: 6rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
margin-top: 52rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 26rpx;
|
|
|
|
.cancel {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(246, 74, 58, 1);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
.submit {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #fff;
|
|
|
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup14 {
|
|
|
|
.container {
|
|
|
|
padding: 48rpx 32rpx 32rpx;
|
|
|
|
width: 604rpx;
|
|
|
|
background: linear-gradient(7deg, #ffffff 19%, #ffe8e4 100%);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.title {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 365rpx;
|
|
|
|
height: 34rpx;
|
|
|
|
}
|
|
|
|
.picker-content {
|
|
|
|
margin-top: 24rpx;
|
|
|
|
padding: 28rpx;
|
|
|
|
background-color: rgba(255, 255, 255, 1);
|
|
|
|
border-radius: 24rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
text-align: center;
|
|
|
|
&:empty::after {
|
|
|
|
color: rgba(161, 164, 172, 0.5);
|
|
|
|
content: attr(data-place);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
margin-top: 32rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 26rpx;
|
|
|
|
.cancel {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(246, 74, 58, 1);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
.submit {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #fff;
|
|
|
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup15 {
|
|
|
|
.icon {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
|
|
|
width: 144rpx;
|
|
|
|
height: 144rpx;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
margin-top: -94rpx;
|
|
|
|
padding: 106rpx 32rpx 32rpx;
|
|
|
|
width: 604rpx;
|
|
|
|
background: linear-gradient(7deg, #ffffff 19%, #ffe8e4 100%);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.title {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 495rpx;
|
|
|
|
height: 78rpx;
|
|
|
|
}
|
|
|
|
.card {
|
|
|
|
position: relative;
|
|
|
|
margin-top: 32rpx;
|
|
|
|
padding: 32rpx;
|
|
|
|
background: #ffffff;
|
|
|
|
display: flex;
|
|
|
|
gap: 16rpx;
|
|
|
|
justify-content: space-between;
|
|
|
|
box-shadow: 0rpx 4rpx 32rpx 0rpx rgba(0, 0, 0, 0.05);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
&::after {
|
|
|
|
position: absolute;
|
|
|
|
bottom: -24rpx;
|
|
|
|
left: 32rpx;
|
|
|
|
content: '';
|
|
|
|
width: 476rpx;
|
|
|
|
height: 24rpx;
|
|
|
|
background: #ffebea;
|
|
|
|
border-radius: 0 0 24rpx 24rpx;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 92rpx;
|
|
|
|
height: 92rpx;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
.wrap {
|
|
|
|
flex: 1;
|
|
|
|
.name {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.hostipal {
|
|
|
|
margin-top: 16rpx;
|
|
|
|
line-height: 28rpx;
|
|
|
|
.content {
|
|
|
|
margin-right: 8rpx;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(161, 164, 172, 1);
|
|
|
|
}
|
|
|
|
.tag {
|
|
|
|
vertical-align: 2rpx;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 20rpx;
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
padding: 0 8rpx;
|
|
|
|
background-color: rgba(255, 186, 1, 1);
|
|
|
|
border-radius: 6rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
margin-top: 52rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 26rpx;
|
|
|
|
.cancel {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(246, 74, 58, 1);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
.submit {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #fff;
|
|
|
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup16 {
|
|
|
|
.container {
|
|
|
|
width: 630rpx;
|
|
|
|
padding: 48rpx 32rpx 34rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: linear-gradient(to top, rgba(247, 247, 250, 1) 0%, rgba(247, 247, 250, 1) 86%, #ffedeb 100%);
|
|
|
|
.title {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 320rpx;
|
|
|
|
height: 38rpx;
|
|
|
|
}
|
|
|
|
.list {
|
|
|
|
margin-top: 20rpx;
|
|
|
|
max-height: 50vh;
|
|
|
|
overflow-y: auto;
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.list-item {
|
|
|
|
position: relative;
|
|
|
|
margin-top: 32rpx;
|
|
|
|
padding: 32rpx;
|
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 16rpx;
|
|
|
|
justify-content: space-between;
|
|
|
|
box-shadow: 0rpx 4rpx 32rpx 0rpx rgba(0, 0, 0, 0.05);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
&:last-of-type {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.radio {
|
|
|
|
width: 32rpx;
|
|
|
|
height: 32rpx;
|
|
|
|
background-color: rgba(247, 247, 250, 1);
|
|
|
|
border-radius: 50%;
|
|
|
|
.r-icon {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 92rpx;
|
|
|
|
height: 92rpx;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
.wrap {
|
|
|
|
flex: 1;
|
|
|
|
.name {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.hostipal {
|
|
|
|
margin-top: 16rpx;
|
|
|
|
line-height: 36rpx;
|
|
|
|
.content {
|
|
|
|
margin-right: 8rpx;
|
|
|
|
display: inline;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(161, 164, 172, 1);
|
|
|
|
}
|
|
|
|
.tag {
|
|
|
|
vertical-align: 2rpx;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 20rpx;
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
padding: 0 8rpx;
|
|
|
|
background-color: rgba(255, 186, 1, 1);
|
|
|
|
border-radius: 6rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
margin-top: 48rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 26rpx;
|
|
|
|
.cancel {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(246, 74, 58, 1);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
.submit {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #fff;
|
|
|
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup17 {
|
|
|
|
.icon {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
|
|
|
width: 144rpx;
|
|
|
|
height: 144rpx;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
margin-top: -94rpx;
|
|
|
|
padding: 108rpx 32rpx 32rpx;
|
|
|
|
width: 604rpx;
|
|
|
|
background: linear-gradient(7deg, #ffffff 19%, #ffe8e4 100%);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.title {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.hostipal {
|
|
|
|
margin-top: 32rpx;
|
|
|
|
font-size: 36rpx;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.address {
|
|
|
|
margin-top: 12rpx;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(161, 164, 172, 1);
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
margin-top: 32rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 26rpx;
|
|
|
|
.cancel {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(246, 74, 58, 1);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
.submit {
|
|
|
|
flex: 1;
|
|
|
|
padding: 22rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #fff;
|
|
|
|
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
|
|
|
|
border-radius: 84rpx;
|
|
|
|
border: 1px solid #f64a3a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup18 {
|
|
|
|
.container {
|
|
|
|
padding: 54rpx 32rpx 32rpx;
|
|
|
|
width: 590rpx;
|
|
|
|
height: 688rpx;
|
|
|
|
background: linear-gradient(5deg, #ffffff 0%, #ffe7e2 100%);
|
|
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.title {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 287rpx;
|
|
|
|
height: 98rpx;
|
|
|
|
}
|
|
|
|
.code-wrap {
|
|
|
|
margin: 40rpx auto 0;
|
|
|
|
padding-top: 60rpx;
|
|
|
|
width: 382rpx;
|
|
|
|
height: 430rpx;
|
|
|
|
.code {
|
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
|
|
|
width: 296rpx;
|
|
|
|
height: 296rpx;
|
|
|
|
border-radius: 36rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.close {
|
|
|
|
margin: 32rpx auto 0;
|
|
|
|
display: block;
|
|
|
|
width: 64rpx;
|
|
|
|
height: 64rpx;
|
|
|
|
}
|