problemListCont6.wxss 332 B

1234567891011121314151617181920
  1. /* pages/problemListCont/problemListCont1.wxss */
  2. page{
  3. background-color: #f4f4f4;
  4. }
  5. .container{
  6. padding:20rpx;
  7. }
  8. .problem_title{
  9. color:#000;
  10. font-size:28rpx;
  11. font-weight: bold;
  12. padding-bottom:20rpx;
  13. }
  14. .problem_cont{
  15. color:#6f7478;
  16. font-size: 24rpx;
  17. line-height:40rpx;
  18. padding-left:1em;
  19. padding-bottom:20rpx;
  20. }