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.
328 lines
7.2 KiB
328 lines
7.2 KiB
.page { |
|
min-height: 100vh; |
|
.banner { |
|
margin: 0 40rpx; |
|
display: block; |
|
width: calc(100vw - 80rpx); |
|
height: 334rpx; |
|
border-radius: 24rpx; |
|
border: 2rpx solid #ffffff; |
|
box-shadow: 0 10rpx 16rpx #dcdcdc; |
|
} |
|
.page-container { |
|
padding: 30rpx 40rpx calc(env(safe-area-inset-bottom) + 160rpx); |
|
.title { |
|
font-size: 40rpx; |
|
color: #333333; |
|
line-height: 64rpx; |
|
font-weight: bold; |
|
} |
|
.info { |
|
margin-top: 32rpx; |
|
padding-bottom: 32rpx; |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: center; |
|
border-bottom: 1px solid rgba(159, 168, 172, 0.1); |
|
.date { |
|
font-size: 32rpx; |
|
color: rgba(33, 29, 46, 1); |
|
} |
|
.stat { |
|
display: flex; |
|
.s-item { |
|
display: flex; |
|
align-items: center; |
|
font-size: 32rpx; |
|
color: rgba(105, 104, 110, 1); |
|
margin-left: 36rpx; |
|
.icon { |
|
width: 40rpx; |
|
height: 40rpx; |
|
margin-right: 8rpx; |
|
} |
|
} |
|
} |
|
} |
|
.limit { |
|
margin-top: 32rpx; |
|
font-size: 32rpx; |
|
color: rgba(105, 104, 110, 1); |
|
display: flex; |
|
align-items: center; |
|
gap: 20rpx; |
|
.i-item { |
|
display: flex; |
|
align-items: center; |
|
.num { |
|
font-size: 36rpx; |
|
color: rgba(185, 130, 255, 1); |
|
font-weight: bold; |
|
} |
|
} |
|
} |
|
.qw { |
|
margin-top: 32rpx; |
|
.q-img { |
|
display: block; |
|
width: 100%; |
|
} |
|
} |
|
.screen { |
|
position: relative; |
|
margin-top: 32rpx; |
|
padding: 16rpx 32rpx 16rpx; |
|
background: rgba(246, 248, 249, 1); |
|
box-sizing: border-box; |
|
border-radius: 24rpx; |
|
.screen-list { |
|
max-height: 268rpx; |
|
.s-item { |
|
display: flex; |
|
align-items: center; |
|
font-size: 32rpx; |
|
.avatar { |
|
margin-right: 20rpx; |
|
width: 68rpx; |
|
height: 68rpx; |
|
border-radius: 50%; |
|
} |
|
.name { |
|
margin-right: 20rpx; |
|
color: rgba(33, 29, 46, 1); |
|
} |
|
.action { |
|
margin-right: 20rpx; |
|
color: rgba(33, 29, 46, 1); |
|
} |
|
.date { |
|
color: rgba(173, 172, 178, 1); |
|
} |
|
} |
|
} |
|
&::before { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
content: ''; |
|
width: 100%; |
|
height: 84rpx; |
|
border-radius: 24rpx; |
|
background: linear-gradient(to top, rgba(246, 248, 249, 0) 0%, rgba(246, 248, 249, 0.68) 36%, #f6f8f9 100%); |
|
z-index: 1; |
|
} |
|
&::after { |
|
position: absolute; |
|
bottom: 0; |
|
left: 0; |
|
content: ''; |
|
width: 100%; |
|
height: 84rpx; |
|
border-radius: 24rpx; |
|
background: linear-gradient(to bottom, rgba(246, 248, 249, 0) 0%, rgba(246, 248, 249, 0.68) 36%, #f6f8f9 100%); |
|
z-index: 1; |
|
} |
|
} |
|
.answer { |
|
margin-top: 32rpx; |
|
.a-img { |
|
display: block; |
|
width: 100%; |
|
height: 178rpx; |
|
} |
|
} |
|
.lightspot { |
|
margin-top: 32rpx; |
|
.l-title { |
|
font-size: 36rpx; |
|
color: #333333; |
|
font-weight: bold; |
|
} |
|
.l-list { |
|
.l-item { |
|
padding: 16rpx 0; |
|
display: flex; |
|
border-bottom: 1px dashed rgba(159, 168, 172, 0.1); |
|
&:last-of-type { |
|
border: none; |
|
} |
|
.photo { |
|
flex-shrink: 0; |
|
width: 290rpx; |
|
height: 164rpx; |
|
border-radius: 10rpx; |
|
} |
|
.wrap { |
|
flex: 1; |
|
padding-left: 24rpx; |
|
display: flex; |
|
flex-direction: column; |
|
justify-content: space-between; |
|
.w-title { |
|
font-size: 32rpx; |
|
color: #211d2e; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
display: -webkit-box; |
|
-webkit-line-clamp: 2; |
|
-webkit-box-orient: vertical; |
|
} |
|
.time { |
|
margin-top: 20rpx; |
|
font-size: 32rpx; |
|
color: #adacb2; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
.public { |
|
position: relative; |
|
margin-top: 32rpx; |
|
display: block; |
|
height: 270rpx; |
|
.p-code { |
|
position: absolute; |
|
top: 38rpx; |
|
right: 74rpx; |
|
width: 196rpx; |
|
height: 196rpx; |
|
} |
|
} |
|
.content { |
|
margin-top: 32rpx; |
|
.c-title { |
|
font-size: 36rpx; |
|
color: #333333; |
|
font-weight: bold; |
|
margin-bottom: 32rpx; |
|
} |
|
.c-img { |
|
width: 100%; |
|
} |
|
} |
|
} |
|
.footer { |
|
padding: 16rpx 30rpx calc(30rpx + env(safe-area-inset-bottom)); |
|
position: fixed; |
|
bottom: 0; |
|
left: 0; |
|
width: 100%; |
|
z-index: 10; |
|
box-sizing: border-box; |
|
background-color: #fff; |
|
box-shadow: 0rpx 8rpx 48rpx 0rpx rgba(0, 0, 0, 0.19); |
|
.count-down-wrap { |
|
padding: 10rpx 0; |
|
position: absolute; |
|
top: 0; |
|
left: 50%; |
|
width: 100%; |
|
transform: translate(-50%, -100%); |
|
background-color: #f6f8f9; |
|
.count-down { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
font-size: 24rpx; |
|
gap: 8rpx; |
|
white-space: nowrap; |
|
color: #211d2e; |
|
.c-item { |
|
padding: 0 8rpx; |
|
color: #b982ff; |
|
line-height: 48rpx; |
|
background-color: #fff; |
|
min-width: 50rpx; |
|
text-align: center; |
|
box-sizing: border-box; |
|
border-radius: 4rpx; |
|
} |
|
} |
|
} |
|
.btn-wrap { |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
gap: 22rpx; |
|
.office { |
|
width: 220rpx; |
|
height: 88rpx; |
|
border: 1px solid #b982ff; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
gap: 14rpx; |
|
font-size: 32rpx; |
|
color: #b982ff; |
|
box-sizing: border-box; |
|
border-radius: 100rpx; |
|
.icon { |
|
width: 40rpx; |
|
height: 40rpx; |
|
} |
|
} |
|
} |
|
.btn { |
|
flex: 1; |
|
height: 88rpx; |
|
background: linear-gradient(197deg, #ffbcf9 0%, #b982ff 100%); |
|
border-radius: 44rpx; |
|
text-align: center; |
|
line-height: 88rpx; |
|
font-size: 32rpx; |
|
color: #ffffff; |
|
&.active { |
|
color: #484848; |
|
background: #e7e7e7; |
|
} |
|
&.active1 { |
|
color: #b982ff; |
|
background: #f2e8ff; |
|
} |
|
} |
|
} |
|
.video { |
|
width: 0; |
|
height: 0; |
|
position: relative; |
|
.play { |
|
position: absolute; |
|
top: 50%; |
|
left: 50%; |
|
transform: translate(-50%, -50%); |
|
width: 95rpx; |
|
height: 95rpx; |
|
} |
|
} |
|
} |
|
|
|
.fixed-share { |
|
position: fixed; |
|
z-index: 2; |
|
right: 14rpx; |
|
bottom: 364rpx; |
|
width: 84rpx; |
|
height: 84rpx; |
|
box-shadow: 0 4rpx 24rpx 0 rgba(51, 5, 109, 0.17); |
|
border-radius: 50%; |
|
} |
|
|
|
.custom-popup { |
|
background-color: transparent !important; |
|
} |
|
.p-share { |
|
width: 705rpx; |
|
.photo { |
|
display: block; |
|
width: 100%; |
|
height: 1111rpx; |
|
border-radius: 24rpx; |
|
} |
|
.tip { |
|
margin: 34rpx auto; |
|
font-size: 28rpx; |
|
color: #ffffff; |
|
text-align: center; |
|
} |
|
}
|
|
|