index.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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. .cardCom.data-v-40e6932e {
  28. width: 690rpx;
  29. height: 428rpx;
  30. position: relative;
  31. }
  32. .cardCom .card-bg.data-v-40e6932e {
  33. position: absolute;
  34. top: 0;
  35. left: 0;
  36. width: 100%;
  37. height: 100%;
  38. z-index: 1;
  39. }
  40. .cardCom .card-bg image.data-v-40e6932e {
  41. width: 100%;
  42. height: 100%;
  43. display: block;
  44. }
  45. .cardCom .card-container.data-v-40e6932e {
  46. width: 100%;
  47. height: 100%;
  48. position: relative;
  49. z-index: 2;
  50. }
  51. .cardCom .card-container .card-header.data-v-40e6932e {
  52. padding: 0 48rpx;
  53. box-sizing: border-box;
  54. width: 100%;
  55. height: 120rpx;
  56. display: flex;
  57. align-items: center;
  58. justify-content: space-between;
  59. position: absolute;
  60. top: 52rpx;
  61. left: 0;
  62. }
  63. .cardCom .card-container .card-header .header-left .header-title.data-v-40e6932e {
  64. margin-bottom: 16rpx;
  65. display: flex;
  66. align-items: center;
  67. justify-content: flex-start;
  68. gap: 32rpx;
  69. }
  70. .cardCom .card-container .card-header .header-left .header-title text.data-v-40e6932e {
  71. color: #ffffff;
  72. }
  73. .cardCom .card-container .card-header .header-left .header-title text.data-v-40e6932e:nth-of-type(1) {
  74. font-size: 36rpx;
  75. font-weight: 500;
  76. }
  77. .cardCom .card-container .card-header .header-left .header-title text.data-v-40e6932e:nth-of-type(2) {
  78. font-size: 24rpx;
  79. }
  80. .cardCom .card-container .card-header .header-left .company.data-v-40e6932e {
  81. font-size: 24rpx;
  82. color: #ffffff;
  83. }
  84. .cardCom .card-container .card-header .header-right.data-v-40e6932e {
  85. position: relative;
  86. width: 128rpx;
  87. height: 128rpx;
  88. border-radius: 50%;
  89. overflow: hidden;
  90. }
  91. .cardCom .card-container .card-header .header-right .edit.data-v-40e6932e {
  92. position: absolute;
  93. left: 0;
  94. bottom: 0;
  95. z-index: 4;
  96. width: 120rpx;
  97. height: 36rpx;
  98. text-align: center;
  99. line-height: 36rpx;
  100. background: rgba(0, 0, 0, 0.4);
  101. font-size: 20rpx;
  102. color: #ffffff;
  103. }
  104. .cardCom .card-container .card-header .header-right .img-box.data-v-40e6932e {
  105. width: 128rpx;
  106. height: 128rpx;
  107. position: absolute;
  108. top: 0;
  109. left: 0;
  110. z-index: 3;
  111. border-radius: 50%;
  112. background-color: #ffffff;
  113. display: flex;
  114. align-items: center;
  115. justify-content: center;
  116. }
  117. .cardCom .card-container .card-header .header-right .img-box image.data-v-40e6932e {
  118. width: 120rpx;
  119. height: 120rpx;
  120. border-radius: 50%;
  121. }
  122. .cardCom .card-container .card-content.data-v-40e6932e {
  123. width: 100%;
  124. position: absolute;
  125. left: 0;
  126. top: 228rpx;
  127. padding: 0 48rpx;
  128. box-sizing: border-box;
  129. }
  130. .cardCom .card-container .card-content .content-item.data-v-40e6932e {
  131. display: flex;
  132. align-items: center;
  133. justify-content: flex-start;
  134. gap: 10rpx;
  135. margin-top: 16rpx;
  136. }
  137. .cardCom .card-container .card-content .content-item image.data-v-40e6932e {
  138. width: 24rpx;
  139. height: 24rpx;
  140. display: block;
  141. }
  142. .cardCom .card-container .card-content .content-item text.data-v-40e6932e {
  143. font-size: 24rpx;
  144. color: #ffffff;
  145. overflow: hidden;
  146. white-space: nowrap;
  147. text-overflow: ellipsis;
  148. }