shouye.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. /* pages/shouye/shouye.wxss */
  2. .content-name {
  3. font-size: 28rpx;
  4. font-family: PingFangSC-Regular;
  5. font-weight: 400;
  6. color: rgba(69, 82, 107, 1);
  7. line-height: 20px;
  8. margin-left: 8px;
  9. }
  10. .icon-container{
  11. display: flex;
  12. flex-direction: row;
  13. align-items: center
  14. }
  15. .city{
  16. font-size: 28rpx;
  17. color: #333;
  18. margin-right: 10rpx;
  19. }
  20. .aa{
  21. margin-top: 20rpx;
  22. }
  23. .bb{
  24. width: 500rpx !important;
  25. }
  26. .header{
  27. position: fixed;
  28. top: 0;
  29. left: 0;
  30. }
  31. .content {
  32. /* height: 400rpx; */
  33. position: relative;
  34. }
  35. .tab-content {
  36. min-height: 140rpx;
  37. height: 100%;
  38. display: flex;
  39. align-items: center;
  40. justify-content: center;
  41. font-size: 28rpx;
  42. color: rgba(140, 152, 174, 1);
  43. }
  44. .toggle-button {
  45. position: absolute !important;
  46. top: -80rpx;
  47. right: 20rpx;
  48. min-width: 72rpx !important;
  49. padding: 0 !important;
  50. display: flex;
  51. justify-content: center;
  52. align-items: center;
  53. border-radius: 50% !important;
  54. background: transparent !important;
  55. }
  56. .swipeable-header {
  57. margin: 0 auto;
  58. width: 327rpx !important;
  59. border: 0 !important;
  60. }
  61. .swipeable-class-inactive {
  62. border-width: 8rpx !important;
  63. }
  64. .swipeable-class-active {
  65. font-weight: 900 !important;
  66. font-size: 34rpx !important;
  67. border-width: 6rpx !important;
  68. }
  69. .line-tabs {
  70. background: rgba(90, 120, 158, 1) !important;
  71. }
  72. .tab-image {
  73. width: 44rpx !important;
  74. height: 44rpx !important;
  75. }
  76. .line-class {
  77. width: 30rpx !important;
  78. }
  79. .card {
  80. margin: 10rpx auto !important;
  81. }
  82. .right-card {
  83. height: 250rpx !important;
  84. width: 250rpx !important;
  85. border-radius: 12rpx !important;
  86. }
  87. .card-dot {
  88. width: 18rpx;
  89. height: 18rpx;
  90. border-radius: 50%;
  91. border: 6rpx solid #3963bc;
  92. margin-left: 26rpx;
  93. }
  94. .card-top {
  95. display: flex;
  96. flex-direction: row;
  97. align-items: center;
  98. width: 750rpx;
  99. height: 100rpx;
  100. }
  101. .contentcard-name {
  102. font-size: 28rpx;
  103. font-family: PingFangSC-Regular;
  104. font-weight: 400;
  105. color: rgba(69, 82, 107, 1);
  106. line-height: 20px;
  107. margin-left: 8px;
  108. }
  109. .contentcard {
  110. margin:5rpx 0rpx 0rpx 0rpx;
  111. color: #666;
  112. font-size: 25rpx;
  113. overflow: hidden;
  114. text-overflow: ellipsis;
  115. display: -webkit-box;
  116. -webkit-box-orient: vertical;
  117. -webkit-line-clamp: 5;
  118. }
  119. .avter-contentcard {
  120. margin-top: 10rpx;
  121. color: #333;
  122. font-size: 26rpx;
  123. overflow: hidden;
  124. text-overflow: ellipsis;
  125. display: -webkit-box;
  126. -webkit-box-orient: vertical;
  127. -webkit-line-clamp: 5;
  128. }
  129. .super-long-test{
  130. display: -webkit-box;
  131. word-break: break-all;
  132. text-overflow: ellipsis;
  133. font-size: 30rpx;
  134. overflow: hidden;
  135. -webkit-box-orient: vertical;
  136. -webkit-line-clamp:2;
  137. }
  138. .empty-icon{
  139. width: 30rpx;
  140. height: 30rpx;
  141. background-color:rgb(252, 248, 248);
  142. }
  143. .containertag{
  144. display: flex;
  145. flex-direction: row;
  146. align-items: flex-end;
  147. flex-wrap: wrap;
  148. }
  149. .btn{
  150. margin-bottom: 5rpx;
  151. }
  152. .describe{
  153. color: #f4f4f5;
  154. font-size: 28rpx;
  155. }
  156. .fanli{
  157. position: absolute;
  158. right: 10rpx;
  159. }
  160. .l-tag {
  161. padding: 0 16rpx;
  162. display: inline-flex;
  163. align-items: center;
  164. justify-content: center;
  165. flex-direction: row;
  166. color: #fff;
  167. background-color: #3963bc;
  168. margin-left: 15rpx;
  169. }
  170. .tag{
  171. margin: 6rpx 15rpx 6rpx 0 !important;
  172. }
  173. .price-container{
  174. display: flex;
  175. flex-direction: row;
  176. align-items: center;
  177. margin-left: 10rpx;
  178. }
  179. .price{
  180. color:#d81e06;
  181. font-size: 30rpx;
  182. position: absolute;
  183. }
  184. .yprice{
  185. position: absolute;
  186. right: 30rpx;
  187. color: #999;
  188. font-size: 25rpx;
  189. text-decoration:line-through;
  190. }
  191. .price-v{
  192. margin:5rpx 0rpx 10rpx 0rpx;
  193. }