36 lines
465 B
Plaintext
36 lines
465 B
Plaintext
/* pages/info/content-page/index.wxss */
|
|
|
|
.main {
|
|
margin: 20px;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.content-title {
|
|
font-size: 1.5rem;
|
|
line-height: 2rem;
|
|
font-weight: 600;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.content-info {
|
|
display: flex;
|
|
}
|
|
|
|
.content-editor {
|
|
color: rgb(47, 113, 255);
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.content-time {
|
|
margin-right: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.content-text [alt] {
|
|
width: 100%;
|
|
}
|
|
|
|
.hearder-image {
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
} |