index.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. .page{
  2. padding: 0 32rpx;
  3. background: #F7F7F7;
  4. height: 100vh;
  5. }
  6. .scroll-y{
  7. height: 80vh;
  8. overflow: auto;
  9. }
  10. .bottom{
  11. height: 20vh;
  12. }
  13. .loveCard{
  14. width: 686rpx;
  15. height: 145rpx;
  16. background: #F7F7F7;
  17. border-radius: 25rpx;
  18. margin-top: 24rpx;
  19. overflow: hidden;
  20. position: relative;
  21. }
  22. .loveCardNull{
  23. width: 686rpx;
  24. height: 284rpx;
  25. background: #F7F7F7;
  26. border-radius: 25rpx;
  27. margin-top: 24rpx;
  28. overflow: hidden;
  29. position: relative;
  30. }
  31. .imgBack{
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .loveCardMsg{
  36. position: absolute;
  37. left: 0;
  38. top: 0;
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .avatar{
  43. width: 96rpx;
  44. height: 96rpx;
  45. border-radius: 50rpx;
  46. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(255,224,92,0.1);
  47. //border: 2rpx solid #FFFFFF;
  48. margin-top: 26rpx;
  49. margin-left: 24rpx;
  50. }
  51. .name{
  52. font-weight: 400;
  53. font-size: 30rpx;
  54. color: #333333;
  55. line-height: 44rpx;
  56. margin-left: 16rpx;
  57. margin-top: 28rpx;
  58. }
  59. .vipNo{
  60. font-weight: 400;
  61. font-size: 26rpx;
  62. color: #333333;
  63. line-height: 40rpx;
  64. margin-left: 16rpx;
  65. margin-top: 8rpx;
  66. }
  67. .priceView{
  68. text-align: center;
  69. width: 50%;
  70. margin-top: 10rpx;
  71. }
  72. .priceTitle{
  73. font-family: PingFangSC, PingFang SC;
  74. font-weight: 400;
  75. font-size: 26rpx;
  76. color: #666666;
  77. line-height: 60rpx;
  78. }
  79. .priceSymbol{
  80. font-family: PingFangSC, PingFang SC;
  81. font-weight: 400;
  82. font-size: 24rpx;
  83. color: #333333;
  84. line-height: 44rpx;
  85. margin-top: 8rpx;
  86. }
  87. .price{
  88. font-family: DINAlternate, DINAlternate;
  89. font-weight: bold;
  90. font-size: 35rpx;
  91. color: #333333;
  92. line-height: 44rpx;
  93. margin-top: 8rpx;
  94. }
  95. .nullIcon{
  96. margin-top: 30rpx;
  97. width: 120rpx;
  98. height: 120rpx;
  99. }
  100. .nullMsg{
  101. color: rgba(153, 153, 153, 1);
  102. font-size: 24rpx;
  103. line-height: 34rpx;
  104. margin-top: 24rpx;
  105. }
  106. .title{
  107. font-family: PingFangSC, PingFang SC;
  108. font-weight: bold;
  109. font-size: 28rpx;
  110. color: #333333;
  111. line-height: 44rpx;
  112. margin-top: 24rpx;
  113. }
  114. .zsBtn{
  115. width: 686rpx;
  116. height: 84rpx;
  117. background: #FFE05C;
  118. border-radius: 54rpx;
  119. font-weight: 400;
  120. font-size: 28rpx;
  121. color: #333333;
  122. line-height: 84rpx;
  123. margin-top: 24rpx;
  124. text-align: center;
  125. }
  126. .agreementView{
  127. margin-top: 30rpx;
  128. }
  129. .read{
  130. font-weight: 400;
  131. font-size: 24rpx;
  132. color: #999999;
  133. line-height: 40rpx;
  134. margin-left: 8rpx;
  135. }
  136. .agreement{
  137. font-weight: bold;
  138. font-size: 24rpx;
  139. color: #333333;
  140. line-height: 40rpx;
  141. margin-left: 4rpx;
  142. }
  143. .borderRight1{
  144. border-left: 2rpx solid #FFFFFF;
  145. }
  146. .borderRight2{
  147. border-left: 2rpx solid #FFE05C;
  148. }