微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 rivejä
498 B

  1. @import "./assets/iconfont.wxss";
  2. .ql-container {
  3. font-size: 16px;
  4. line-height: 1.5;
  5. padding: 10px 10px 20px 10px;
  6. }
  7. .ql-active {
  8. color: #22C704;
  9. }
  10. .iconfont {
  11. display: flex;
  12. width: 60rpx;
  13. height: 60rpx;
  14. align-items: center;
  15. justify-content: center;
  16. font-size: 40rpx;
  17. }
  18. .toolbar {
  19. padding: 0 16rpx;
  20. width: 100%;
  21. left: 0;
  22. right: 100%;
  23. bottom: 0;
  24. display: flex;
  25. flex-wrap: wrap;
  26. align-items: center;
  27. border-top: 1px solid #ECECEC;
  28. background-color: white;
  29. }