post.wxss 367 B

12345678910111213141516171819202122232425
  1. /* pages/post/post.wxss */
  2. page{
  3. background:white;
  4. }
  5. .artical-title{
  6. text-align:center;
  7. font-size:36rpx;
  8. font-weight: 800;
  9. margin-top:10rpx;
  10. padding:20rpx;
  11. background: #ffffff;
  12. }
  13. .bsmall{
  14. color:#409eff;
  15. }
  16. .artical-content{
  17. padding-left: 30rpx;
  18. font-size: 30rpx;
  19. line-height:180%;
  20. padding-right: 30rpx;
  21. }
  22. .w80{width:90%}
  23. .w95 {
  24. width: 95%;
  25. }