last.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .class_box {
  2. width: 710rpx;
  3. margin-left: 20rpx;
  4. height: 165rpx;
  5. padding-bottom: 50rpx;
  6. position: relative;
  7. border-bottom: 1px solid #d4d4d4;
  8. }
  9. .scimg {
  10. width: 150rpx;
  11. height: 141rpx;
  12. float: left;
  13. margin-top: 20rpx;
  14. }
  15. .t1 {
  16. color: #000;
  17. font-size: 28rpx;
  18. margin-top: 10rpx;
  19. font-weight: 700;
  20. }
  21. .t2 {
  22. color: #999999;
  23. font-size: 24rpx;
  24. margin-top: 10rpx;
  25. }
  26. .t3 {
  27. color: #fff;
  28. font-size: 24rpx;
  29. line-height: 30rpx;
  30. margin-top: 10rpx;
  31. width: 140rpx;
  32. border-radius: 20rpx;
  33. background-color: rgba(255, 125, 127);
  34. text-align: center;
  35. display: inline-block;
  36. padding: 5rpx;
  37. }
  38. .isanswertag {
  39. width: 140rpx;
  40. background-color: #b9b9b9;
  41. height: 40rpx;
  42. line-height: 40rpx;
  43. border-radius: 0 0 20rpx 20rpx;
  44. position: absolute;
  45. top: 0;
  46. right: 0;
  47. color: #fff;
  48. font-size: 24rpx;
  49. text-align: center;
  50. }
  51. .isanswertag1 {
  52. background-color: #EC725D;
  53. }
  54. .nodata {
  55. position: absolute;
  56. top: 285rpx;
  57. left: 205rpx;
  58. width: 340rpx;
  59. height: 262rpx;
  60. }
  61. .nodata_text {
  62. position: absolute;
  63. top: 550rpx;
  64. left: 310rpx;
  65. font-size: 30rpx;
  66. color: #666666;
  67. }