index.wxss 684 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* pages/problemPage/index.wxss */
  2. .PP {
  3. box-sizing: border-box;
  4. width: 750rpx;
  5. min-height: 100%;
  6. padding: 20rpx 12rpx;
  7. }
  8. .problem {
  9. background-color: #fff;
  10. border-radius: 10px;
  11. overflow: hidden;
  12. box-shadow: 0 0 20rpx #eee;
  13. margin-bottom: 10rpx;
  14. }
  15. .img {
  16. width: 726rpx;
  17. }
  18. .title {
  19. font-size: 30rpx;
  20. font-family: SimHei;
  21. font-weight: 400;
  22. color: #000000;
  23. padding: 15rpx 10rpx 0 10rpx;
  24. overflow: hidden;
  25. text-overflow: ellipsis;
  26. white-space: nowrap;
  27. }
  28. .time {
  29. font-size: 20rpx;
  30. font-family: SimHei;
  31. font-weight: 400;
  32. color: #919191;
  33. padding: 10rpx;
  34. }
  35. .answer{
  36. width:275rpx;
  37. height:275rpx;
  38. display: block;
  39. margin: 100rpx auto;
  40. }