1234567891011121314151617181920212223242526272829303132 |
- .aboutInfo {
- background-color: #fffaf3;
- }
- .content {
- display: flex;
- flex-direction: column;
- padding: 30rpx;
- overflow: auto;
- }
- .aboutInfo .content .time {
- text-align: center;
- }
- .aboutInfo .content text {
- text-align: justify;
- }
- .aboutInfo .content .time,
- .aboutInfo .content text {
- line-height: 44rpx;
- font-size: 30rpx;
- margin: 0 0 30rpx;
- font-weight: 400;
- color: #000;
- }
- .aboutInfo .content .fontWeight {
- font-weight: 700;
- font-size: 36rpx;
- }
|