99 lines
1.6 KiB
Plaintext
99 lines
1.6 KiB
Plaintext
|
|
.container {
|
||
|
|
min-height: 100vh;
|
||
|
|
background-color: #fff;
|
||
|
|
padding: 30rpx;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content {
|
||
|
|
flex: 1;
|
||
|
|
padding-bottom: 140rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.title {
|
||
|
|
font-size: 40rpx;
|
||
|
|
font-weight: bold;
|
||
|
|
color: #333;
|
||
|
|
display: block;
|
||
|
|
margin-bottom: 40rpx;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.description {
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #666;
|
||
|
|
line-height: 2;
|
||
|
|
white-space: pre-wrap;
|
||
|
|
margin-bottom: 30rpx;
|
||
|
|
padding: 0 20rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.description text {
|
||
|
|
font-weight: bold;
|
||
|
|
display: block;
|
||
|
|
margin-top: -30rpx;
|
||
|
|
margin-bottom: -30rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.article-action {
|
||
|
|
position: fixed;
|
||
|
|
bottom: 0;
|
||
|
|
left: 0;
|
||
|
|
right: 0;
|
||
|
|
height: 100rpx;
|
||
|
|
background: #fff;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: flex-end;
|
||
|
|
padding: 0 30rpx;
|
||
|
|
box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
|
||
|
|
}
|
||
|
|
|
||
|
|
.share-btn {
|
||
|
|
display: flex !important;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding: 0 30rpx !important;
|
||
|
|
font-size: 17px !important;
|
||
|
|
color: #666 !important;
|
||
|
|
border: none !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.share-btn van-icon {
|
||
|
|
font-size: 22px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.share-btn text {
|
||
|
|
margin-left: 4rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.note {
|
||
|
|
display: block;
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: rgb(6, 80, 240);
|
||
|
|
margin: 20rpx 0;
|
||
|
|
padding: 20rpx;
|
||
|
|
background: rgba(6, 80, 240, 0.05);
|
||
|
|
border-radius: 12rpx;
|
||
|
|
text-align: center;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.node1 {
|
||
|
|
margin-top: 30rpx;
|
||
|
|
font-size: 26rpx;
|
||
|
|
color: rgb(252, 7, 7);
|
||
|
|
display: block;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 1.6;
|
||
|
|
}
|
||
|
|
|
||
|
|
.qrcode {
|
||
|
|
margin: 20rpx auto;
|
||
|
|
height: 300rpx;
|
||
|
|
width: 300rpx;
|
||
|
|
display: block;
|
||
|
|
border-radius: 12rpx;
|
||
|
|
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
|
||
|
|
}
|