123456789101112131415161718192021222324252627282930313233343536373839 |
- .contentBox {
- height: calc(100% - 30rpx);
- padding: 0 20rpx 30rpx;
- overflow-y: auto;
- }
- .headerBox {
- border-bottom: 1px #d2d2d2 solid;
- padding: 40rpx 0 20rpx;
- }
- .title {
- font-size: 36rpx;
- font-weight: bold;
- margin-bottom: 20rpx;
- text-align: center;
- }
- .time {
- font-size: 30rpx;
- color: #666666;
- text-align: right;
- }
- .timecenter {
- font-size: 30rpx;
- color: #666666;
- text-align: center;
- }
- .article {
- font-size: 28rpx;
- background-color: #FFFFFF;
- color: #777;
- padding: 30rpx 0;
- line-height: 2.5;
- }
- .bottomBox {
- padding-bottom: 20rpx;
- }
- .author {
- text-align: right;
- }
|