1234567891011121314151617181920212223242526272829 |
- .content-info-container {
- width: 90%;
- margin: 20rpx auto;
- padding: 0;
- .title-container {
- width: 100%;
- .title-content-text {
- font-size: 22px;
- line-height: 1.4;
- margin-bottom: 14px;
- color: #000;
- }
- .title-content-date{
- display: inline-block;
- vertical-align: middle;
- margin: 0 10px 10px 0;
- font-size: 15px;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- }
- }
- /deep/ .ql-align-center {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
|