myProblemDetail.wxss 286 B

1234567891011121314
  1. /* pages/my/myProblem/myProblem.wxss */
  2. @import "../../../wxParse/wxParse.wxss";
  3. page{
  4. background: white;
  5. }
  6. .title{
  7. font-size: 32rpx;
  8. font-family: PingFang SC, PingFang SC-Bold;
  9. font-weight: 700;
  10. text-align: left;
  11. color: #1a1a1a;
  12. line-height: 30rpx;
  13. margin:30rpx auto;
  14. }