detail-bottom-button.wxss 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. @charset "UTF-8";
  2. .text-center.data-v-c5912d52 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-c5912d52 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-c5912d52 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-c5912d52 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-c5912d52 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-c5912d52 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-c5912d52 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-c5912d52 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-c5912d52 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .bd-bottom.data-v-c5912d52 {
  39. width: 750rpx;
  40. height: 110rpx;
  41. padding: 20rpx 24rpx;
  42. }
  43. .bd-back.data-v-c5912d52 {
  44. width: 66rpx;
  45. height: 100%;
  46. margin-right: 20rpx;
  47. }
  48. .bd-icon.data-v-c5912d52 {
  49. width: 30rpx;
  50. height: 30rpx;
  51. margin-bottom: 8rpx;
  52. }
  53. .bd-text.data-v-c5912d52 {
  54. font-size: 20rpx;
  55. color: #888888;
  56. line-height: 1;
  57. }
  58. .bd-btn.data-v-c5912d52 {
  59. text-align: center;
  60. line-height: 70rpx;
  61. font-size: 26rpx;
  62. border-radius: 35rpx;
  63. }
  64. .bd-btn-left.data-v-c5912d52 {
  65. border-top-right-radius: 0;
  66. border-bottom-right-radius: 0;
  67. }
  68. .bd-btn-right.data-v-c5912d52 {
  69. border-top-left-radius: 0;
  70. border-bottom-left-radius: 0;
  71. }
  72. .bd-btn-half.data-v-c5912d52 {
  73. width: 50%;
  74. }
  75. .bd-btn-color.data-v-c5912d52 {
  76. color: #ffffff;
  77. }
  78. .bd-oversell-btn.data-v-c5912d52 {
  79. background-color: #CDCDCD;
  80. }
  81. .bd-line.data-v-c5912d52 {
  82. line-height: 1.1;
  83. }
  84. .bd-btn-half-0.data-v-c5912d52 {
  85. width: 341rpx;
  86. margin-right: 20rpx;
  87. }
  88. .bd-btn-half-1.data-v-c5912d52 {
  89. width: 341rpx;
  90. }
  91. .bd-btn-half-3.data-v-c5912d52 {
  92. width: 65%;
  93. }
  94. .bd-btn-half-4.data-v-c5912d52 {
  95. width: 35%;
  96. }