score.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. .card {
  2. background: #FFFFFF;
  3. border-radius: 20rpx;
  4. margin: 25rpx;
  5. padding-bottom: 10rpx;
  6. }
  7. .card1 {
  8. background: #FFFFFF;
  9. border-top-left-radius: 20rpx;
  10. border-top-right-radius: 20rpx;
  11. margin: 25rpx;
  12. padding-bottom: 10rpx;
  13. }
  14. .top-img {
  15. position: relative;
  16. }
  17. .score-bg-img {
  18. width: 700rpx;
  19. height: 143rpx;
  20. position: relative;
  21. }
  22. .score-tip {
  23. position: absolute;
  24. left: 40rpx;
  25. top: 50%;
  26. transform: translateY(-50%);
  27. font-size: 30rpx;
  28. color: #FFFFFF;
  29. }
  30. .score-btn-bg {
  31. width: 180rpx;
  32. height: 48rpx;
  33. line-height: 52rpx;
  34. position: absolute;
  35. right: 0;
  36. top: 50%;
  37. transform: translateY(-50%);
  38. background: rgba(255, 255, 255, 0.32);
  39. font-size: 30rpx;
  40. color: #FFFFFF;
  41. text-align: center;
  42. }
  43. .score-bg-tag {
  44. width: 48rpx;
  45. height: 48rpx;
  46. position: absolute;
  47. right: 160rpx;
  48. top: 50%;
  49. transform: translateY(-50%);
  50. }
  51. .score-item {
  52. margin: 15rpx 25rpx;
  53. display: flex;
  54. flex-direction: row;
  55. align-items: center;
  56. justify-content: space-between;
  57. }
  58. .score-left {
  59. flex: 1;
  60. font-size: 24rpx;
  61. color: #666666;
  62. }
  63. .score-right {
  64. margin-left: 5rpx;
  65. font-size: 26rpx;
  66. color: #FF4330;
  67. }
  68. .score-course-img {
  69. padding: 30rpx 0 40rpx;
  70. display: flex;
  71. justify-content: center;
  72. align-items: center;
  73. }