大数据平台的小程序版本

ruleInfo.wxss 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. /* pages/ruleInfo/ruleInfo.wxss */
  2. page {
  3. background: #F6F7F8;
  4. }
  5. .infoPage {
  6. padding: 30rpx 22rpx 22rpx 22rpx;
  7. }
  8. .flex {
  9. padding: 0rpx 0 20rpx;
  10. display: flex;
  11. font-size: 28rpx;
  12. justify-content: space-between;
  13. position: relative;
  14. color: #222;
  15. }
  16. .sort {
  17. display: inline-block;
  18. border-right: 13rpx solid transparent;
  19. border-left: 13rpx solid transparent;
  20. border-top: 13rpx solid #2A84FC;
  21. }
  22. .item.active {
  23. color: #2A84FC;
  24. }
  25. .item:first-child {
  26. padding: 0 10rpx;
  27. height: 46rpx;
  28. line-height: 42rpx;
  29. text-align: center;
  30. border-radius: 12rpx;
  31. font-size: 24rpx;
  32. color: #2A84FC;
  33. border: 2rpx solid #2A84FC;
  34. }
  35. .item image {
  36. width: 30rpx;
  37. height: auto;
  38. vertical-align: middle;
  39. margin-left: 10rpx;
  40. }
  41. /* 视频列表 */
  42. .videoItem {
  43. font-size: 28rpx;
  44. padding: 0 32rpx;
  45. margin-bottom: 20rpx;
  46. background: #fff;
  47. }
  48. .flexInfo {
  49. width: 100%;
  50. padding: 28rpx 0 28rpx 20rpx;
  51. display: flex;
  52. justify-content: space-between;
  53. border-bottom: 2rpx solid rgba(137, 137, 156, .2);
  54. }
  55. .mainText {
  56. color: #333333;
  57. font-size: 24rpx;
  58. line-height: 34rpx;
  59. padding: 14rpx 0 34rpx;
  60. flex: 1;
  61. }
  62. .itemInfo {
  63. flex: 1;
  64. text-align: right;
  65. }
  66. .itemInfo:first-child {
  67. text-align: left;
  68. color: #FF8323;
  69. position: relative;
  70. padding-left: 20rpx;
  71. }
  72. .itemInfo:first-child:before {
  73. width: 20rpx;
  74. height: 20rpx;
  75. border-radius: 50%;
  76. background: #FF8323;
  77. content: "";
  78. position: absolute;
  79. left: -18rpx;
  80. top: 0;
  81. bottom: 0;
  82. margin: auto;
  83. }
  84. .itemInfo image {
  85. width: auto;
  86. height: 36rpx;
  87. }
  88. .box {
  89. /* width: 170rpx; */
  90. width: auto;
  91. height: auto;
  92. font-size: 24rpx;
  93. background: #fff;
  94. box-shadow: 0 4rpx 8rpx 0 #E9E7E7;
  95. position: absolute;
  96. top: 64rpx;
  97. left: 0rpx;
  98. padding: 20rpx 0;
  99. z-index: 99;
  100. }
  101. .box .info {
  102. padding: 0 20rpx;
  103. width: 100%;
  104. height: 50rpx;
  105. line-height: 50rpx;
  106. text-align: left;
  107. }
  108. .box .info.active {
  109. color: #2A84FC;
  110. }
  111. .activeType {
  112. color: #2A84FC;
  113. }
  114. .none {
  115. width: 100%;
  116. color: #89899C;
  117. font-size: 24rpx;
  118. text-align: center;
  119. }
  120. .none image {
  121. width: 280rpx;
  122. height: auto;
  123. margin-bottom: 20rpx;
  124. }
  125. .btm {
  126. display: flex;
  127. align-items: center;
  128. }
  129. .icon {
  130. width: 16rpx;
  131. height: auto;
  132. margin-left: 30rpx;
  133. }