skillList.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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-83f35eec {
  21. color: #f60808;
  22. }
  23. .green.data-v-83f35eec {
  24. color: #15ab54;
  25. }
  26. .yellow.data-v-83f35eec {
  27. color: #f0ad4e;
  28. }
  29. .blue.data-v-83f35eec {
  30. color: #1f96f6;
  31. }
  32. .blank.data-v-83f35eec {
  33. color: #000;
  34. }
  35. .white.data-v-83f35eec {
  36. color: #fff;
  37. }
  38. .promain.data-v-83f35eec {
  39. color: #025b58;
  40. }
  41. .prosecond.data-v-83f35eec {
  42. color: #ed742f;
  43. }
  44. .textmain.data-v-83f35eec {
  45. color: #333;
  46. }
  47. .textgrey.data-v-83f35eec {
  48. color: #999;
  49. }
  50. .fuColor.data-v-83f35eec {
  51. color: #c6cadb;
  52. }
  53. .fontssm.data-v-83f35eec {
  54. font-size: 22rpx;
  55. }
  56. .fontsm.data-v-83f35eec {
  57. font-size: 24rpx;
  58. }
  59. .fontmid.data-v-83f35eec {
  60. font-size: 28rpx;
  61. }
  62. .fontbase.data-v-83f35eec {
  63. font-size: 30rpx;
  64. }
  65. /* 背景颜色 */
  66. /* 边框颜色 */
  67. /* input 样式 */
  68. .input-placeholder.data-v-83f35eec {
  69. color: #999999;
  70. }
  71. .navigator-hover.data-v-83f35eec {
  72. background: transparent !important;
  73. opacity: 1;
  74. }
  75. .uni-page-head-transparent .uni-page-head-btn.data-v-83f35eec {
  76. background: transparent !important;
  77. }
  78. uni-toast.data-v-83f35eec {
  79. z-index: 99999;
  80. }
  81. button.data-v-83f35eec {
  82. background: transparent;
  83. }
  84. button.data-v-83f35eec::after {
  85. border: 0;
  86. }
  87. .boxlist .vidLi.data-v-83f35eec {
  88. width: 100%;
  89. padding: 15rpx;
  90. background-color: #fff;
  91. margin-bottom: 20rpx;
  92. }
  93. .boxlist .vidLi .imgbox.data-v-83f35eec {
  94. position: relative;
  95. width: 200rpx;
  96. height: 200rpx;
  97. margin-right: 28rpx;
  98. }
  99. .boxlist .vidLi .imgbox image.data-v-83f35eec {
  100. width: 100%;
  101. height: 100%;
  102. }
  103. .boxlist .vidLi .title.data-v-83f35eec {
  104. font-size: 26rpx;
  105. line-height: 40rpx;
  106. margin-bottom: 12rpx;
  107. }
  108. .boxlist .vidLi .price.data-v-83f35eec {
  109. width: 100%;
  110. }
  111. .boxlist .vidLi .price .textgrey.data-v-83f35eec, .boxlist .vidLi .price text.data-v-83f35eec {
  112. font-size: 20rpx;
  113. }
  114. .boxlist .vidLi .auth.data-v-83f35eec {
  115. margin-top: 15rpx;
  116. width: 100%;
  117. }
  118. .boxlist .vidLi .auth .prosecond.data-v-83f35eec {
  119. font-size: 20rpx;
  120. }
  121. .boxlist .vidLi .auth .btn.data-v-83f35eec {
  122. width: 120rpx;
  123. height: 44rpx;
  124. line-height: 44rpx;
  125. text-align: center;
  126. background: #ED742F;
  127. border-radius: 22rpx;
  128. color: #fff;
  129. font-size: 20rpx;
  130. }