rxbd.wxss 2.9 KB

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