init
This commit is contained in:
36
xhs-mini-demos/component-case/rich-text/rich-text.css
Normal file
36
xhs-mini-demos/component-case/rich-text/rich-text.css
Normal file
@@ -0,0 +1,36 @@
|
||||
.page-content {
|
||||
width: auto;
|
||||
margin: 15px 0;
|
||||
padding: 0 25px;
|
||||
}
|
||||
|
||||
.code-fragment {
|
||||
height: 325px;
|
||||
}
|
||||
|
||||
.code-textarea {
|
||||
width: auto;
|
||||
height: 325px;
|
||||
border: 1px solid #1AAD19;
|
||||
}
|
||||
|
||||
.p {
|
||||
color: #1AAD19;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.space {
|
||||
display: inline-block;
|
||||
background: red;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
scroll-view {
|
||||
height: 325px;
|
||||
border: 1px solid red;
|
||||
white-space: pre;
|
||||
padding: 5px;
|
||||
box-sizing: border-box;
|
||||
border-radius: 8px;
|
||||
color: #777777;
|
||||
}
|
||||
Reference in New Issue
Block a user