experienceClass.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /* components/regularCourse/regularCourse.wxss */
  2. @import "../../app.wxss";
  3. .color96 {
  4. color: #969696;
  5. }
  6. .flex_between {
  7. display: -webkit-flex;
  8. display: flex;
  9. align-items: center;
  10. justify-content: space-between;
  11. }
  12. .experienceClass {
  13. font-size: 22rpx;
  14. line-height: 28rpx;
  15. padding: 30rpx 0;
  16. background-color: #fff;
  17. border-radius: 20rpx;
  18. }
  19. .imglistright {
  20. width: 118rpx;
  21. height: 28rpx;
  22. display: flex;
  23. }
  24. .imglistright image {
  25. width: 28rpx;
  26. height: 28rpx;
  27. }
  28. /* 头部 */
  29. .titleView,
  30. .desc {
  31. padding-left: 20rpx;
  32. padding-right: 20rpx;
  33. }
  34. .head {
  35. margin: 0 20rpx 0;
  36. padding-bottom: 20rpx;
  37. border-bottom: 1px solid #e5e5e5;
  38. }
  39. .tag {
  40. margin-left: 24rpx;
  41. margin-right: 14rpx;
  42. border: 1px solid #969696;
  43. border-radius: 6rpx;
  44. display: inline-block;
  45. padding: 1px 2px;
  46. }
  47. .type {
  48. float: right;
  49. color: #fd0201;
  50. padding: 6rpx;
  51. }
  52. .type_end {
  53. color: #969696;
  54. }
  55. .willstart{
  56. color: #53C7B6;
  57. border: 0 none;
  58. float: right;
  59. padding: 6rpx;
  60. }
  61. .willstart image{
  62. width: 20rpx;
  63. height: 20rpx;
  64. margin-left: 6rpx;
  65. }
  66. /* 中部 */
  67. .content {
  68. margin: 30rpx 20rpx 30rpx;
  69. }
  70. .leftImg {
  71. flex: 0 0 auto;
  72. width: 180rpx;
  73. height: 180rpx;
  74. }
  75. .right {
  76. flex: 1;
  77. position: relative;
  78. min-height: 180rpx;
  79. padding-left: 30rpx;
  80. }
  81. .two {
  82. text-overflow: -o-ellipsis-lastline;
  83. overflow: hidden;
  84. text-overflow: ellipsis;
  85. display: -webkit-box;
  86. -webkit-line-clamp: 2;
  87. line-clamp: 2;
  88. -webkit-box-orient: vertical;
  89. margin-top: 10rpx;
  90. }
  91. .three {
  92. position: absolute;
  93. z-index: 2;
  94. left: 30rpx;
  95. right: 0;
  96. bottom: 0;
  97. }
  98. .signUp {
  99. width: 176rpx;
  100. height: 50rpx;
  101. line-height: 50rpx;
  102. border-radius: 25rpx;
  103. text-align: center;
  104. background-image: linear-gradient(to right, #7bf8f0, #00c8c6);
  105. color: #fff;
  106. }
  107. .signUp_dis {
  108. background-image: none;
  109. background-color: #969696;
  110. }
  111. /* 底部 */
  112. .bot {
  113. border-top: 1px solid #e5e5e5;
  114. margin: 0 20rpx 0;
  115. padding-top: 20rpx;
  116. }
  117. /* 组件不用来源对应的样式修改 */
  118. .is_list .name {
  119. font-size: 32rpx;
  120. line-height: 32rpx;
  121. }
  122. .jb-icon {
  123. width: 25rpx;
  124. height: 25rpx;
  125. display: inline-block;
  126. margin-left: 10rpx;
  127. margin-bottom: 5rpx;
  128. vertical-align: bottom;
  129. }