course-start.module.less 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .courseStart {
  2. .infoField {
  3. width: 50vw;
  4. font-size: 16px;
  5. :global {
  6. .van-tab {
  7. font-size: 16px;
  8. }
  9. .van-tabs__nav--line {
  10. padding-left: 0;
  11. }
  12. .van-tab--active {
  13. color: #000;
  14. }
  15. }
  16. }
  17. .photoTip {
  18. font-size: 14px;
  19. color: #999999;
  20. line-height: 27px;
  21. padding: 5px 0;
  22. }
  23. .boxStyle {
  24. background: transparent;
  25. width: 18px;
  26. height: 18px;
  27. border: transparent;
  28. }
  29. :global {
  30. .van-radio {
  31. display: inline-block;
  32. align-items: inherit;
  33. overflow: inherit;
  34. }
  35. .van-radio__icon {
  36. height: 18px;
  37. line-height: 18px;
  38. display: inline-block;
  39. vertical-align: sub;
  40. }
  41. .van-radio__label {
  42. line-height: 18px;
  43. }
  44. }
  45. .imgContainer {
  46. width: 150px;
  47. height: 100px;
  48. border-radius: 10px;
  49. overflow: hidden;
  50. margin: 0 0 12px;
  51. position: relative;
  52. :global {
  53. .van-radio {
  54. position: absolute;
  55. bottom: 10px;
  56. right: 20px;
  57. z-index: 9;
  58. }
  59. }
  60. }
  61. .stepTips {
  62. padding: 7px 12px;
  63. margin-bottom: 15px;
  64. background: linear-gradient(139deg, #fff6ee 0%, #ffecdd 100%);
  65. border-radius: 6px;
  66. line-height: 22px;
  67. font-size: 12px;
  68. color: #e0945a;
  69. display: flex;
  70. align-items: center;
  71. }
  72. }