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.
92 lines
1.8 KiB
92 lines
1.8 KiB
2 weeks ago
|
.page {
|
||
|
padding: 40rpx;
|
||
|
.title {
|
||
|
font-size: 40rpx;
|
||
|
color: rgba(33, 29, 46, 1);
|
||
|
font-weight: bold;
|
||
|
line-height: 48rpx;
|
||
|
}
|
||
|
.info {
|
||
|
margin-top: 26rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
.date {
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(173, 172, 178, 1);
|
||
|
}
|
||
|
.eye {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 12rpx;
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(173, 172, 178, 1);
|
||
|
|
||
|
.icon {
|
||
|
width: 40rpx;
|
||
|
height: 40rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.file-card {
|
||
|
margin-top: 32rpx;
|
||
|
padding: 22rpx 32rpx;
|
||
|
background: linear-gradient(352deg, #f7f6fa 0%, #f2edff 100%);
|
||
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
gap: 24rpx;
|
||
|
.icon {
|
||
|
width: 84rpx;
|
||
|
height: 84rpx;
|
||
|
}
|
||
|
.content {
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(33, 29, 46, 1);
|
||
|
line-height: 48rpx;
|
||
|
}
|
||
|
.btn {
|
||
|
flex-shrink: 0;
|
||
|
padding: 4rpx 32rpx;
|
||
|
font-size: 32rpx;
|
||
|
line-height: 48rpx;
|
||
|
color: rgba(255, 255, 255, 1);
|
||
|
background-color: rgba(140, 117, 208, 1);
|
||
|
border-radius: 64rpx;
|
||
|
}
|
||
|
}
|
||
|
.mp-html {
|
||
|
margin-top: 32rpx;
|
||
|
}
|
||
|
|
||
|
.page-footer {
|
||
|
position: fixed;
|
||
|
bottom: 0px;
|
||
|
left: 0;
|
||
|
padding: 18rpx 40rpx;
|
||
|
width: 100%;
|
||
|
box-sizing: border-box;
|
||
|
background-color: #fff;
|
||
|
box-shadow: 0rpx -2rpx 36rpx 0rpx rgba(0, 0, 0, 0.16);
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
gap: 22rpx;
|
||
|
.avatar {
|
||
|
width: 66rpx;
|
||
|
height: 66rpx;
|
||
|
}
|
||
|
.title {
|
||
|
flex: 1;
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(140, 117, 208, 1);
|
||
|
line-height: 36rpx;
|
||
|
}
|
||
|
.icon {
|
||
|
width: 40rpx;
|
||
|
height: 40rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|