28 lines
355 B
Plaintext
28 lines
355 B
Plaintext
|
|
.content {
|
|
padding: 24rpx 32rpx;
|
|
}
|
|
.text-p {
|
|
text-indent: 2em;
|
|
}
|
|
.text-weight {
|
|
font-weight: 700;
|
|
}
|
|
.you {
|
|
margin: 20rpx 0 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
text-align: right;
|
|
}
|
|
.image-container {
|
|
margin: 20rpx 0;
|
|
}
|
|
.clickable-image {
|
|
width: 100%;
|
|
height: auto;
|
|
border-radius: 8rpx;
|
|
}
|
|
|