You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
1.8 KiB

  1. .BoxBg{
  2. min-height: 1400rpx;
  3. }
  4. .searchBox{
  5. height: 80rpx;
  6. }
  7. .searchF{
  8. /* width: 80%; */
  9. height: 80rpx;
  10. background-color: rgba(51, 51, 51, 0.5);
  11. border-radius: 60rpx;
  12. margin: 20rpx;
  13. }
  14. .searchText{
  15. width: 80%;
  16. margin: 0 auto;
  17. height: 100%;
  18. color: #ffffff;
  19. }
  20. .categoryBox{
  21. overflow: scroll;
  22. margin-top: 40rpx;
  23. }
  24. .columnBox{
  25. width: 18%;
  26. /* float: left; */
  27. position: fixed;
  28. top: 270rpx;
  29. /* height: 600rpx; */
  30. }
  31. .courseBox{
  32. float: left;
  33. width: 78%;
  34. /* height: 1066rpx; */
  35. margin-left: 20%;
  36. overflow: scroll;
  37. }
  38. .itemBox_a{
  39. height: 120rpx;
  40. background-image: -webkit-linear-gradient(left, #103930, #121620)
  41. }
  42. .itemBox{
  43. height: 120rpx;
  44. }
  45. .Text{
  46. height: 60rpx;
  47. text-align:center;
  48. line-height: 60rpx;
  49. color: #ffffff;
  50. margin-top: 30rpx;
  51. }
  52. .Text_a{
  53. height: 60rpx;
  54. text-align:center;
  55. line-height: 60rpx;
  56. color: #ffffff;
  57. margin-top: 30rpx;
  58. font-size: 30rpx;
  59. border-left: 2rpx solid #00ff99;
  60. color:#00ff99 ;
  61. }
  62. .courseItemBox {
  63. margin-bottom: 20rpx;
  64. }
  65. .Img{
  66. width: 200rpx;
  67. height: 120rpx;
  68. border-radius: 10rpx;
  69. /* background-color: chocolate; */
  70. float: left;
  71. margin-right: 30rpx;
  72. }
  73. .TextBox{
  74. width: 320rpx;
  75. height: 120rpx;
  76. float: left;
  77. }
  78. .Name{
  79. height: 50rpx;
  80. line-height: 50rpx;
  81. font-size: 32rpx;
  82. overflow:hidden;
  83. text-overflow:ellipsis;
  84. display:-webkit-box;
  85. -webkit-box-orient:vertical;
  86. -webkit-line-clamp:1;
  87. color: #ffffff;
  88. }
  89. .chargeBox{
  90. margin-top: 30rpx;
  91. }
  92. .tiem{
  93. float: left;
  94. color: #999999;
  95. }
  96. .money{
  97. float: right;
  98. color: #ff3366;
  99. font-size: 34rpx;
  100. }
  101. .py{
  102. font-size: 26rpx;
  103. float: right;
  104. color: #ff3366;
  105. line-height: 46rpx;
  106. }