bdzq.wxss 3.0 KB

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