group-detail.module.less 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .live-detail {
  2. .introduction {
  3. color: #7a7a7a;
  4. line-height: 23px;
  5. padding-bottom: 8px;
  6. }
  7. :global {
  8. .van-tabs__wrap {
  9. margin-bottom: 15px;
  10. }
  11. .van-button--disabled {
  12. opacity: 0.5;
  13. }
  14. }
  15. .tips {
  16. background-color: white;
  17. border-radius: 10px;
  18. margin: 14px 12px;
  19. padding: var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);
  20. h3 {
  21. display: flex;
  22. font-size: 14px;
  23. font-weight: 500;
  24. color: #333333;
  25. line-height: 1;
  26. }
  27. p {
  28. text-align: justify;
  29. padding-top: 9px;
  30. font-size: 12px;
  31. color: #7a7a7a;
  32. line-height: 23px;
  33. }
  34. :global {
  35. .van-icon {
  36. margin-right: 6px;
  37. }
  38. }
  39. }
  40. .btnMore {
  41. display: flex;
  42. justify-content: space-around;
  43. :global {
  44. .van-button {
  45. width: 100%;
  46. }
  47. }
  48. }
  49. .shareCourse {
  50. margin: 0;
  51. padding: 8px;
  52. background: #fff;
  53. :global(.itemTitle) {
  54. max-width: 110px !important;
  55. }
  56. }
  57. }