123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- @import "../common/lib/weui.wxss";
- @import "./assets/iconfont.wxss";
- .container {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- background-color: #ffffff;
- }
- .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;
- }
- .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%;
- position: fixed;
- left: 0;
- right: 100%;
- bottom: 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- border: 1px solid #ECECEC;
- border-left: none;
- border-right: none;
- }
- /* 按钮 */
- .checkbox_but {
- width: 100vw;
- margin: 70vh 0 80rpx 0;
- box-sizing: border-box;
- }
- .checkbox_but>view {
- position: absolute;
- width: 188rpx;
- height: 64rpx;
- background: #4EBFCF;
- border-radius: 14rpx;
- right: 60rpx;
- overflow: hidden;
- }
- .customClass {
- width: 100% !important;
- height: 100% !important;
- }
|