index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. /* pages/tabber/news/index.wxss */
  2. page {
  3. width: 750rpx;
  4. height: 100vh;
  5. background: #F6F6F6;
  6. }
  7. .van-tab--active {
  8. font-weight: bold !important;
  9. }
  10. .itemBoxs {
  11. width: 702rpx;
  12. background: #FFFFFF;
  13. border-radius: 12rpx;
  14. margin: 24rpx auto;
  15. }
  16. .itemBoxs .titBoxs {
  17. padding: 25rpx 0;
  18. }
  19. .itemBoxs .titBoxs .le {
  20. width: 112rpx;
  21. height: 40rpx;
  22. background: #31333B;
  23. border-radius: 0px 20rpx 20rpx 0px;
  24. text-align: center;
  25. line-height: 40rpx;
  26. font-size: 20rpx;
  27. color: #FFFFFF;
  28. }
  29. .itemBoxs .titBoxs .lr {
  30. font-size: 26rpx;
  31. margin-right: 25rpx;
  32. }
  33. .orange {
  34. color: #FF663D;
  35. }
  36. .gray {
  37. color: #666666;
  38. }
  39. .skyBlue {
  40. color: #4699FF;
  41. }
  42. .itemBoxs .contioner {
  43. padding: 24rpx;
  44. }
  45. .itemBoxs .messageBoxs .tips {
  46. font-size: 28rpx;
  47. font-weight: 500;
  48. color: #191C27;
  49. }
  50. .itemBoxs .messageBoxs .time {
  51. font-size: 24rpx;
  52. color: #999999;
  53. }
  54. .itemBoxs .centerBoxs {
  55. white-space: nowrap;
  56. margin: 30rpx 0;
  57. }
  58. .itemBoxs .centerBoxs scroll-view {
  59. width: 75%;
  60. }
  61. .itemBoxs .centerBoxs .clothes {
  62. width: 120rpx;
  63. height: 120rpx;
  64. }
  65. .itemBoxs .centerBoxs .name {
  66. font-size: 28rpx;
  67. color: #191C27;
  68. margin-left: 25rpx;
  69. }
  70. .itemBoxs .centerBoxs .lr {
  71. text-align: right;
  72. line-height: 60rpx;
  73. height: 120rpx;
  74. }
  75. .itemBoxs .centerBoxs .showModel {
  76. position: relative;
  77. }
  78. .itemBoxs .centerBoxs .showModel::before {
  79. position: absolute;
  80. left: -30rpx;
  81. top: 0;
  82. display: block;
  83. content: '';
  84. width: 10rpx;
  85. height: 100%;
  86. background: #F6F6F6;
  87. filter: blur(6rpx);
  88. /* border: 1px solid red; */
  89. }
  90. .itemBoxs .centerBoxs .price {
  91. font-size: 36rpx;
  92. font-family: HelveticaNeue-BoldCond, HelveticaNeue;
  93. font-weight: bold;
  94. color: #191C27;
  95. letter-spacing: 1rpx;
  96. }
  97. .itemBoxs .centerBoxs .small {
  98. font-size: 24rpx;
  99. }
  100. .itemBoxs .centerBoxs .num {
  101. font-size: 28rpx;
  102. color: #999999;
  103. }
  104. .itemBoxs .footerBoxs .btn {
  105. width: 152rpx;
  106. height: 60rpx;
  107. border-radius: 30rpx;
  108. text-align: center;
  109. line-height: 60rpx;
  110. font-size: 28rpx;
  111. margin-left: 25rpx;
  112. }
  113. .bg {
  114. background: linear-gradient(270deg, #467FFF 0%, #4699FF 100%);
  115. color: #FFFFFF;
  116. }
  117. .border {
  118. color: #191C27;
  119. border: 1rpx solid #CCCCCC;
  120. }
  121. .imgBoxs {
  122. position: relative;
  123. margin-right: 25rpx;
  124. }
  125. .imgBoxs .nums {
  126. position: absolute;
  127. left: 0;
  128. bottom: 0;
  129. width: 100%;
  130. height: 30rpx;
  131. background: rgba(25, 28, 39, 0.5);
  132. border-radius: 0px 0px 4rpx 4rpx;
  133. font-size: 22rpx;
  134. color: #FFFFFF;
  135. line-height: 30rpx;
  136. text-align: center;
  137. }
  138. .custom-image .van-empty__image{
  139. width: 400rpx;
  140. margin-top: 250rpx;
  141. }