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: 50rpx;
  17. }
  18. .sctext {
  19. float: right;
  20. /* height: 165rpx; */
  21. width: 530rpx;
  22. margin-top: 40rpx;
  23. /* border: 1px solid red; */
  24. }
  25. .t1 {
  26. color: #000;
  27. font-size: 28rpx;
  28. margin-top: 10rpx;
  29. font-weight: 700;
  30. }
  31. .t2 {
  32. color: #999999;
  33. font-size: 24rpx;
  34. margin-top: 10rpx;
  35. }
  36. .t3 {
  37. color: #fff;
  38. font-size: 24rpx;
  39. line-height: 30rpx;
  40. margin-top: 10rpx;
  41. width: 140rpx;
  42. border-radius: 20rpx;
  43. background-color: #ff7d7f;
  44. text-align: center;
  45. display: inline-block;
  46. padding: 5rpx;
  47. }
  48. .isanswertag {
  49. width: 140rpx;
  50. background-color: #b9b9b9;
  51. height: 40rpx;
  52. line-height: 40rpx;
  53. border-radius: 0 0 20rpx 20rpx;
  54. position: absolute;
  55. top: 0;
  56. right: 0;
  57. color: #fff;
  58. font-size: 24rpx;
  59. text-align: center;
  60. }
  61. .isanswertag1 {
  62. background-color: #EC725D;
  63. }
  64. .nodata {
  65. position: absolute;
  66. top: 285rpx;
  67. left: 205rpx;
  68. width: 340rpx;
  69. height: 262rpx;
  70. }
  71. .nodata_text {
  72. position: absolute;
  73. top: 550rpx;
  74. left: 310rpx;
  75. font-size: 30rpx;
  76. color: #666666;
  77. }