productBottom.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. /* 底部操作菜单 */
  12. .page-bottom {
  13. position: fixed;
  14. bottom: 0rpx;
  15. z-index: 95;
  16. display: -webkit-box;
  17. display: -webkit-flex;
  18. display: flex;
  19. -webkit-box-pack: center;
  20. -webkit-justify-content: center;
  21. justify-content: center;
  22. -webkit-box-align: center;
  23. -webkit-align-items: center;
  24. align-items: center;
  25. width: 750rpx;
  26. height: 120rpx;
  27. background-color: #ffffff;
  28. /* box-shadow: 0 0 20rpx 0 rgba(0, 0, 0, 0.5);
  29. border-radius: 16rpx; */
  30. }
  31. .page-bottom .p-b-btn {
  32. display: -webkit-box;
  33. display: -webkit-flex;
  34. display: flex;
  35. -webkit-box-orient: vertical;
  36. -webkit-box-direction: normal;
  37. -webkit-flex-direction: column;
  38. flex-direction: column;
  39. -webkit-box-align: center;
  40. -webkit-align-items: center;
  41. align-items: center;
  42. -webkit-box-pack: center;
  43. -webkit-justify-content: center;
  44. justify-content: center;
  45. font-size: 24rpx;
  46. color: #606266;
  47. width: 96rpx;
  48. height: 80rpx;
  49. }
  50. .page-bottom .p-b-btn .iconfont {
  51. font-size: 40rpx;
  52. line-height: 48rpx;
  53. color: #909399;
  54. }
  55. .page-bottom .p-b-btn.active,
  56. .page-bottom .p-b-btn.active .iconfont {
  57. color: #FF4C4C;
  58. }
  59. .page-bottom .p-b-btn .iconlikefill {
  60. font-size: 46rpx;
  61. }
  62. .page-bottom .p-b-btn image {
  63. width: 56rpx;
  64. height: 58rpx;
  65. }
  66. .page-bottom .action-btn-group {
  67. display: -webkit-box;
  68. display: -webkit-flex;
  69. display: flex;
  70. height: 76rpx;
  71. border-radius: 100px;
  72. overflow: hidden;
  73. margin-left: 20rpx;
  74. position: relative;
  75. }
  76. .page-bottom .action-btn-group:after {
  77. content: '';
  78. position: absolute;
  79. top: 50%;
  80. right: 50%;
  81. -webkit-transform: translateY(-50%);
  82. transform: translateY(-50%);
  83. height: 28rpx;
  84. width: 0;
  85. border-right: 1px solid rgba(255, 255, 255, 0.5);
  86. }
  87. .page-bottom .action-btn-group .action-btn {
  88. display: -webkit-box;
  89. display: -webkit-flex;
  90. display: flex;
  91. -webkit-box-align: center;
  92. -webkit-align-items: center;
  93. align-items: center;
  94. -webkit-box-pack: center;
  95. -webkit-justify-content: center;
  96. justify-content: center;
  97. font-size: 28rpx;
  98. padding: 0;
  99. border-radius: 0;
  100. background: transparent;
  101. width: 339rpx;
  102. height: 90rpx;
  103. }
  104. .page-bottom .action-btn-group .action-btn.buy-now-btn {
  105. background-color: #303e49;
  106. }
  107. .page-bottom .action-btn-group .action-btn.add-cart-btn {
  108. background-color: #fff;
  109. color: #ff4c4c;
  110. border: #ff4c4c 1px solid;
  111. }
  112. .p-b-btn {
  113. display: -webkit-box;
  114. display: -webkit-flex;
  115. display: flex;
  116. -webkit-box-orient: vertical;
  117. -webkit-box-direction: normal;
  118. -webkit-flex-direction: column;
  119. flex-direction: column;
  120. -webkit-box-align: center;
  121. -webkit-align-items: center;
  122. align-items: center;
  123. -webkit-box-pack: center;
  124. -webkit-justify-content: center;
  125. justify-content: center;
  126. font-size: 24rpx;
  127. color: #606266;
  128. width: 96rpx;
  129. height: 80rpx;
  130. }
  131. .p-b-btn .iconfont {
  132. font-size: 40rpx;
  133. line-height: 48rpx;
  134. color: #909399;
  135. }
  136. .p-b-btn.active,
  137. .p-b-btn.active .iconfont {
  138. color: #FF4C4C;
  139. }
  140. .p-b-btn .icon-fenxiang2 {
  141. font-size: 42rpx;
  142. -webkit-transform: translateY(-2rpx);
  143. transform: translateY(-2rpx);
  144. }
  145. .p-b-btn .iconlikefill {
  146. font-size: 46rpx;
  147. }
  148. .btm-btn {
  149. z-index: 2;
  150. width: 750rpx;
  151. height: 130rpx;
  152. display: -webkit-box;
  153. display: -webkit-flex;
  154. display: flex;
  155. -webkit-box-pack: justify;
  156. -webkit-justify-content: space-between;
  157. justify-content: space-between;
  158. position: fixed;
  159. padding: 20rpx;
  160. bottom: 0;
  161. background-color: #fff;
  162. }
  163. .btm-btn .add-btn {
  164. width: 339rpx;
  165. height: 90rpx;
  166. border: 1px solid #ff4c4c;
  167. border-radius: 45rpx;
  168. background-color: #fff;
  169. font-size: 36rpx;
  170. font-weight: 500;
  171. color: #ff4c4c;
  172. line-height: 90rpx;
  173. }
  174. .btm-btn .buy-btn {
  175. width: 339rpx;
  176. height: 90rpx;
  177. background: #ff4c4c;
  178. border-radius: 45rpx;
  179. font-size: 36rpx;
  180. font-weight: 500;
  181. color: #ff4c4c;
  182. line-height: 90rpx;
  183. color: #fff;
  184. }
  185. .btm-btn .quck {
  186. width: 691px;
  187. }