index.wxss 248 B

123456789101112131415161718
  1. /* pages/artical/info/index.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. .w80{ width:90%}