123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* pages/articlDetail/articlDetail.wxss */
- .title {
- padding: 50rpx 5% 0 5%;
- font-size: 21px;
- font-weight: bold;
- color: #fff;
- line-height: 29px;
- background: linear-gradient(#508FF4, #508ff4f5);
- }
- .source {
- font-size: 12px;
- color: #fff;
- padding: 20px 5% 20px 5%;
- background: linear-gradient(#508ff4f5, #508ff4dc);
- display: flex;
- justify-content: space-between;
- }
- .content {
- padding: 0 5%;
- height: 100%;
- background: #F4F8FF;
- font-size: 16px;
- font-weight: 300;
- color: #333333;
- line-height: 31px;
- padding: 15px 20rpx;
- /* margin-top: 20rpx; */
- border-top: 1px solid #508FF4;
- }
- .content text {
- display: block;
- text-indent: 60rpx;
- margin-top: 20px;
- }
- .t-swiper{
- height: 400rpx;
- }
|