index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. page.data-v-30040555 {
  8. background-color: #EEEEEE;
  9. }
  10. .list.data-v-30040555 {
  11. padding: 16px;
  12. }
  13. .list .item.data-v-30040555 {
  14. border-radius: 12px;
  15. margin-bottom: 20px;
  16. background-color: #fff;
  17. }
  18. .list .item .tips.data-v-30040555 {
  19. position: absolute;
  20. top: 20px;
  21. left: 0;
  22. border-radius: 0px 13px 13px 0px;
  23. padding: 0 8px;
  24. height: 26px;
  25. line-height: 26px;
  26. text-align: center;
  27. background-color: #fff;
  28. font-size: 11px;
  29. font-family: PingFang HK;
  30. font-weight: 400;
  31. color: #A77706;
  32. opacity: 1;
  33. }
  34. .list .item .img.data-v-30040555 {
  35. width: 100%;
  36. height: 90px;
  37. position: relative;
  38. }
  39. .list .item .img image.data-v-30040555 {
  40. width: 100%;
  41. height: 90px;
  42. }
  43. .list .item .left.data-v-30040555 {
  44. padding: 13px 21px;
  45. display: -webkit-box;
  46. display: -webkit-flex;
  47. display: flex;
  48. -webkit-flex-wrap: wrap;
  49. flex-wrap: wrap;
  50. -webkit-box-align: center;
  51. -webkit-align-items: center;
  52. align-items: center;
  53. }
  54. .list .item .left .name.data-v-30040555 {
  55. font-size: 16px;
  56. font-family: PingFang SC;
  57. font-weight: 500;
  58. line-height: 20px;
  59. color: #282828;
  60. width: 50%;
  61. margin-bottom: 6px;
  62. }
  63. .list .item .left .name .num.data-v-30040555 {
  64. margin-left: 8px;
  65. font-size: 12px;
  66. color: #A77806;
  67. }
  68. .list .item .left .text.data-v-30040555 {
  69. font-size: 12px;
  70. font-family: PingFang SC;
  71. font-weight: 400;
  72. line-height: 20px;
  73. color: rgba(40, 40, 40, 0.67);
  74. width: 50%;
  75. display: -webkit-box;
  76. display: -webkit-flex;
  77. display: flex;
  78. -webkit-box-align: center;
  79. -webkit-align-items: center;
  80. align-items: center;
  81. }
  82. .list .item .left .text text.data-v-30040555 {
  83. overflow: hidden;
  84. text-overflow: ellipsis;
  85. display: -webkit-box;
  86. -webkit-line-clamp: 1;
  87. line-clamp: 1;
  88. -webkit-box-orient: vertical;
  89. word-break: break-all;
  90. }
  91. .list .item .left .text image.data-v-30040555 {
  92. width: 22px;
  93. height: 22px;
  94. margin-right: 5px;
  95. -webkit-box-flex: 0;
  96. -webkit-flex: 0 0 22px;
  97. flex: 0 0 22px;
  98. }
  99. .list .item .left .text .img.data-v-30040555 {
  100. width: 14px;
  101. height: 11px;
  102. -webkit-box-flex: 0;
  103. -webkit-flex: 0 0 14px;
  104. flex: 0 0 14px;
  105. }
  106. .list .item .left .text1.data-v-30040555 {
  107. width: 100%;
  108. }
  109. .list .item image.data-v-30040555 {
  110. -webkit-box-flex: 0;
  111. -webkit-flex: 0 0 117px;
  112. flex: 0 0 117px;
  113. width: 117px;
  114. height: auto;
  115. }