testAnswer.wxss 1.3 KB

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