index.scss 548 B

1234567891011121314151617181920212223242526272829
  1. .content-info-container {
  2. width: 90%;
  3. margin: 20rpx auto;
  4. padding: 0;
  5. .title-container {
  6. width: 100%;
  7. .title-content-text {
  8. font-size: 22px;
  9. line-height: 1.4;
  10. margin-bottom: 14px;
  11. color: #000;
  12. }
  13. .title-content-date{
  14. display: inline-block;
  15. vertical-align: middle;
  16. margin: 0 10px 10px 0;
  17. font-size: 15px;
  18. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  19. }
  20. }
  21. /deep/ .ql-align-center {
  22. display: flex;
  23. align-items: center;
  24. justify-content: center;
  25. }
  26. }