| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- page {
- background-color: #f7f7f7;
- }
- .ht-box,
- page {
- width: 100%;
- height: 100%;
- box-sizing: border-box;
- }
- .ht-box {
- padding: 30rpx;
- }
- .ht-details {
- background-color: #fff;
- padding: 20rpx 30rpx;
- border-radius: 10rpx;
- box-shadow: 0rpx 2rpx 4rpx 0rpx rgba(0, 0, 0, 0.05);
- margin-bottom: 30rpx;
- }
- .d-title {
- font-size: 30rpx;
- color: #000;
- font-weight: 700;
- }
- .d-content {
- font-size: 26rpx;
- line-height: 50rpx;
- text-align: justify;
- text-indent: 50rpx;
- }
- .d-content,
- .d-pic {
- margin-top: 20rpx;
- }
- .pic-list {
- width: 100%;
- box-sizing: border-box;
- margin-bottom: 20rpx;
- }
- .pic-list .img {
- width: 100%;
- height: auto;
- }
- .pic_title {
- text-align: center;
- font-size: 26rpx;
- }
|