productBottom.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. width: 750rpx;
  17. height: 120rpx;
  18. background-color: #ffffff;
  19. /* box-shadow: 0 0 20rpx 0 rgba(0, 0, 0, 0.5);
  20. border-radius: 16rpx; */
  21. }
  22. .page-bottom .p-b-btn {
  23. display: flex;
  24. flex-direction: column;
  25. align-items: center;
  26. justify-content: center;
  27. font-size: 24rpx;
  28. color: #606266;
  29. width: 96rpx;
  30. height: 80rpx;
  31. }
  32. .page-bottom .p-b-btn .iconfont {
  33. font-size: 40rpx;
  34. line-height: 48rpx;
  35. color: #909399;
  36. }
  37. .page-bottom .p-b-btn.active,
  38. .page-bottom .p-b-btn.active .iconfont {
  39. color: #5dbc7c;
  40. }
  41. .page-bottom .p-b-btn .iconlikefill {
  42. font-size: 46rpx;
  43. }
  44. .page-bottom .p-b-btn image {
  45. width: 56rpx;
  46. height: 58rpx;
  47. }
  48. .page-bottom .action-btn-group {
  49. display: flex;
  50. height: 76rpx;
  51. border-radius: 100px;
  52. overflow: hidden;
  53. margin-left: 20rpx;
  54. position: relative;
  55. }
  56. .page-bottom .action-btn-group:after {
  57. content: '';
  58. position: absolute;
  59. top: 50%;
  60. right: 50%;
  61. -webkit-transform: translateY(-50%);
  62. transform: translateY(-50%);
  63. height: 28rpx;
  64. width: 0;
  65. border-right: 1px solid rgba(255, 255, 255, 0.5);
  66. }
  67. .page-bottom .action-btn-group .action-btn {
  68. display: flex;
  69. align-items: center;
  70. justify-content: center;
  71. width: 270rpx;
  72. height: 100%;
  73. font-size: 28rpx;
  74. padding: 0;
  75. border-radius: 0;
  76. background: transparent;
  77. }
  78. .page-bottom .action-btn-group .action-btn.buy-now-btn {
  79. background-color: #303e49;
  80. }
  81. .page-bottom .action-btn-group .action-btn.add-cart-btn {
  82. background-color: #ee2f72;
  83. }
  84. .p-b-btn {
  85. display: flex;
  86. flex-direction: column;
  87. align-items: center;
  88. justify-content: center;
  89. font-size: 24rpx;
  90. color: #606266;
  91. width: 96rpx;
  92. height: 80rpx;
  93. }
  94. .p-b-btn .iconfont {
  95. font-size: 40rpx;
  96. line-height: 48rpx;
  97. color: #909399;
  98. }
  99. .p-b-btn.active,
  100. .p-b-btn.active .iconfont {
  101. color: #5dbc7c;
  102. }
  103. .p-b-btn .icon-fenxiang2 {
  104. font-size: 42rpx;
  105. -webkit-transform: translateY(-2rpx);
  106. transform: translateY(-2rpx);
  107. }
  108. .p-b-btn .iconlikefill {
  109. font-size: 46rpx;
  110. }
  111. .btm-btn {
  112. z-index: 2;
  113. width: 750rpx;
  114. height: 130rpx;
  115. display: flex;
  116. justify-content: space-between;
  117. position: fixed;
  118. padding: 20rpx;
  119. bottom: 0;
  120. background-color: #ffffff;
  121. }
  122. .btm-btn .add-btn {
  123. width: 339rpx;
  124. height: 90rpx;
  125. border: 1px solid #901b21;
  126. border-radius: 45rpx;
  127. background-color: #fff;
  128. font-size: 36rpx;
  129. font-weight: 500;
  130. color: #901b21;
  131. line-height: 90rpx;
  132. }
  133. .btm-btn .buy-btn {
  134. width: 697rpx;
  135. height: 90rpx;
  136. background: #ee2f72;
  137. border-radius: 45rpx;
  138. font-size: 36rpx;
  139. font-weight: 500;
  140. line-height: 90rpx;
  141. color: #ffffff;
  142. }
  143. .btm-btn .skill {
  144. width: 699rpx;
  145. }