course-action-bar.wxss 749 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .fast {
  2. display: flex;
  3. width: 100%;
  4. }
  5. .space {
  6. flex: 1;
  7. }
  8. .mr10 {
  9. margin-right: 10rpx;
  10. }
  11. .btn {
  12. width: 100%;
  13. font-size: 22rpx;
  14. font-weight: 400;
  15. }
  16. .bottom {
  17. padding: 20rpx 30rpx;
  18. width: 690rpx;
  19. position: fixed;
  20. left: 0;
  21. bottom: 0;
  22. background: #FFFFFF;
  23. box-shadow: 0 -5rpx 10rpx 0 rgba(153, 153, 153, 0.1);
  24. }
  25. .course-action {
  26. display: flex;
  27. align-items: center;
  28. }
  29. .left {
  30. display: flex;
  31. flex-direction: column;
  32. align-items: center;
  33. font-size: 25rpx;
  34. line-height: 25rpx;
  35. font-weight: 400;
  36. color: #333333;
  37. }
  38. .mr40 {
  39. margin-right: 40rpx;
  40. }
  41. .btn2 {
  42. margin-left: 40rpx;
  43. width: 200rpx !important;
  44. font-size: 30rpx;
  45. font-weight: 500;
  46. }