catli.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /* uni.scss */
  10. /* 页面左右间距 */
  11. /* 文字尺寸 */
  12. /* 文字尺寸 */
  13. /*文字颜色*/
  14. /* 边框颜色 */
  15. /* 图片加载中颜色 */
  16. /* 行为相关颜色 */
  17. /* 颜色变量 */
  18. /* 项目主色 */
  19. /* 文字基本颜色 */
  20. .red.data-v-2e65d794 {
  21. color: #f60808;
  22. }
  23. .green.data-v-2e65d794 {
  24. color: #15ab54;
  25. }
  26. .yellow.data-v-2e65d794 {
  27. color: #f0ad4e;
  28. }
  29. .blue.data-v-2e65d794 {
  30. color: #1f96f6;
  31. }
  32. .blank.data-v-2e65d794 {
  33. color: #000;
  34. }
  35. .white.data-v-2e65d794 {
  36. color: #fff;
  37. }
  38. .promain.data-v-2e65d794 {
  39. color: #025b58;
  40. }
  41. .prosecond.data-v-2e65d794 {
  42. color: #ed742f;
  43. }
  44. .textmain.data-v-2e65d794 {
  45. color: #333;
  46. }
  47. .textgrey.data-v-2e65d794 {
  48. color: #999;
  49. }
  50. .fuColor.data-v-2e65d794 {
  51. color: #c6cadb;
  52. }
  53. .fontssm.data-v-2e65d794 {
  54. font-size: 22rpx;
  55. }
  56. .fontsm.data-v-2e65d794 {
  57. font-size: 24rpx;
  58. }
  59. .fontmid.data-v-2e65d794 {
  60. font-size: 28rpx;
  61. }
  62. .fontbase.data-v-2e65d794 {
  63. font-size: 30rpx;
  64. }
  65. /* 背景颜色 */
  66. /* 边框颜色 */
  67. /* input 样式 */
  68. .input-placeholder.data-v-2e65d794 {
  69. color: #999999;
  70. }
  71. .navigator-hover.data-v-2e65d794 {
  72. background: transparent !important;
  73. opacity: 1;
  74. }
  75. .uni-page-head-transparent .uni-page-head-btn.data-v-2e65d794 {
  76. background: transparent !important;
  77. }
  78. uni-toast.data-v-2e65d794 {
  79. z-index: 99999;
  80. }
  81. button.data-v-2e65d794 {
  82. background: transparent;
  83. }
  84. button.data-v-2e65d794::after {
  85. border: 0;
  86. }
  87. .container.data-v-2e65d794 {
  88. padding-bottom: 100rpx;
  89. }
  90. .container .conwarp.data-v-2e65d794 {
  91. background-color: #fff;
  92. padding: 0rpx 30rpx 10rpx;
  93. border-radius: 16rpx;
  94. margin-bottom: 20rpx;
  95. }
  96. .container .conwarp .gdHead.data-v-2e65d794 {
  97. line-height: 58rpx;
  98. margin: 16rpx 0;
  99. }
  100. .container .conwarp .gdHead .head.data-v-2e65d794 {
  101. font-family: PingFangSC-Medium, PingFang SC;
  102. font-weight: 600;
  103. color: #333333;
  104. line-height: 48rpx;
  105. }
  106. .container .conwarp .gdHead.data-v-2e65d794 .u-icon--right {
  107. -webkit-transform: rotate(90deg);
  108. transform: rotate(90deg);
  109. }
  110. .container .conwarp .cl-one .vidBox.data-v-2e65d794 {
  111. margin-top: 30rpx;
  112. width: 690rpx;
  113. height: 335rpx;
  114. }
  115. .container .down.data-v-2e65d794 {
  116. padding: 0 15rpx;
  117. height: 64rpx;
  118. text-align: center;
  119. line-height: 64rpx;
  120. background: rgba(205, 222, 222, 0.39);
  121. color: #26565A;
  122. font-size: 26rpx;
  123. border-radius: 34rpx;
  124. }
  125. .container .vidLi.data-v-2e65d794 {
  126. position: relative;
  127. width: 100%;
  128. padding: 27rpx;
  129. background-color: #fff;
  130. }
  131. .container .vidLi .show.data-v-2e65d794 {
  132. position: absolute;
  133. width: 100%;
  134. height: 100%;
  135. background-color: #000;
  136. opacity: 0.5;
  137. z-index: 999;
  138. }
  139. .container .vidLi.data-v-2e65d794:nth-of-type(2n) {
  140. margin-right: 0;
  141. }
  142. .container .vidLi .imgbox.data-v-2e65d794 {
  143. width: 250rpx;
  144. height: 180rpx;
  145. margin-right: 18rpx;
  146. border-radius: 10rpx;
  147. position: relative;
  148. }
  149. .container .vidLi .imgbox image.data-v-2e65d794 {
  150. width: 250rpx;
  151. height: 180rpx;
  152. border-radius: 10rpx;
  153. }
  154. .container .vidLi .imgbox .look.data-v-2e65d794 {
  155. position: absolute;
  156. bottom: 15rpx;
  157. right: 19rpx;
  158. background: rgba(0, 0, 0, 0.3);
  159. border-radius: 18rpx;
  160. font-size: 20rpx;
  161. line-height: 28rpx;
  162. padding: 5rpx 14rpx;
  163. color: #ffffff;
  164. display: inline-block;
  165. }
  166. .container .vidLi .title.data-v-2e65d794 {
  167. font-size: 28rpx;
  168. line-height: 40rpx;
  169. margin-bottom: 12rpx;
  170. }
  171. .container .vidLi .auth.data-v-2e65d794 {
  172. margin-top: 15rpx;
  173. width: 100%;
  174. }
  175. .container .bgg.data-v-2e65d794 {
  176. background: #ececec;
  177. }
  178. .container .clickbtn.data-v-2e65d794 {
  179. margin: 0 30rpx;
  180. background: rgba(205, 222, 222, 0.39);
  181. }
  182. .container .sonlist.data-v-2e65d794 {
  183. padding: 10rpx 30rpx;
  184. }
  185. .container .sonlist .tips.data-v-2e65d794 {
  186. padding-top: 20rpx;
  187. width: 100%;
  188. justify-content: center;
  189. }