cardList.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. /* pages/cardList/cardList.wxss */
  2. .card-view {
  3. position: relative;
  4. width: 700rpx;
  5. height: 300rpx;
  6. margin: 20rpx auto;
  7. }
  8. .bg-img {
  9. position: absolute;
  10. width: 700rpx;
  11. height: 300rpx;
  12. border-radius: 50rpx;
  13. }
  14. .card-detail {
  15. color: #FFF;
  16. width: 700rpx;
  17. height: 300rpx;
  18. position: absolute;
  19. top: 0;
  20. z-index: 2;
  21. display: flex;
  22. flex-wrap: wrap;
  23. }
  24. .schoolName {
  25. font-size: 24rpx;
  26. width: 100%;
  27. margin-bottom: 20rpx;
  28. line-height: 40rpx;
  29. height: 40rpx;
  30. text-align: center;
  31. border-bottom: 1px dashed #999;
  32. padding: 10rpx 0;
  33. color: #CCC;
  34. }
  35. .phone-view {
  36. font-size: 24rpx;
  37. text-align: center;
  38. }
  39. .callPhone-font {
  40. color: blue;
  41. }
  42. .card-other {
  43. position: relative;
  44. top: -50rpx;
  45. text-indent: 30rpx;
  46. height: 60rpx;
  47. width: 70%;
  48. font-size: 32rpx;
  49. }
  50. .toUse {
  51. width: 30%;
  52. text-align: center;
  53. position: relative;
  54. top: -30rpx;
  55. height: 50rpx;
  56. left: 20rpx;
  57. }
  58. .toUse view {
  59. border: 1px solid #FFF;
  60. width: 150rpx;
  61. height: 50rpx;
  62. line-height: 50rpx;
  63. border-radius: 150rpx;
  64. font-size: 28rpx;
  65. }
  66. .cardNum {
  67. line-height: 60rpx;
  68. font-size: 28rpx;
  69. }
  70. .card-scan {
  71. display: flex;
  72. font-size: 24rpx;
  73. margin-top: 10rpx;
  74. }
  75. .bottom-view {
  76. font-size: 24rpx;
  77. width: 100%;
  78. text-align: center;
  79. position: absolute;
  80. bottom: 10rpx;
  81. border-top: 1px dashed #999;
  82. padding: 10rpx 0;
  83. color: #CCC;
  84. }
  85. .loading-view {
  86. height: 200rpx;
  87. line-height: 100rpx;
  88. /* background: #f1f1f1; */
  89. color: #999;
  90. text-align: center;
  91. }
  92. .tip-view {
  93. position: fixed;
  94. top: 0;
  95. line-height: 60rpx;
  96. width: 100%;
  97. background: #FFF;
  98. height: 60rpx;
  99. z-index: 99;
  100. }
  101. /* .card-list{
  102. padding-top: 60rpx;
  103. } */
  104. .title-box-view {
  105. display: flex;
  106. width: 750rpx;
  107. height: 80rpx;
  108. line-height: 80rpx;
  109. position: relative;
  110. background: #FFF;
  111. padding-bottom: 20rpx;
  112. }
  113. .title-box-view view {
  114. width: 50%;
  115. font-size: 32rpx;
  116. text-align: center;
  117. }
  118. .curTitle {
  119. /* color: #EC3A4E; */
  120. color: #cc6031;
  121. }
  122. .title-line {
  123. width: 64rpx;
  124. height: 4rpx;
  125. /* background: #EC3A4E; */
  126. background: #cc6031;
  127. position: absolute;
  128. margin-left: -32rpx;
  129. margin-top: -20rpx;
  130. }
  131. .piano-box {
  132. width: 700rpx;
  133. margin: 25rpx;
  134. box-shadow: 0 0 10rpx #eee;
  135. background: #FFF;
  136. border-radius: 10rpx;
  137. }
  138. .piano-title {
  139. font-size: 32rpx;
  140. height: 80rpx;
  141. line-height: 80rpx;
  142. width: 650rpx;
  143. margin: 0 25rpx;
  144. }
  145. .piano-line {
  146. width: 100%;
  147. height: 6rpx;
  148. background: #f1f1f1;
  149. margin-bottom: 20rpx;
  150. }
  151. .piano-msg {
  152. width: 650rpx;
  153. margin: 0 25rpx;
  154. display: flex;
  155. height: 240rpx;
  156. margin-bottom: 40rpx;
  157. }
  158. .piano-img {
  159. width: 240rpx;
  160. height: 180rpx;
  161. margin-right: 20rpx;
  162. }
  163. .piano-img image {
  164. width: 100%;
  165. height: 100%;
  166. border-radius: 10rpx;
  167. }
  168. .piano-detail view {
  169. height: 40rpx;
  170. margin-bottom: 8rpx;
  171. color: #666;
  172. }
  173. .piano-btn-view {
  174. position: relative;
  175. width: 100%;
  176. height: 60rpx;
  177. }
  178. .piano-btn {
  179. width: 200rpx;
  180. height: 60rpx;
  181. line-height: 60rpx;
  182. text-align: center;
  183. border: 1px solid #ccc;
  184. border-radius: 50rpx;
  185. position: absolute;
  186. top: -20rpx;
  187. right: 25rpx;
  188. }
  189. page {
  190. background: #F9F9F9;
  191. }