52 lines
831 B
Plaintext
52 lines
831 B
Plaintext
@import "../lib/weui.wxss";
|
|
@import "../assets/iconfont.wxss"
|
|
|
|
.container {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.ql-container {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
overflow: auto;
|
|
padding: 10px 10px 20px 10px;
|
|
border: 1px solid #ECECEC;
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
.ql-active {
|
|
color: #22C704;
|
|
}
|
|
|
|
.iconfont {
|
|
display: inline-block;
|
|
width: 30px;
|
|
height: 30px;
|
|
cursor: pointer;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.toolbar {
|
|
box-sizing: border-box;
|
|
padding: 0 10px;
|
|
height: 50px;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
border: 1px solid #ECECEC;
|
|
border-left: none;
|
|
border-right: none;
|
|
background: #ffffff;
|
|
position: relative;
|
|
}
|
|
|