问星数据小程序

shopDetail.wxss 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. /* pages/shopDetail/shopDetail.wxss */
  2. @import '../../assets/css/commonDetail.wxss';
  3. .liveDetail {
  4. background: #f7f7f7;
  5. padding: 20rpx 0;
  6. }
  7. .item {
  8. background: #fff;
  9. padding: 30rpx 42rpx;
  10. display:flex;
  11. align-items:center;
  12. justify-content:space-between;
  13. }
  14. .cate {
  15. width: auto;
  16. overflow: hidden;
  17. text-overflow: ellipsis;
  18. white-space: nowrap;
  19. display: inline-block;
  20. font-size: 20rpx;
  21. color: #585858;
  22. padding: 1px 20rpx;
  23. line-height: 38rpx;
  24. background: #f1f4fb;
  25. border-radius: 8rpx;
  26. margin-right: 8rpx;
  27. margin-top: 6rpx;
  28. -webkit-transform: scale(.9);
  29. transform: scale(.9);
  30. }
  31. .coverImg {
  32. display: inline-block;
  33. position: relative;
  34. width: 180rpx;
  35. height: auto;
  36. background: #f7f7f7;
  37. }
  38. .blur {
  39. width: 100%;
  40. height: 100%;
  41. -webkit-filter: blur(15px);
  42. filter: blur(15px);
  43. position: absolute;
  44. top: 0;
  45. left: 0;
  46. }
  47. .videoImg {
  48. width: 100%;
  49. float: left;
  50. }
  51. .name {
  52. width: 300rpx;
  53. overflow: hidden;
  54. text-overflow: ellipsis;
  55. white-space: nowrap;
  56. line-height: 20px;
  57. vertical-align: middle;
  58. text-align: left;
  59. font-size: 30rpx;
  60. font-weight: bold;
  61. display: block;
  62. }
  63. .infoText {
  64. width: calc(100% - 150rpx);
  65. padding: 0 20rpx;
  66. }
  67. .icon {
  68. display: inline-block;
  69. width: 40rpx;
  70. height: 40rpx;
  71. margin-right: 6rpx;
  72. vertical-align: middle;
  73. border-radius: 50%;
  74. }
  75. .user {
  76. width: 40%;
  77. overflow: hidden;
  78. text-overflow: ellipsis;
  79. white-space: nowrap;
  80. margin: auto;
  81. line-height: 40rpx;
  82. display: inline-block;
  83. vertical-align: middle;
  84. text-align: left;
  85. font-size: 28rpx;
  86. }
  87. .count {
  88. float: right;
  89. font-size: 28rpx;
  90. }
  91. .total {
  92. width: 100%;
  93. background: #fff;
  94. padding: 0rpx 20rpx;
  95. font-size: 28rpx;
  96. }
  97. .title {
  98. line-height: 40rpx;
  99. }
  100. .ul {
  101. padding: 30rpx 0;
  102. background: #fff;
  103. margin: 20rpx 0;
  104. }
  105. .top {
  106. display: flex;
  107. align-items:center;
  108. justify-content:space-between;
  109. }
  110. .topInfo {
  111. display: block;
  112. }
  113. .title {
  114. width: 60%;
  115. display: inline-block;
  116. }
  117. .text {
  118. width: 100%;
  119. }
  120. .price {
  121. text-align: right;
  122. float: right;
  123. }
  124. .echarts {
  125. width: 100%;
  126. height: 740rpx;
  127. padding-top: 40rpx;
  128. box-sizing: border-box;
  129. position: relative;
  130. background: #fff;
  131. }
  132. .topName {
  133. display: inline-block;
  134. font-size: 26rpx;
  135. line-height: 60rpx;
  136. font-weight: 700;
  137. margin-bottom: -40rpx;
  138. }
  139. .topName::before {
  140. content: "";
  141. width: 22rpx;
  142. height: 22rpx;
  143. background: #2296f3;
  144. display: inline-block;
  145. margin-right: 20rpx;
  146. }
  147. .btn {
  148. float: right;
  149. margin-right: 10rpx;
  150. }