course-action-bar.wxss 685 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. }
  15. .bottom {
  16. padding: 20rpx 30rpx;
  17. width: 690rpx;
  18. position: fixed;
  19. left: 0;
  20. bottom: 0;
  21. background: #FFFFFF;
  22. box-shadow: 0 -5rpx 10rpx 0 rgba(153, 153, 153, 0.1);
  23. }
  24. .course-action {
  25. display: flex;
  26. align-items: center;
  27. }
  28. .left {
  29. display: flex;
  30. flex-direction: column;
  31. align-items: center;
  32. font-size: 25rpx;
  33. line-height: 25rpx;
  34. color: #333333;
  35. }
  36. .mr40 {
  37. margin-right: 40rpx;
  38. }
  39. .btn2 {
  40. margin-left: 40rpx;
  41. width: 200rpx !important;
  42. font-size: 30rpx;
  43. }