123456789101112131415161718192021222324252627282930313233 |
- @import "./assets/iconfont.wxss";
- .diy-editor {
- border-top: 2rpx solid #e2e2e2;
- border-bottom: 2rpx solid #e2e2e2;
- }
- .ql-container {
- font-size: 16px;
- line-height: 1.5;
- padding: 10px 10px 20px 10px;
- }
- .ql-active {
- color: #22C704;
- }
- .iconfont {
- display: flex;
- width: 60rpx;
- height: 60rpx;
- align-items: center;
- justify-content: center;
- font-size: 40rpx;
- }
- .toolbar {
- display: flex;
- flex-wrap: wrap;
- box-sizing: border-box;
- border-bottom: 1rpx solid #f6f6f6;
- font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
- margin-bottom: 20rpx;
- }
|