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.
72 lines
1.3 KiB
72 lines
1.3 KiB
2 weeks ago
|
.page {
|
||
|
padding: 60rpx 30rpx;
|
||
|
.title {
|
||
|
font-size: 40rpx;
|
||
|
color: rgba(1, 1, 5, 1);
|
||
|
line-height: 64rpx;
|
||
|
}
|
||
|
.info {
|
||
|
margin-top: 20rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 86rpx;
|
||
|
.date {
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(18, 18, 18, 0.4);
|
||
|
}
|
||
|
.eye {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
.icon {
|
||
|
width: 32rpx;
|
||
|
height: 32rpx;
|
||
|
}
|
||
|
.num {
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(18, 18, 18, 0.4);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.mp-html {
|
||
|
margin-top: 24rpx;
|
||
|
}
|
||
|
.footer {
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
padding-bottom: env(safe-area-inset-bottom);
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
background-color: #fff;
|
||
|
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
|
||
|
.btn {
|
||
|
flex: 1;
|
||
|
padding: 24rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
border: none;
|
||
|
background-color: transparent;
|
||
|
outline: none;
|
||
|
&::after {
|
||
|
border: none;
|
||
|
}
|
||
|
.icon {
|
||
|
width: 36rpx;
|
||
|
height: 36rpx;
|
||
|
}
|
||
|
.num {
|
||
|
margin-left: 12rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(242, 58, 47, 1);
|
||
|
}
|
||
|
}
|
||
|
.line {
|
||
|
height: 28rpx;
|
||
|
width: 1px;
|
||
|
background-color: rgba(1, 1, 5, 0.16);
|
||
|
}
|
||
|
}
|
||
|
}
|