|
|
@ -739,6 +739,70 @@ page { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.one-wrap { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
gap: 24rpx; |
|
|
|
|
|
|
|
.tip { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: -150rpx; |
|
|
|
|
|
|
|
left: 0; |
|
|
|
|
|
|
|
border-radius: 12rpx; |
|
|
|
|
|
|
|
width: 686rpx; |
|
|
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
padding: 18rpx 24rpx; |
|
|
|
|
|
|
|
background-color: rgba(255, 247, 232, 1); |
|
|
|
|
|
|
|
.t-header { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
gap: 20rpx; |
|
|
|
|
|
|
|
font-size: 28rpx; |
|
|
|
|
|
|
|
color: rgba(255, 125, 0, 1); |
|
|
|
|
|
|
|
.date { |
|
|
|
|
|
|
|
flex-shrink: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.content { |
|
|
|
|
|
|
|
margin-top: 12rpx; |
|
|
|
|
|
|
|
font-size: 28rpx; |
|
|
|
|
|
|
|
color: rgba(255, 125, 0, 1); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&::after { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
bottom: -12rpx; |
|
|
|
|
|
|
|
left: 178rpx; |
|
|
|
|
|
|
|
content: ''; |
|
|
|
|
|
|
|
width: 0; |
|
|
|
|
|
|
|
height: 0; |
|
|
|
|
|
|
|
border-style: solid; |
|
|
|
|
|
|
|
border-width: 27rpx 27rpx 0 27rpx; |
|
|
|
|
|
|
|
border-color: rgba(255, 247, 232, 1) transparent transparent transparent; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.cancel { |
|
|
|
|
|
|
|
width: 332rpx; |
|
|
|
|
|
|
|
height: 84rpx; |
|
|
|
|
|
|
|
font-size: 32rpx; |
|
|
|
|
|
|
|
color: rgba(1, 180, 197, 1); |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
line-height: 84rpx; |
|
|
|
|
|
|
|
border-radius: 96rpx 96rpx 96rpx 96rpx; |
|
|
|
|
|
|
|
border: 1px solid #01b4c5; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.sure { |
|
|
|
|
|
|
|
width: 330rpx; |
|
|
|
|
|
|
|
height: 88rpx; |
|
|
|
|
|
|
|
font-size: 32rpx; |
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 1); |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
line-height: 88rpx; |
|
|
|
|
|
|
|
background: linear-gradient(90deg, #00b4c5 0%, #54e2b4 100%); |
|
|
|
|
|
|
|
border-radius: 84rpx 84rpx 84rpx 84rpx; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -911,22 +975,37 @@ page { |
|
|
|
} |
|
|
|
} |
|
|
|
.btn1 { |
|
|
|
.btn1 { |
|
|
|
margin-top: 32rpx; |
|
|
|
margin-top: 32rpx; |
|
|
|
padding: 14rpx; |
|
|
|
padding: 12rpx; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
color: rgba(255, 255, 255, 1); |
|
|
|
color: rgba(255, 255, 255, 1); |
|
|
|
line-height: 44rpx; |
|
|
|
line-height: 44rpx; |
|
|
|
background: linear-gradient(90deg, #00b4c5 0%, #54e2b4 100%); |
|
|
|
background: linear-gradient(90deg, #00b4c5 0%, #54e2b4 100%); |
|
|
|
border-radius: 60rpx 60rpx 60rpx 60rpx; |
|
|
|
border-radius: 60rpx 60rpx 60rpx 60rpx; |
|
|
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
|
|
.content { |
|
|
|
|
|
|
|
font-size: 22rpx; |
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 1); |
|
|
|
|
|
|
|
line-height: 28rpx; |
|
|
|
|
|
|
|
font-weight: normal; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.btn2 { |
|
|
|
.btn2 { |
|
|
|
margin-top: 24rpx; |
|
|
|
margin-top: 24rpx; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
padding: 12rpx; |
|
|
|
padding: 24rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
color: rgba(1, 180, 197, 1); |
|
|
|
color: rgba(1, 180, 197, 1); |
|
|
|
|
|
|
|
font-weight: bold; |
|
|
|
line-height: 44rpx; |
|
|
|
line-height: 44rpx; |
|
|
|
border-radius: 60rpx 60rpx 60rpx 60rpx; |
|
|
|
border-radius: 60rpx 60rpx 60rpx 60rpx; |
|
|
|
border: 1px solid #01b4c5; |
|
|
|
border: 1px solid #01b4c5; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.btn3{ |
|
|
|
|
|
|
|
margin-top: 22rpx; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
padding: 22rpx; |
|
|
|
|
|
|
|
font-size: 32rpx; |
|
|
|
|
|
|
|
color: rgba(0, 180, 197, 1); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|