mineFollow.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .page.data-v-49bfb496 {
  28. background-color: #fff;
  29. height: 100vh;
  30. position: relative;
  31. }
  32. .page .tab.data-v-49bfb496 {
  33. display: flex;
  34. justify-content: space-between;
  35. font-size: 36rpx;
  36. }
  37. .page .tab .commodity.data-v-49bfb496 {
  38. position: relative;
  39. font-weight: 600;
  40. }
  41. .page .tab .commodity.data-v-49bfb496::before {
  42. content: "";
  43. display: block;
  44. height: 8rpx;
  45. width: 100%;
  46. background: linear-gradient(to right, #f83224, #fff);
  47. position: absolute;
  48. bottom: 5rpx;
  49. opacity: 0.8;
  50. }
  51. .page .content.data-v-49bfb496 {
  52. position: absolute;
  53. top: 190rpx;
  54. }
  55. .page .content .team-content.data-v-49bfb496 {
  56. display: flex;
  57. height: 168rpx;
  58. align-items: center;
  59. width: 702rpx;
  60. border-top: 2rpx solid rgba(151, 151, 151, 0.2);
  61. margin-left: 24rpx;
  62. }
  63. .page .content .team-content .team-right.data-v-49bfb496 {
  64. display: flex;
  65. justify-content: space-between;
  66. width: 96%;
  67. align-items: center;
  68. }
  69. .page .content .team-content .team-right .name.data-v-49bfb496 {
  70. font-size: 30rpx;
  71. font-weight: 600;
  72. margin-bottom: 14rpx;
  73. }
  74. .page .content .team-content .team-right .score.data-v-49bfb496 {
  75. width: 210rpx;
  76. height: 28rpx;
  77. background-color: rgba(255, 27, 0, 0.1);
  78. display: flex;
  79. border-radius: 12rpx;
  80. justify-content: space-around;
  81. }
  82. .page .content .team-content .team-right .score .num.data-v-49bfb496 {
  83. font-size: 22rpx;
  84. color: #ff1515;
  85. font-weight: 600;
  86. }
  87. .page .content .team-content .team-right .score.data-v-49bfb496 .u-icon__icon {
  88. color: #f83224 !important;
  89. }
  90. .page .content .team-content .team-right .check.data-v-49bfb496 {
  91. width: 164rpx;
  92. height: 60rpx;
  93. border: 2rpx solid #f83224;
  94. color: #f83224;
  95. background-color: #fff;
  96. border-radius: 38rpx;
  97. font-size: 26rpx;
  98. margin: 0;
  99. padding: 0;
  100. text-align: center;
  101. line-height: 60rpx;
  102. }
  103. .page .content .header-img.data-v-49bfb496 {
  104. width: 96rpx;
  105. height: 96rpx;
  106. border-radius: 50%;
  107. margin-right: 20rpx;
  108. }
  109. .page .content .commodity-detail.data-v-49bfb496 {
  110. display: flex;
  111. padding: 0 24rpx;
  112. margin: 16rpx auto;
  113. }
  114. .page .content .commodity-detail .commodity-img.data-v-49bfb496 {
  115. width: 204rpx;
  116. height: 204rpx;
  117. border-radius: 16rpx;
  118. margin-right: 20rpx;
  119. }
  120. .page .content .commodity-detail .commodity-right.data-v-49bfb496 {
  121. width: 466rpx;
  122. }
  123. .page .content .commodity-detail .commodity-title.data-v-49bfb496 {
  124. color: #222;
  125. font-size: 28rpx;
  126. font-weight: 600;
  127. margin-bottom: 12rpx;
  128. overflow: hidden;
  129. text-overflow: ellipsis;
  130. display: -webkit-box;
  131. -webkit-line-clamp: 2;
  132. -webkit-box-orient: vertical;
  133. }
  134. .page .content .commodity-detail .commodity-follow.data-v-49bfb496 {
  135. color: #777;
  136. font-size: 28rpx;
  137. margin-bottom: 14rpx;
  138. }
  139. .page .content .commodity-detail .commodity-price.data-v-49bfb496 {
  140. color: #f83224;
  141. font-weight: 600;
  142. margin-top: 20rpx;
  143. }
  144. .page .content .commodity-detail .symbol.data-v-49bfb496,
  145. .page .content .commodity-detail .decimal.data-v-49bfb496 {
  146. font-size: 28rpx;
  147. }
  148. .page .content .commodity-detail .integer.data-v-49bfb496 {
  149. font-size: 36rpx;
  150. }