index.scss 2.3 KB

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