dialogBar.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page.data-v-9010b8be {
  12. height: 100%;
  13. }
  14. #hr.data-v-9010b8be {
  15. width: 90%;
  16. height: 1rpx;
  17. margin-top: 10rpx;
  18. background-color: #eeeeee;
  19. margin-bottom: 0;
  20. }
  21. .button.data-v-9010b8be {
  22. border-radius: 50%;
  23. width: 83rpx;
  24. height: 83rpx;
  25. position: relative;
  26. z-index: 99;
  27. margin-top: 60rpx;
  28. margin-left: calc(50% - 40rpx);
  29. margin-bottom: -150rpx;
  30. }
  31. .button image.data-v-9010b8be {
  32. width: 83rpx;
  33. height: 83rpx;
  34. }
  35. .dialogBar.data-v-9010b8be {
  36. z-index: 99;
  37. width: 670rpx;
  38. position: absolute;
  39. top: calc(50% - 391rpx);
  40. left: calc(50% - 335rpx);
  41. background-color: #ffffff;
  42. border-radius: 20rpx;
  43. display: grid;
  44. }
  45. .dialogBar .top.data-v-9010b8be {
  46. color: #1c2023;
  47. width: 100%;
  48. height: 200rpx;
  49. font-size: 36rpx;
  50. font-family: PingFang-SC-Bold;
  51. display: flex;
  52. }
  53. .dialogBar .top .top-img.data-v-9010b8be {
  54. margin: auto 30rpx;
  55. }
  56. .dialogBar .top image.data-v-9010b8be {
  57. width: 140rpx;
  58. height: 140rpx;
  59. }
  60. .dialogBar .top .goods.data-v-9010b8be {
  61. display: grid;
  62. margin: auto 10rpx;
  63. }
  64. .dialogBar .top .goods #span.data-v-9010b8be {
  65. font-size: 45rpx;
  66. color: #ee2f72;
  67. line-height: 70rpx;
  68. }
  69. .dialogBar .top .goods #b.data-v-9010b8be {
  70. line-height: 70rpx;
  71. overflow: hidden;
  72. text-overflow: ellipsis;
  73. display: -webkit-box;
  74. -webkit-box-orient: vertical;
  75. -webkit-line-clamp: 3;
  76. }
  77. .dialogBar .scroll-y.data-v-9010b8be {
  78. width: 100%;
  79. height: calc(100%+15rpx);
  80. }
  81. .dialogBar .clist.data-v-9010b8be {
  82. width: 90%;
  83. margin: 0 auto;
  84. color: #333333;
  85. font-size: 28rpx;
  86. padding-bottom: 20rpx;
  87. font-family: PingFang-SC-Medium;
  88. border-bottom: 1px solid #eeeeee;
  89. }
  90. .dialogBar .clist .text.data-v-9010b8be {
  91. margin-top: 30rpx;
  92. font-weight: bold;
  93. }
  94. .dialogBar .clist .lists-c.data-v-9010b8be {
  95. display: flex;
  96. flex-flow: row wrap;
  97. }
  98. .dialogBar .clist .tit.data-v-9010b8be {
  99. margin-right: 20rpx;
  100. margin-top: 28rpx;
  101. font-size: 28rpx;
  102. background: #f6f6f6;
  103. width: 120rpx;
  104. text-align: center;
  105. flex-shrink: 0;
  106. font-size: 30rpx;
  107. color: #666666;
  108. }
  109. .dialogBar .clist .selected.data-v-9010b8be {
  110. background: #ffeff1;
  111. border: 1rpx solid #ff5263;
  112. color: #f3120a;
  113. }
  114. .dialogBar .buy.data-v-9010b8be {
  115. color: #333333;
  116. font-size: 28rpx;
  117. font-family: PingFang-SC-Medium;
  118. margin-top: 40rpx;
  119. padding-bottom: 30rpx;
  120. }
  121. .dialogBar .buy .buy-top.data-v-9010b8be {
  122. height: 90rpx;
  123. }
  124. .dialogBar .buy .buy-top ._span.data-v-9010b8be {
  125. margin-left: 30rpx;
  126. font-weight: bold;
  127. }
  128. .dialogBar .buy .shop.data-v-9010b8be {
  129. width: 279rpx;
  130. height: 84rpx;
  131. line-height: 84rpx;
  132. background-color: #ee2f72;
  133. text-align: center;
  134. border-radius: 40rpx;
  135. color: #ffffff;
  136. }
  137. .dialogBar .buy .num.data-v-9010b8be {
  138. display: flex;
  139. width: 227rpx;
  140. float: right;
  141. margin: -10rpx 40rpx;
  142. }
  143. .dialogBar .buy .num input.data-v-9010b8be {
  144. width: 150rpx;
  145. border: solid 1rpx #cfcfcf;
  146. height: 64rpx;
  147. line-height: 64rpx;
  148. text-align: center;
  149. }
  150. .dialogBar .buy .num .da.data-v-9010b8be {
  151. width: 84rpx;
  152. height: 64rpx;
  153. line-height: 64rpx;
  154. border: solid 1rpx #cfcfcf;
  155. text-align: center;
  156. background-color: #f6f6f6;
  157. color: #333333;
  158. }
  159. .curtain.data-v-9010b8be {
  160. position: fixed;
  161. top: 0;
  162. left: 0;
  163. right: 0;
  164. width: 100%;
  165. height: 100%;
  166. background-color: rgba(0, 0, 0, 0.4);
  167. z-index: 11;
  168. }