problemInfor.wxss 378 B

12345678910111213141516171819202122232425
  1. /* problemInfor.wxss */
  2. page{
  3. background-color: #f4f4f4;
  4. }
  5. .container{
  6. padding:38rpx;
  7. }
  8. .problem_title{
  9. font-size: 38rpx;
  10. font-weight: bold;
  11. line-height: 46rpx;
  12. color: #1e1e1e;
  13. }
  14. .send_time{
  15. font-size:26rpx;
  16. line-height: 70rpx;
  17. color: #999;
  18. }
  19. .problem_cont{
  20. padding-top:20rpx;
  21. font-size: 32rpx;
  22. line-height: 60rpx;
  23. color: #333333;
  24. text-indent: 2em;
  25. }