pianoDetail.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. /* pages/buyCard/buyCard.wxss */
  2. .container {
  3. width: 750rpx;
  4. padding: 0;
  5. margin: 0;
  6. }
  7. .top-view {
  8. display: flex;
  9. width: 700rpx;
  10. margin: 0 25rpx;
  11. padding-bottom: 20rpx;
  12. }
  13. .card-img {
  14. width: 240rpx;
  15. height: 180rpx;
  16. margin-right: 20rpx;
  17. }
  18. .card-img image {
  19. width: 100%;
  20. height: 100%;
  21. border-radius: 5rpx;
  22. }
  23. .card-msg {
  24. width: 440rpx;
  25. }
  26. .card-msg view {
  27. width: 440rpx;
  28. }
  29. .title {
  30. height: 80rpx;
  31. line-height: 40rpx;
  32. font-size: 32rpx;
  33. width: 500rpx;
  34. text-overflow: ellipsis;
  35. overflow: hidden;
  36. -webkit-line-clamp: 2;
  37. -webkit-box-orient: vertical;
  38. display: -webkit-box;
  39. }
  40. .detail {
  41. font-size: 28rpx;
  42. height: 70rpx;
  43. line-height: 35rpx;
  44. text-overflow: ellipsis;
  45. overflow: hidden;
  46. -webkit-line-clamp: 2;
  47. -webkit-box-orient: vertical;
  48. display: -webkit-box;
  49. color: #333;
  50. }
  51. .time {
  52. font-size: 24rpx;
  53. color: #999;
  54. height: 30rpx;
  55. width: 500rpx;
  56. }
  57. .mid-line {
  58. background: #f1f1f1;
  59. height: 10rpx;
  60. width: 750rpx;
  61. }
  62. .middle-view {
  63. width: 700rpx;
  64. margin: 0 25rpx;
  65. padding: 20rpx 0;
  66. }
  67. .middle-view>view {
  68. display: flex;
  69. width: 100%;
  70. }
  71. .edit-num-view {
  72. display: flex;
  73. }
  74. .label {
  75. width: 200rpx;
  76. text-align: left;
  77. font-size: 32rpx;
  78. }
  79. .edit-num-view,
  80. .money-show-view {
  81. margin-left: auto;
  82. }
  83. .money-show-view {
  84. color: #cc6031;
  85. font-size: 32rpx;
  86. }
  87. .edit-num-view view {
  88. text-align: center;
  89. }
  90. .rem,
  91. .add {
  92. font-size: 24rpx;
  93. background: #2872DD;
  94. color: #FFF;
  95. width: 45rpx;
  96. height: 45rpx;
  97. line-height: 45rpx;
  98. border-radius: 50rpx;
  99. margin-top: 5rpx;
  100. }
  101. .num {
  102. width: 100rpx;
  103. height: 50rpx;
  104. line-height: 50rpx;
  105. font-size: 32rpx;
  106. }
  107. .num-view,
  108. .total-view {
  109. border-bottom: 2px solid #f1f1f1;
  110. padding: 30rpx 0;
  111. }
  112. .num-label {
  113. color: #999;
  114. }
  115. .school-view {
  116. width: 700rpx;
  117. margin: 25rpx;
  118. }
  119. .school-title {
  120. font-size: 32rpx;
  121. height: 50rpx;
  122. line-height: 50rpx;
  123. border-bottom: 2px solid #f1f1f1;
  124. padding: 20rpx 0;
  125. }
  126. .dis-school {
  127. display: flex;
  128. border-bottom: 2px solid #f1f1f1;
  129. padding-bottom: 30rpx;
  130. }
  131. .school-msg {
  132. width: 460rpx;
  133. }
  134. .school-other {
  135. display: flex;
  136. margin-left: auto;
  137. max-width: 220rpx;
  138. min-width: 100rpx;
  139. }
  140. .school-name {
  141. height: 50rpx;
  142. line-height: 50rpx;
  143. padding: 20rpx 0 10rpx;
  144. overflow: hidden;
  145. white-space: nowrap;
  146. text-overflow: ellipsis;
  147. }
  148. .dis-view {
  149. height: 80rpx;
  150. line-height: 80rpx;
  151. border-right: 2px solid #f2f2f2;
  152. margin-top: 30rpx;
  153. width: 140rpx;
  154. text-align: center;
  155. font-size: 24rpx;
  156. color: #999;
  157. }
  158. .school-other image {
  159. width: 60rpx;
  160. height: 60rpx;
  161. margin-top: 40rpx;
  162. margin-left: 20rpx;
  163. }
  164. .school-addr {
  165. color: #999;
  166. font-size: 24rpx;
  167. overflow: hidden;
  168. text-overflow: ellipsis;
  169. display: -webkit-box;
  170. -webkit-line-clamp: 2;
  171. -webkit-box-orient: vertical;
  172. }
  173. .other-school {
  174. display: flex;
  175. height: 100rpx;
  176. line-height: 100rpx;
  177. font-size: 32rpx;
  178. width: 700rpx;
  179. }
  180. .school-total {
  181. margin-left: auto;
  182. }
  183. .tip-view {
  184. width: 700rpx;
  185. margin: 25rpx;
  186. }
  187. .tip-title {
  188. font-size: 32rpx;
  189. height: 60rpx;
  190. line-height: 60rpx;
  191. }
  192. .buy-btn {
  193. width: 700rpx;
  194. height: 100rpx;
  195. line-height: 100rpx;
  196. text-align: center;
  197. position: fixed;
  198. bottom: 20px;
  199. left: 25rpx;
  200. font-size: 40rpx;
  201. font-weight: 600;
  202. background: #cc6031;
  203. color: #FFF;
  204. border-radius: 10rpx;
  205. }
  206. .rem-false {
  207. background: #b1b1b1;
  208. }
  209. .content {
  210. font-size: 24rpx;
  211. color: #666;
  212. }
  213. .downLoad-bg,.downLoad-code{
  214. position: fixed;
  215. width: 750rpx;
  216. height: 100%;
  217. }
  218. .downLoad-bg{
  219. background: #333;
  220. opacity: 0.2;
  221. top: 0;
  222. left: 0;
  223. }
  224. .downLoad-code{
  225. background: #FFF;
  226. height: 700rpx;
  227. top: 50%;
  228. margin-top: -300rpx;
  229. width: 600rpx;
  230. }
  231. .downLoad-code image{
  232. position: fixed;
  233. width: 400rpx;
  234. height: 400rpx;
  235. top: 50%;
  236. left: 50%;
  237. margin-top: -200rpx;
  238. margin-left: -200rpx;
  239. }
  240. .code-tip{
  241. text-align: center;
  242. position: absolute;
  243. width: 500rpx;
  244. margin: 0 50rpx;
  245. top: 550rpx;
  246. line-height: 45rpx;
  247. }