articlDetail.wxss 710 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* pages/articlDetail/articlDetail.wxss */
  2. .title {
  3. padding: 50rpx 5% 0 5%;
  4. font-size: 21px;
  5. font-weight: bold;
  6. color: #fff;
  7. line-height: 29px;
  8. background: linear-gradient(#508FF4, #508ff4f5);
  9. }
  10. .source {
  11. font-size: 12px;
  12. color: #fff;
  13. padding: 20px 5% 20px 5%;
  14. background: linear-gradient(#508ff4f5, #508ff4dc);
  15. display: flex;
  16. justify-content: space-between;
  17. }
  18. .content {
  19. padding: 0 5%;
  20. height: 100%;
  21. background: #F4F8FF;
  22. font-size: 16px;
  23. font-weight: 300;
  24. color: #333333;
  25. line-height: 31px;
  26. padding: 15px 20rpx;
  27. /* margin-top: 20rpx; */
  28. border-top: 1px solid #508FF4;
  29. }
  30. .content text {
  31. display: block;
  32. text-indent: 60rpx;
  33. margin-top: 20px;
  34. }
  35. .t-swiper{
  36. height: 400rpx;
  37. }