governmentArticlesDetail.wxss 615 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* pages/publics/governmentArticlesDetail/governmentArticlesDetail.wxss */
  2. .fontActive {
  3. color: #c1bebe;
  4. }
  5. .fontSizeMax {
  6. font-size: 20px!important;
  7. line-height: normal;
  8. }
  9. .fontSize {
  10. font-size: 16px!important;
  11. line-height: normal;
  12. }
  13. .fontSizeSmall {
  14. font-size: 12px!important;
  15. line-height: normal;
  16. }
  17. .zcyw{
  18. width: 90%;
  19. min-height: 250rpx;
  20. margin: 0 auto;
  21. margin-top: 30rpx;
  22. margin-bottom: 40rpx;
  23. }
  24. .zcyw-title{
  25. border: 1rpx red solid;
  26. width: 100%;
  27. height: 80rpx;
  28. line-height: 80rpx;
  29. color: red;
  30. font-weight: bold;
  31. }
  32. .zcyw-content{
  33. border: 1rpx red solid;
  34. width: 100%;
  35. min-height: 200rpx;
  36. }