score.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. .btn-group{
  31. position: absolute;
  32. right: 0;
  33. top: 0;
  34. display: flex;
  35. flex-direction: column;
  36. justify-content: center;
  37. align-items: flex-end;
  38. width: 700rpx;
  39. height: 143rpx;
  40. }
  41. .btn-group .btn{
  42. position: relative;
  43. width: 100%;
  44. height: 48rpx;
  45. }
  46. .btn-group .btn:first-child{
  47. margin-bottom: 16rpx;
  48. }
  49. .score-btn-bg {
  50. width: 180rpx;
  51. height: 48rpx;
  52. line-height: 52rpx;
  53. position: absolute;
  54. right: 0;
  55. /* top: 50%;
  56. transform: translateY(-50%); */
  57. background: rgba(255, 255, 255, 0.32);
  58. font-size: 30rpx;
  59. color: #FFFFFF;
  60. text-align: center;
  61. }
  62. .score-bg-tag {
  63. width: 48rpx;
  64. height: 48rpx;
  65. position: absolute;
  66. right: 160rpx;
  67. /* top: 50%;
  68. transform: translateY(-50%); */
  69. }
  70. .score-item {
  71. margin: 15rpx 25rpx;
  72. display: flex;
  73. flex-direction: row;
  74. align-items: center;
  75. justify-content: space-between;
  76. }
  77. .score-left {
  78. flex: 1;
  79. font-size: 24rpx;
  80. color: #666666;
  81. }
  82. .score-right {
  83. margin-left: 5rpx;
  84. font-size: 26rpx;
  85. color: #FF4330;
  86. }
  87. .score-course-img {
  88. padding: 30rpx 0 40rpx;
  89. display: flex;
  90. justify-content: center;
  91. align-items: center;
  92. }