vip.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .center {
  13. height: auto;
  14. min-height: 100%;
  15. background-color: #ffffff;
  16. }
  17. .guess-item {
  18. display: flex;
  19. width: 710rpx;
  20. height: 290rpx;
  21. background: #ffffff;
  22. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  23. border-radius: 10rpx;
  24. padding: 15rpx;
  25. padding-bottom: 150rpx;
  26. margin: 20rpx auto 0;
  27. position: relative;
  28. }
  29. .guess-item image {
  30. width: 260rpx;
  31. height: 260rpx;
  32. border-radius: 10rpx;
  33. }
  34. .guess-item .guess-box {
  35. padding: 12rpx 0 0 24rpx;
  36. width: 436rpx;
  37. }
  38. .guess-item .guess-box .title {
  39. font-size: 30rpx;
  40. padding-left: 4rpx;
  41. font-family: PingFang SC;
  42. font-weight: 500;
  43. color: #333333;
  44. width: 368rpx;
  45. line-height: 36rpx;
  46. }
  47. .guess-item .guess-box .title .tuanF {
  48. display: inline-block;
  49. margin-right: 4rpx;
  50. position: relative;
  51. top: -6rpx;
  52. }
  53. .guess-item .guess-box .title .tuanF .tuan {
  54. display: flex;
  55. align-items: center;
  56. padding: 10rpx;
  57. height: 36rpx;
  58. background: #ffebe9;
  59. border-radius: 18rpx;
  60. }
  61. .guess-item .guess-box .title .tuanF .tuan .tuan-image {
  62. width: 18rpx;
  63. height: 18rpx;
  64. }
  65. .guess-item .guess-box .title .tuanF .tuan .tuan-font {
  66. display: inline;
  67. font-size: 20rpx;
  68. font-family: PingFang SC;
  69. font-weight: 500;
  70. color: #ff1135;
  71. margin-left: 2rpx;
  72. }
  73. .guess-item .guess-box .ping-box {
  74. margin-top: 15rpx;
  75. justify-content: flex-start;
  76. }
  77. .guess-item .guess-box .ping-box .ping {
  78. margin-left: 10rpx;
  79. height: 39rpx;
  80. background: #fdf7eb;
  81. border-radius: 5rpx;
  82. font-size: 22rpx;
  83. font-family: PingFang SC;
  84. font-weight: 500;
  85. color: #ff911f;
  86. display: flex;
  87. align-items: center;
  88. padding: 0 10rpx;
  89. }
  90. .guess-item .guess-box .price-box {
  91. margin-top: 80rpx;
  92. justify-content: flex-start;
  93. }
  94. .guess-item .guess-box .price-box .yuanprice {
  95. font-size: 26rpx;
  96. font-family: PingFang SC;
  97. font-weight: 500;
  98. text-decoration: line-through;
  99. color: #999999;
  100. padding-right: 6rpx;
  101. }
  102. .guess-item .guess-box .price-box image {
  103. width: 14rpx;
  104. height: 16rpx;
  105. }
  106. .guess-item .guess-box .price-box .jiang {
  107. padding-left: 2rpx;
  108. font-size: 24rpx;
  109. font-family: PingFang SC;
  110. font-weight: bold;
  111. color: #b59467;
  112. }
  113. .guess-item .guess-box .price {
  114. font-size: 36rpx;
  115. font-family: PingFang SC;
  116. font-weight: bold;
  117. color: #ff1135;
  118. }
  119. .guess-item .guess-box .btn {
  120. width: 137rpx;
  121. height: 56rpx;
  122. background: #16CC9F;
  123. border-radius: 28rpx;
  124. font-size: 28rpx;
  125. font-family: PingFang SC;
  126. font-weight: 500;
  127. color: #FFFFFF;
  128. line-height: 56rpx;
  129. text-align: center;
  130. position: absolute;
  131. bottom: 25rpx;
  132. right: 25rpx;
  133. }